get_api
Pack: apis-guru · Endpoint: https://gateway.pipeworx.io/apis-guru/mcp
Get the full directory entry for one API by its exact APIs.guru name/key (e.g. “stripe.com” or “googleapis.com:calendar”). Returns every version of that API with its info (title, description, provider, categories), last-updated date, docs link, and OpenAPI/Swagger spec URLs (swaggerUrl JSON + swaggerYamlUrl YAML), plus which version is preferred. Use this once you know the exact name (from search_apis) to fetch the spec URLs for an API.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Exact APIs.guru directory key, e.g. “stripe.com” or “googleapis.com:calendar”. |
Example call
curl -X POST https://gateway.pipeworx.io/apis-guru/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_api","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"apis-guru": {
"url": "https://gateway.pipeworx.io/apis-guru/mcp"
}
}
}
See Getting Started for client-specific install steps.