MarketplacePublic Data

Public Data connectors

7 pre-built Public Data connectors — 48 MCP tools in all: Snowflake, CoinGecko, Hacker News. Paste your credentials and your agent can call them. No MCP server to write.

// search the catalog
⌘K
7connectors
48total MCP tools
3No credentials
7
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": [/* ... */]
}