KAIKAKU-AI/epicure-mcp ? reverse-engineered prompt
Reverse engineered prompt
Build me a public read only MCP server for exploring ingredient flavor relationships.
I want it to expose a set of useful tools so an AI app can compare ingredients on flavor or cuisine axes, find nearby ingredients, score pairings, suggest pairings from a few seed ingredients, and show where an ingredient sits in the flavor space. It should also support simple transformations like nudging one ingredient toward another direction, and let me inspect the main flavor factors and atlas positions.
Please make it work over streamable HTTP with a health check endpoint, and keep it anonymous with no login. It should be easy to connect from Cursor and Claude, and it should use bundled local model data so it does not depend on any external AI service at runtime. A clean local setup with a Docker option would be great too.
If you need to, look up the current MCP and Cursor connector docs online, and then wire everything up in a way that feels polished and ready to use.