One MCP endpoint. 257 tools. 72 providers.
APIbase.pro — The API Hub for AI Agents
One MCP endpoint. 257 tools. 72 providers. Pay per call with x402 USDC on Base.
Live Platform | Tool Catalog | MCP Endpoint | Health | Dashboard
What is APIbase?
Production MCP server that gives AI agents access to 257 real-world API tools through a single endpoint. Agents connect once to https://apibase.pro/mcp and can search flights, get stock quotes, translate text, check weather alerts, generate images, send emails, look up holidays, shorten URLs, detect fires by satellite, decode VINs, look up food products — and 200+ more tools across 30+ categories.
Built for AI agents, not humans. Auto-registration, zero setup, pay-per-call via x402 USDC micropayments on Base.
Quick Start (30 seconds)
Claude Desktop / Cursor / Windsurf
{
"mcpServers": {
"apibase": {
"url": "https://apibase.pro/mcp"
}
}
}
Via npm (stdio bridge)
{
"mcpServers": {
"apibase": {
"command": "npx",
"args": ["-y", "apibase-mcp-client"]
}
}
}
REST API
# Register and get API key
curl -X POST https://apibase.pro/api/v1/agents/register \
-H "Content-Type: application/json" \
-d '{"agent_name": "my-agent", "agent_version": "1.0.0"}'
# Call any tool
curl -X POST https://apibase.pro/api/v1/tools/finnhub.quote/call \
-H "Authorization: Bearer ak_live_..." \
-H "Content-Type: application/json" \
-d '{"symbol": "AAPL"}'
Tool Categories (257 tools, 72 providers)
| Category | Tools | Providers | Examples |
|---|---|---|---|
| Web Search | 9 | Serper, Tavily, Exa | Google search, AI search, semantic search |
| News & Events | 7 | NewsData, GDELT, Mastodon | Global news (65 langs), crypto news, trending |
| Travel & Flights | 17 | Amadeus, Sabre, Aviasales | Flight search, pricing, status, airports |
| Finance & Stocks | 16 | Finnhub, CoinGecko, ECB, FRED | Stock quotes, OHLCV, FX rates, economic data |
| Currency Conversion | 2 | ExchangeRate-API | 160+ currencies, real-time conversion |
| Maps & Geo | 7 | Geoapify | Geocode, routing, POI search, isochrone |
| Address (US/CA) | 2 | Geocodio | Geocode, reverse geocode, USPS-standard |
| Real Estate | 4 | Walk Score, US Real Estate | Walkability, property listings, details |
| Entertainment | 24 | TMDB, Ticketmaster, RAWG, IGDB, Jikan | Movies, events, games, anime |
| Art & Culture | 5 | Europeana, ARTIC | 50M+ EU objects + 120K Chicago artworks |
| Music | 7 | MusicBrainz, ListenBrainz, RadioBrowser | Artists, albums, radio stations |
| Podcasts | 4 | PodcastIndex | Search 4M+ podcasts, trending, episodes |
| Health & Nutrition | 7 | USDA, OpenFDA, NIH | Food data, drug safety, supplements |
| Nutrition Database | 2 | FatSecret | 2.3M+ foods, calories, macros, vitamins |
| Education & Research | 7 | OpenAlex, arXiv, PubMed, CrossRef | Papers, colleges, DOI lookup |
| Jobs & Career | 6 | BLS, ESCO, CareerJet | Salary data, occupations, job listings |
| Legal & Regulatory | 8 | Regulations.gov, Federal Register, CourtListener | US regulations, court opinions, executive orders |
| Air Quality | 2 | IQAir AirVisual | AQI, pollutants (PM2.5/O3), 30K+ stations |
| Weather & Earth | 3 | NWS, NASA FIRMS | US weather alerts, satellite fire detection |
| Space & Astronomy | 9 | NASA, JPL | APOD, asteroids, fireballs, solar flares |
| Translation | 3 | Langbly | 90+ languages, language detection |
| Sports | 4 | API-Sports | Football (2000+ leagues), basketball (NBA) |
| Holidays & Calendar | 3 | Nager.Date, Calendarific | 230+ countries, national/religious/observance |
| Image Generation | 1 | Stability AI | Stable Diffusion, 16 style presets |
| OCR | 1 | OCR.space | Text from images/PDFs, 20+ languages |
| PDF & Documents | 6 | API2PDF, ConvertAPI | HTML/URL to PDF, DOCX↔PDF, 200+ formats |
| Email & SMS | 4 | Resend, Twilio | Send emails, SMS, phone lookup |
| URL Shortener | 2 | Short.io | Custom branded short links + stats |
| SSL & Domain | 5 | WhoisXML, ssl-checker.io | WHOIS, DNS, SSL cert check |
| Barcode & QR | 4 | QRServer, UPCitemdb | Generate/read QR, barcode lookup |
| Business Intel | 1 | Hunter.io | Company emails, enrichment, 50M+ domains |
| E-commerce | 8 | Zinc, Diffbot | Product search, web extraction |
| AI Marketing | 7 | AIPush | AI-optimized pages, visibility scores |
| World Clock | 3 | TimeAPI.io | Timezone conversion, 597 IANA zones |
| Screenshots | 1 | ApiFlash |
Tools (1)
finnhub.quoteGet real-time stock quotes for a given symbol.Configuration
{"mcpServers": {"apibase": {"url": "https://apibase.pro/mcp"}}}