MarketplaceFood & Drink

Food & Drink connectors

3 pre-built Food & Drink connectors — 14 MCP tools in all: Resy, OpenTable, Untappd. Paste your credentials and your agent can call them. No MCP server to write.

// search the catalog
⌘K
3connectors
14total MCP tools
2No credentials
3
Filter

Browse by category

Contribute/~30 min

Missing a connector? Add it in a JSON.

Every adapter is a single JSON file under packages/backend/src/adapters/. Copy one, swap endpoint and auth, open a PR — validated by parameterized tests at build time.

// adapters/de/my-adapter.json
{
  "slug": "my-erp",
  "name": "My ERP",
  "category": "erp",
  "authType": "BEARER_TOKEN",
  "tools": [/* ... */]
}