Apibase MCP Server

MCP client for APIbase.pro — connect AI agents to 300+ tools across 84 providers. Dual-rail payments: x402 (USDC on Base) + MPP (USDC on

Remote serverstreamable-httpTypeScript

What is the Apibase MCP server?

MCP client for APIbase.pro — connect AI agents to 300+ tools across 84 providers. Dual-rail payments: x402 (USDC on Base) + MPP (USDC on Tempo/Stripe). The apibase mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.

What it actually does

Production MCP server that gives AI agents access to 789 real-world API tools through a single endpoint. Agents connect once to https://apibase.pro/mcp and can search flights, get stock quotes, check weather and tides, forecast ocean waves and swell, query US Census and CDC health data, search ML models on HuggingFace, look up World Bank indicators, query UN SDG development goals data, track streamflow from USGS stations, search 7M+ CS papers on DBLP, generate images, send emails, decode VINs, look up chemical compounds, scan npm/PyPI vulnerabilities, search NIST NVD CVE records, find EV chargers, estimate

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Its toolset

Everything the assistant can do here goes through one of these:

  • Category — Tools
  • Social — 7
  • Entertainment — 44
  • Music — 9
  • Podcasts — 7
  • Weather — 31
  • Translation — 3
  • Sports — 7
  • OCR — 1
  • Speech-to-Text — 3
  • Messaging — 5
  • E-commerce — 12

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Apibase.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the apibase mcp server does with a few real requests.

When to reach for it

Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Apibase's toolset — Category, Social, Entertainment and 11 more — is a fair guide to whether it matches your workflow. It is maintained by apibase1; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Apibase's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
CategoryTools
Social7
Entertainment44
Music9
Podcasts7
Weather31
Translation3
Sports7
OCR1
Speech-to-Text3
Messaging5
E-commerce12
Screenshots1
Infrastructure6

How to install the Apibase MCP server

{
  "mcpServers": {
    "apibase": {
      "url": "https://apibase.pro/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Apibase to Category.
  • Use Apibase to Social.
  • Use Apibase to Entertainment.

Frequently asked questions

It connects Apibase to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Category, Social, Entertainment, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Apibase directly.