Skip to main content
Glama
612,309 tools. Updated 2026-09-26 13:16

"How to request a remote API using an OpenAPI document" matching MCP tools:

  • Import an API spec (OpenAPI, Swagger, Postman) to create a draft bolthub listing with endpoints and default pricing. Re-importing shows a diff instead of duplicating.
    MIT
  • List all reusable request body components (OpenAPI components/requestBodies) of an API specification. Optionally include usage counts showing how many endpoints link each component.
    MIT
  • Export an API specification as OpenAPI YAML, JSON, or Postman Collection. Use this to get the finished document out; to check it against the standard first use validate_spec. Requires project context.
    MIT
  • Permanently invalidate an API key to stop unauthorized access. Any request using the revoked key returns 401, and the action cannot be undone—create a new key if needed.
    MIT
    Destructive

Matching MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A minimal MCP server with get_weather and create_ticket tools, used for testing MCP servers across protocol, unit, eval, transport, and auth layers.
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables automatic HTTP requests (GET, POST, PUT, DELETE, etc.) with JSON validation and proxy support. Supports custom headers, request bodies, and environment variable configuration for seamless API integration.
    1
    3 npm
    MIT

Matching MCP Connectors