mcp
add fetchbean to your AI client
one key, one server, the whole catalog. point Claude, Cursor, or any MCP client at fetchbean and your agent gets three tools — discover, describe, run — and reaches 863 tools across 59 providers through them: web search, page reads, social and app-store data, GitHub and GitLab, domains, sitemaps, and more. prepaid credits it can't overspend.
connect in one line
add the server to your MCP client's config:
server url · https://api.fetchbean.com/mcp
works with Claude, Cursor, ChatGPT, Codex, VS Code, Windsurf, and the Agent SDK.
{
"mcpServers": {
"fetchbean": {
"url": "https://api.fetchbean.com/mcp",
"headers": { "X-API-Key": "$FETCHBEAN_API_KEY" }
}
}
}add to any MCP client (Claude, Cursor, the Agent SDK). prefer a local server? run npx fetchbean-mcp.
how it works
- 1
get a key
create an org and load prepaid credits at fetchbean.com/app. one key reaches every provider.
- 2
add the server
paste the config into your MCP client and restart it. the server URL is the same for everyone.
- 3
just ask
your agent gets three tools — discover, describe, run — and finds the right one for each task at runtime. you pay only for calls that succeed.
one server, the whole catalog
browse all →
Exa
1 tools

Jina
2 tools

Firecrawl
2 tools

Tikhub
1 tools

OpenWeather
1 tools

Context.dev
3 tools

Logo.dev
1 tools

Ahrefs
2 tools

SubmitForBacklinks
11 tools

ScrollLaunch
4 tools

DEV Community
16 tools

Tavily
1 tools

Perplexity
1 tools

Parallel
4 tools

RemoteOK
1 tools

fetchbean
27 tools
AppRevs
6 tools

Fireflies
21 tools

PostHog
12 tools

Linear
20 tools

RevenueCat
11 tools

Expo
9 tools

GitHub
19 tools

Better Stack
25 tools

Tailscale
73 tools

GitLab
19 tools

Notion
17 tools

Dodo Payments
23 tools

Spaceship
9 tools

Supabase
12 tools

Cloudflare
9 tools

Stripe
22 tools

Slack
9 tools

Discord
23 tools

Sentry
11 tools

Trakt
15 tools

TMDB
8 tools

Clerk
13 tools

Buffer
8 tools

Bluesky
11 tools

Render
28 tools

Cal.com
6 tools

Canny
37 tools

ElevenLabs
7 tools

Sarvam AI
7 tools

Chatwoot
35 tools

Intercom
50 tools

Plain
20 tools

Replicate
31 tools

OpenAI
1 tools

Google Workspace (gws)
4 tools
Resend
40 tools

Loops
64 tools

Google Calendar
6 tools

Google Docs & Sheets
20 tools

Gmail
1 tools

Google Analytics
2 tools

Google Search Console
3 tools

Bing Webmaster
18 tools
for agents
everything is machine-readable, so an agent can self-onboard without scraping these docs:
- /skill.md
full usage spec: endpoints, shapes, examples
- /llms.txt
machine-readable index of the catalog
- /catalog
every provider and tool, with pricing
- /mcp-servers
directory of third-party MCP servers you can install in any client
- /mcp/tools
the three meta-tool definitions (discover, describe, run) + JSON schemas
faq
+ which clients work?
any MCP client: Claude, Cursor, ChatGPT, Codex, VS Code, Windsurf, and the Agent SDK. paste the config above and restart.
+ do i need a key?
for calls, yes. get one at fetchbean.com/app and put it in the X-API-Key header in the config. reading the catalog or skill needs no key.
+ how is it billed?
prepaid credits, per call. your agent can't overspend the balance, and you can set an org monthly cap. no card on file.
+ prefer a local server?
run npx fetchbean-mcp instead of the hosted URL. it proxies the same three tools to fetchbean, runs on your machine.
