APIbase.pro — The API Hub for AI Agents
Production MCP server: one endpoint gives AI agents access to 1316 tools from 373 providers, pay-per-call via x402 (USDC on Base) or MPP (USDC on Tempo).
Quick Start
{
"mcpServers": {
"apibase": { "url": "https://apibase.pro/mcp" }
}
}
That's the Claude Desktop config. Cursor, Windsurf, OpenAI Agents SDK, LangChain, Google ADK, CrewAI, Microsoft Copilot Studio, and plain REST: apibase.pro/connect.
For AI Agents
- llms.txt — concise LLM context
- ai.txt — plain-text agent discovery
- mcp.json — MCP server metadata
- openapi.json — OpenAPI 3.1 spec
- api-catalog — RFC 9727 discovery linkset
Integrations & Registries
Registry listings: Smithery · Glama · MCP Registry (io.github.whiteknightonhorse/apibase) · PulseMCP · MPPScan
Self-Hosting
git clone https://github.com/whiteknightonhorse/APIbase.git && cd APIbase
cp .env.example .env # set POSTGRES_PASSWORD, X402_PAYMENT_ADDRESS, provider keys
docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d
Full prerequisites, verification steps, and config reference: docs/self-hosting.md.
Architecture
Single Node.js/TypeScript API server, PostgreSQL as the append-only financial source of truth, Redis for cache/rate-limiting only, 16-container Docker stack on one Hetzner server. Every tool call runs the same 14-stage pipeline (escrow-first, idempotent, fail-closed, content-moderated) — dual-rail payments (self-hosted x402 facilitator + MPP), error-code contract, and full container/pipeline detail: docs/architecture.md.