MCP Protocol + REST API

Recipe Intelligence
for AI Agents

Access 24,000+ recipes via the MCP protocol or RESTful API. Built for Claude Desktop, Cursor, custom AI agents, meal planners, and recipe apps.

24,000+
Recipes
4
MCP Tools
99.9%
Uptime
<100ms
Response Time

Powerful MCP Tools

Four purpose-built tools that give AI agents instant access to recipe data. Works natively in Claude Desktop, Cursor, and any MCP-compatible client.

🔍

pantry_recipe_search

Full-text search with filters for cuisine, dietary needs, difficulty, and cook time. Cursor-paginated results.

📖

pantry_recipe_get

Complete recipe details — ingredients, instructions, nutrition, and dietary info. Batch lookup up to 10 IDs.

🧩

pantry_recipe_match

"What can I make?" — match available ingredients to recipes, ranked by match %. Fuzzy synonym support.

🎲

pantry_recipe_random

Get a random recipe for inspiration. Filter by cuisine. Perfect for "what should I cook tonight?"

Get Started in Minutes

Choose your integration path — MCP protocol or REST API.

MCP Integration

1

Add to your MCP config

Claude Desktop, Cursor, or any MCP client

2

Use your API key

Free tier: 100 requests/month

3

Start querying recipes

All 4 tools available instantly

claude_desktop_config.json
{
  "mcpServers": {
    "pantrylink-recipes": {
      "url": "https://recipes.pantrylink.app/mcp/recipes",
      "headers": {
        "X-API-Key": "YOUR_API_KEY"
      }
    }
  }
}

🌐 REST API

1

Register for an API key

Instant access, no approval needed

2

Call the REST endpoints

Standard JSON responses with rate limit headers

3

Build amazing things

Meal planners, recipe bots, smart kitchens

Terminal
# 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"]}'

Simple, Transparent Pricing

Start free. Scale as you grow.

Free

$0 /month
  • 100 requests/month
  • 10 req/min rate limit
  • All 4 MCP tools
  • Basic response data
Get Started

Starter

Popular
$25 /month
  • 5,000 requests/month
  • 30 req/min rate limit
  • Full response + nutrition
  • $0.005/req overage
Get Started

Growth

$100 /month
  • 25,000 requests/month
  • 60 req/min rate limit
  • Full response + nutrition
  • $0.003/req overage
  • Priority support
Get Started

Enterprise

Custom
  • Unlimited requests
  • 120 req/min rate limit
  • Dedicated support
  • Custom SLA
  • Volume discounts
Contact Us

Ready to build with recipes?

Get your free API key and start integrating in minutes. No credit card required.