CommunicationAuto-generated
APIs.guru MCP Server
Wikipedia for Web APIs. Repository of API definitions in OpenAPI format. **Warning**: If you want to be notified about changes in advance please join our [Slack channel](https://join.slack.com/t/mermade/shared_invite/zt-g78g7xir-MLE_CTCcXCdfJfG3CJe9qA). Client sample: [[Demo]](https://apis.guru/simp
Quick Setup
Transport: STDIO
Command: npx -y @mcp/apis-guru
Environment Variables
APIS_GURU_API_KEYExample: your_apis_guru_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"apis-guru": {
"command": "npx",
"args": ["-y","@mcp/apis-guru"],
"env": {
"APIS_GURU_API_KEY": "your_apis_guru_api_key"
}
}
}
}Endpoints
GET
/list.jsonList all APIs
GET
/metrics.jsonGet basic metrics
GET
/providers.jsonList all providers
GET
/specs/{provider}/{api}.jsonRetrieve one version of a particular API
GET
/specs/{provider}/{service}/{api}.jsonRetrieve one version of a particular API with a serviceName.
GET
/{provider}.jsonList all APIs for a particular provider
GET
/{provider}/services.jsonList all serviceNames for a particular provider