Access 24,000+ recipes via the MCP protocol or RESTful API. Built for Claude Desktop, Cursor, custom AI agents, meal planners, and recipe apps.
Four purpose-built tools that give AI agents instant access to recipe data. Works natively in Claude Desktop, Cursor, and any MCP-compatible client.
Full-text search with filters for cuisine, dietary needs, difficulty, and cook time. Cursor-paginated results.
Complete recipe details — ingredients, instructions, nutrition, and dietary info. Batch lookup up to 10 IDs.
"What can I make?" — match available ingredients to recipes, ranked by match %. Fuzzy synonym support.
Get a random recipe for inspiration. Filter by cuisine. Perfect for "what should I cook tonight?"
Choose your integration path — MCP protocol or REST API.
Add to your MCP config
Claude Desktop, Cursor, or any MCP client
Use your API key
Free tier: 100 requests/month
Start querying recipes
All 4 tools available instantly
{
"mcpServers": {
"pantrylink-recipes": {
"url": "https://recipes.pantrylink.app/mcp/recipes",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Register for an API key
Instant access, no approval needed
Call the REST endpoints
Standard JSON responses with rate limit headers
Build amazing things
Meal planners, recipe bots, smart kitchens
# Search for Italian pasta recipes
curl -s https://recipes.pantrylink.app/api/v1/recipes/search \
-H "X-API-Key: YOUR_API_KEY" \
-G -d "query=pasta&cuisine=Italian"
# Get full recipe details
curl -s https://recipes.pantrylink.app/api/v1/recipes/42 \
-H "X-API-Key: YOUR_API_KEY"
# Match recipes by ingredients
curl -s https://recipes.pantrylink.app/api/v1/recipes/match \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"ingredients":["chicken","garlic","lemon"]}'
Start free. Scale as you grow.
Get your free API key and start integrating in minutes. No credit card required.