Documentation
MCP Server
The APIs.io catalog is also available to AI agents as a Model Context Protocol server over Streamable HTTP:
Code
It's generated from the same OpenAPI contract as the REST API, so the two never drift. Every tool is read-only.
Connect
Point any MCP-capable client at the endpoint. For example, in a client that takes a remote MCP URL:
Code
The server speaks JSON-RPC: initialize, tools/list, and tools/call.
Tools
apis_io_search is the power tool — find APIs, providers, or tags by free text, tags, providers,
artifact types, industry, region, and rating band. Plus drill-down and taxonomy tools:
find_apis/get_apifind_providers/get_providerfind_tags/get_tagfind_industries/get_industry,find_regions/get_regionfind_ratings/get_provider_rating/get_rating_rubricfind_artifacts— artifacts of a given type (OpenAPI, AsyncAPI, Postman, …) across the catalog
Code
See the API Reference for the underlying operations each tool maps to.
Last modified on

