MCP Tools
Bring all 468 platforms into your AI agent. The AllAPI MCP server exposes 48 composite tools — one per composite endpoint — so a model reaches real public data through a single, honest interface.
The MCP server
AllAPI ships a Model Context Protocol server that wraps the 48 composite endpoints as 39 MCP tools. Each tool fans out across the best public sources for its domain and returns real data or a documented honest error.
Package mcp-server-allapi v0.7.0 — 48 composites · 39 MCP tools · 100% parity.
Install
pip install mcp-server-allapiClaude Desktop config
Add the server to your claude_desktop_config.json:
{
"mcpServers": {
"allapi": {
"command": "mcp-server-allapi",
"env": {
"ALLAPI_KEY": "your_key"
}
}
}
}The 39 tools
Data & Search
topic_omni · discovery_omni · academic_omni · paper_omni · gov_omni
Media & Entertainment
music_omni · movie_omni · video_omni · game_omni · book_omni · podcast_omni
Finance & Crypto
finance_omni · finance_omni_v2 · finance_deep_omni · crypto_omni · dev_omni
People & Places
person_omni · place_omni · weather_omni · event_omni · artist_omni
Social & Federated
fediverse_omni · fediverse_universal_omni · federated_media_omni · news_omni
Utility & Deep
sports_omni · media_omni · image_omni · code_omni · translation_omni · music_deep_omni · health_omni · podcast_omni_v2
48 composites · 39 MCP tools · 100% parity. See the MCP reference for each tool's parameters and example calls.