MCP Public APIs
Related Servers
Alternatives to MCP Public APIs
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server that gives AI coding agents real-time access to the public-apis dataset, enabling search, live probing, and code snippet generation for 1,500+ free public APIs.736 npm5MIT
- AlicenseAqualityAmaintenanceMCP server for searching and discovering 4,000+ public APIs3MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that automatically crawls, indexes, and serves API reference documentation for LLMs, enabling to search and retrieve endpoint details.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying Swagger/OpenAPI metadata efficiently from AI tools, enabling fast API discovery, search, and schema inspection.335 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that crawls API documentation websites and exposes their content to AI models, enabling them to search, browse, and reference API specifications.1MIT
- AlicenseAqualityDmaintenanceA generic MCP server that dynamically exposes any OpenAPI-documented REST API to LLMs by auto-discovering endpoints. It provides tools for exploring API capabilities and making authenticated requests directly through natural language interfaces.25 npmMIT
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one lists existing data (list_categories) and one updates the underlying data source (update_index). There is no overlap in functionality or ambiguity about when to use each tool.
Both tools follow a consistent verb_noun naming pattern (list_categories, update_index) with clear, descriptive names that indicate their actions and targets. The naming style is uniform throughout.
With only 2 tools, the server feels severely under-scoped for a 'Public APIs' domain. This minimal set lacks essential operations like searching APIs, getting API details, or filtering categories, which are core expectations for such a service.
The tool surface is significantly incomplete for a public APIs index. While it covers index maintenance (update_index) and basic listing (list_categories), it misses fundamental operations like retrieving specific API information, searching APIs by criteria, or accessing API endpoints, leaving agents unable to perform typical API discovery tasks.