
Food Recipe Mcp
Let your coding agent search and rank recipes from a 50,000+ corpus when building meal planners, food apps, or content features.
Overview
Food Recipe MCP is a MCP server for the Build phase that provides hybrid semantic search over 50,000+ recipes via a hosted HTTP endpoint.
What is this MCP server?
- Semantic search across 50,000+ food recipes
- Hybrid retrieval plus reranking for better relevance
- Remote streamable-http endpoint at recipes.aidatanorge.no/mcp
- Version 1.0.1 from AIDataNordic Food-Recipe-MCP repository
- No local recipe corpus to maintain—hosted search service
- 50,000+ indexed food recipes
- Server version 1.0.1
- Remote URL: https://recipes.aidatanorge.no/mcp
What problem does it solve?
Building recipe features means expensive data licensing or fragile scraping instead of fast agent-assisted integration.
Who is it for?
Indie builders shipping food, wellness, or content products who want agent-driven recipe search without maintaining their own recipe database.
Skip if: Products that need proprietary recipes only, offline-only apps, or non-food vertical search.
What do I get? / Deliverables
After adding the remote MCP URL, your agent can query ranked recipe results to prototype search, filters, and content APIs quickly.
- Working agent queries against 50,000+ recipe index
- Integration stubs for search UI and API routes in your app
- Validated hybrid retrieval behavior for natural-language meal queries
Recommended MCP Servers
Journey fit
Recipe search MCPs belong under Build/integrations because they are external data APIs you wire into product features during implementation. integrations covers semantic third-party datasets your agent queries while coding search UIs, filters, and recommendation flows.
How it compares
Hosted recipe semantic-search MCP, not a general nutrition database or grocery pricing API.
Common Questions / FAQ
Who is Food Recipe MCP for?
Developers building recipe discovery, meal planning, or food content features who want MCP-accessible search over a large public-style corpus.
When should I use Food Recipe MCP?
Use it while integrating search or recommendation flows in a food app and you want the agent to run real queries against 50,000+ recipes.
How do I add Food Recipe MCP to my agent?
Add the streamable-http remote https://recipes.aidatanorge.no/mcp in your MCP client configuration per Claude Code or Cursor remote-server instructions.