mcp

add fetchbean to your AI client

point Claude, Cursor, or any MCP client at one server. four tools let your agent search the live catalog, inspect a tool's schema, run it, or request what's missing.

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 API key at fetchbean.com/app.

  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 four tools to find and use the right capability or log a genuinely missing need.

one server, the whole catalog

browse all →

Exa

1 tools

Jina

2 tools

Firecrawl

2 tools

OpenWeather

1 tools

Context.dev

3 tools

Logo.dev

1 tools

Ahrefs

2 tools

TinyFish

2 tools

Artificial Analysis

2 tools

Brave Search

4 tools

OpenRouter

8 tools

Vercel AI Gateway

5 tools

SubmitForBacklinks

11 tools

ScrollLaunch

4 tools

DEV Community

16 tools

Tavily

1 tools

Perplexity

1 tools

Parallel

4 tools

RemoteOK

1 tools

fetchbean

33 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

16 tools

Cloudflare

46 tools

Stripe

22 tools

Slack

16 tools

Discord

23 tools

Sentry

14 tools

Trakt

15 tools

TMDB

8 tools

PVR INOX

6 tools

Conductor

22 tools

crt.name

1 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

32 tools

NASA

12 tools

Frankfurter

4 tools

SEC EDGAR

5 tools

Crossref

2 tools

USGS

1 tools

NHTSA

6 tools

fueleconomy.gov

2 tools

AAA Fuel Prices

2 tools

Freddie Mac

1 tools

Realtor.com Research

1 tools

India Post

2 tools

IFSC

1 tools

Open Food Facts

2 tools

Open Prices

2 tools

Nomads.com

6 tools

Hacker News

2 tools

arXiv

3 tools

Open-Meteo

7 tools

STAC

3 tools

OCHA HAPI

11 tools

UN Statistics

7 tools

DigitalOcean

38 tools

Monkeytype

12 tools

Microsoft Clarity

1 tools

Gemini

1 tools

Calendly

10 tools

Crisp

8 tools

Miro

11 tools

OpenSky

5 tools

Travelpayouts

6 tools

Replicate

31 tools

OpenAI

1 tools

Google Workspace (gws)

7 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

54 tools

Strale

11 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

    browse registered tools with pricing

  • /mcp-servers

    directory of third-party MCP servers you can install in any client

  • /mcp/tools

    the four meta-tool definitions (discover, describe, run, request) + 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?
calls use prepaid credits at the listed tool price. provider failures and timeouts cost zero.
prefer a local server?
run npx fetchbean-mcp instead of the hosted URL. it proxies the same four tools to fetchbean and runs on your machine.