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 409 tools across 43 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.

browse all providers and methods →

how it works

  1. 1

    get a key

    create an org and load prepaid credits at fetchbean.com/app. one key reaches every provider.

  2. 2

    add the server

    paste the config into your MCP client and restart it. the server URL is the same for everyone.

  3. 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

Tavily

1 tools

Perplexity

1 tools

Parallel

4 tools

RemoteOK

1 tools

fetchbean

23 tools

AppRevs

6 tools

Fireflies

20 tools

PostHog

10 tools

Linear

14 tools

RevenueCat

9 tools

Expo

9 tools

GitHub

19 tools

Better Stack

21 tools

GitLab

19 tools

Notion

10 tools

Dodo Payments

23 tools

Spaceship

9 tools

Supabase

6 tools

Cloudflare

9 tools

Stripe

22 tools

Slack

9 tools

Sentry

9 tools

Trakt

15 tools

TMDB

8 tools

Clerk

13 tools

Buffer

8 tools

Bluesky

11 tools

Render

17 tools

Cal.com

6 tools

Canny

22 tools

Google Calendar

6 tools

Google Docs & Sheets

14 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/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.