Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apis-io]
url = "https://apis.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apis-io": {
"type": "http",
"url": "https://apis.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apis-io
Remote MCP URL: https://apis.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apis-io": {
"url": "https://apis.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apis-io": {
"type": "http",
"url": "https://apis.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apis-io",
"transport": "streamable-http",
"url": "https://apis.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
apis_io_search— START HERE.find_apis— Paginated, sortable list of APIs across providers — filter by tag, provider, artifact type, industry, region, or rating band.get_api— Full detail for one API by aid (provider:api-slug); set include=["content"] to inline artifact bodies.find_providers— Paginated, sortable list of providers — filter by text, tag, artifact type, industry, region, rating band, or access model (pricing/onboarding/try_now/public).get_provider— Full detail for one provider: profile, rating, and the APIs it publishes.find_tags— Paginated, sortable list of tags in the taxonomy.get_tag— One tag: its metadata, neighbor tags, and a top sample of its providers and APIs (with totals).find_industries— Browse industry verticals; sort by provider/API count.