Plug real data into
Claude in minutes

Two production MCP servers — local business intelligence and recipe intelligence — ready to connect to any Claude client via a single URL.

Get API Key View Quickstart
MCP 2.0 · Streamable HTTP Claude.ai Custom Connector 1,300+ places · 9 niches 470+ clean recipes
Products

Two APIs, one URL pattern

Both servers speak MCP 2.0 Streamable HTTP. Point your Claude client at the URL and start querying.

📍
Local Business Intelligence

TownRoster Business API

OSM-sourced structured data for 1,300+ local businesses across 9 service niches — with attribute enrichment that Google Places and Yelp Fusion don't provide.

  • 9 niches: restaurants, hair salons, auto repair, nail salons, vets, optometrists & more
  • Attributes: cuisine type, dietary options, outdoor seating, delivery, kid-friendly, accessibility
  • City-level and attribute-level filtering
  • Coverage stats per niche for data quality checks
  • Real phone, website, hours from OSM
🍽
Recipe Intelligence

FakeOut Kitchen Recipe API

470+ clean-eating copycat recipes with structured ingredients, step-by-step instructions, dietary tags, and ingredient substitution data.

  • Search by cuisine, category, or source restaurant brand
  • Filter by diet: Gluten-Free, Dairy-Free, Paleo, Whole30, Keto & more
  • Clean ingredient swap library with ASIN links
  • Serving suggestions and leftover ideas per recipe
  • Cost comparison: source price vs. home cost
Available MCP Tools

10 tools across two servers

Every tool is queryable in natural language via Claude, or programmatically via JSON-RPC.

Local Business API (port :8765)
list_niches()
All 9 niches with place counts and status
search_businesses()
Filter by niche, city, attribute, or name — up to 100 results
find_by_attributes()
Multi-attribute intersection queries
get_coverage_stats()
Data completeness per niche and attribute
list_cities()
Geographic coverage per niche with counts
Recipe API (port :8766)
search_recipes()
By title, cuisine, category, or brand
filter_by_diet()
Intersection filter by dietary tags
get_recipe()
Full recipe: ingredients, steps, swaps, FAQs
catalog_stats()
Coverage breakdown by cuisine and category
find_clean_swaps()
Ingredient substitution lookup across all recipes
Pricing

Simple, per-product plans

Each API is priced independently. Email to get an API key — keys are provisioned manually during beta.

Local Business API
Free / dev

Localhost only. No key needed. For building and testing.

  • All 5 tools
  • Local access only
  • No SLA
Recipe API
$49 / month

Remote access. For food apps, meal planners, and content tools.

  • All 5 tools
  • Remote URL + API key
  • 470+ recipes and growing
  • Weekly new recipes added
  • Email support
Both APIs
$129 / month

Full bundle. Best for developers building multi-domain Claude tools.

  • Both APIs included
  • Single billing
  • Priority support
  • Early access to new niches
Quickstart

Connect in 2 minutes

Add as a custom connector in Claude.ai or Claude Desktop.

Claude.ai — Custom Connector
# 1. Go to Claude.ai → Settings → Connectors → Add Custom Connector # 2. Enter your server URL and API key: Server URL: https://mcp-lb.yourdomain.com/mcp API Key: X-API-Key: your-key-here
Claude Desktop — claude_desktop_config.json
{ "mcpServers": { "local-business": { "url": "https://mcp-lb.yourdomain.com/mcp", "headers": { "X-API-Key": "your-key-here" } }, "fakeout-recipes": { "url": "https://mcp-recipe.yourdomain.com/mcp", "headers": { "X-API-Key": "your-key-here" } } } }
Then ask Claude:
# Local Business API "Find all hair salons in Chicago that are kid-friendly and have outdoor seating" "Show me coverage stats for the restaurant niche" # Recipe API "Find gluten-free copycat Chipotle recipes" "What are all the clean swaps for vegetable oil across your recipes?" "Show me your Whole30 dinner recipes"

Ready to connect?

Email to get an API key. Keys provisioned within 24 hours during beta.

Request API Key