APIbase — The API Hub for AI Agents
About
Universal MCP gateway for AI agents — 1108 tools, 307 providers. One endpoint (https://apibase.pro/mcp), pay-per-call with x402 USDC on Base + MPP USDC on Tempo.
Details
- Author
- whiteknightonhorse
- GitHub stars
- 9
- Downloads
- 365
- Categories
- Media, AI
Jump to
- Single MCP endpoint for 1,108 tools
- Covers 30+ categories (weather, finance, travel, etc.)
- Pay-per-call with x402 (USDC on Base) or MPP
- Zero API-key management across 307 providers
- Auto-registration and usage analytics dashboard
- REST API and npm client available
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
APIbase — The API Hub for AI AgentsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the endpoint https://apibase.pro/mcp to your MCP client configuration (Claude Desktop, Cursor, Windsurf). Alternatively, use the npm stdio bridge or the REST API to register an agent and call tools directly.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"apibase \u2014 the api hub for ai agents": {
"apibase": {
"url": "https://apibase.pro/mcp"
}
}
}
}
McpServers
{
"apibase": {
"url": "https://apibase.pro/mcp"
}
}
APIbase.pro — The API Hub for AI Agents
> One MCP endpoint. 1108 tools. 307 providers. Pay per call with x402 (USDC on Base) or MPP (USDC on Tempo).
Live Platform | Tool Catalog | MCP Endpoint | Frameworks | Dashboard
<a href="https://glama.ai/mcp/servers/whiteknightonhorse/APIbase">
</a>
---
Product Demo
https://github.com/user-attachments/assets/9e598d61-b2d0-486c-bd34-f0cb0354d09c
> 12-slide walkthrough: connect → discover tools → 13-stage pipeline → dual-rail payments → analytics. Full interactive version →
---
What is APIbase?
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 solar PV output, search art at the Met Museum, look up Dota 2 match stats, get decoded aviation METAR/TAF, look up parsed NOTAMs and PIREPs, search FDA medical device recalls and 510(k) clearances, batch multiple calls, track usage analytics — and 1108 tools across 30+ categories.
Built for AI agents, not humans. Auto-registration, zero setup, pay-per-call via x402 USDC micropayments on Base or MPP (Machine Payments Protocol) on Tempo.
---
Quick Start (30 seconds)
Claude Desktop / Cursor / Windsurf
{
"mcpServers": {
"apibase": {
"url": "https://apibase.pro/mcp"
}
}
}
Multi-server setup (recommended)
Combine APIbase (real-world APIs) with Playwright (browser) and Context7 (docs):
{
"mcpServers": {
"apibase": { "url": "https://apibase.pro/mcp" },
"playwright": { "command": "npx", "args": ["-y", "@playwright/mcp"] },
"context7": { "command": "npx", "args": ["-y", "@upstash/context7-mcp"] }
}
}
With Base MCP (pay from your Base Account)
Base MCP launched May 2026 with native x402 support. APIbase is x402-native on Base mainnet — the two pair cleanly. Base MCP signs payments from your Base Account; APIbase serves 600+ external API tools.
{
"mcpServers": {
"base-mcp": { "url": "https://mcp.base.org" },
"apibase": { "url": "https://apibase.pro/mcp" }
}
}
Zero API-key management (Base Account handles auth + signing), zero per-provider signup (APIbase aggregates 307 providers). Full guide: apibase.pro/frameworks#base-mcp.
Via npm (stdio bridge)
{
"mcpServers": {
"apibase": {
"command": "npx",
"args": ["-y", "apibase-mcp-client"]
}
}
}
REST API
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

