Provides an MCP server that indexes the public-apis catalogue, allowing Large Language Models to query APIs by various criteria programmatically.
Sponsored
This server indexes the vast public-apis catalogue, transforming it into a structured, queryable resource for Large Language Models. It eliminates the need for LLMs or users to manually browse the extensive README, enabling sophisticated queries based on category, authentication type, HTTPS support, CORS status, and keywords. By integrating with an MCP client, LLMs can efficiently discover and recommend public APIs tailored to specific requirements, enhancing their ability to interact with real-world services without manual data parsing.
Key Features
01Queries APIs by category, authentication type, HTTPS support, CORS status, and keywords
022 GitHub stars
03Indexes the public-apis catalogue for programmatic querying
04Updates the API index by re-downloading the source README
05Lists all available API categories
Use Cases
01Automate the discovery and filtering of public APIs for development projects
02Enable LLMs to recommend public APIs based on specific criteria (e.g., 'Books API, HTTPS, no auth, CORS-enabled')
03Provide programmatic access to a comprehensive API catalogue for applications