Skip to main content
Glama
519,350 tools. Updated 2026-09-06 07:28

"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
  • Retrieve the complete OpenAPI operation for any endpoint, including parameters, request/response schemas, and definitions. Get full contract details to build accurate API requests.
    Apache 2.0
  • 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
  • Retrieve OpenAPI definitions for 5G service-based interfaces (TS 29.xxx) to access HTTP request/response details, paths, parameters, schemas, and data types.
    MIT

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
    Not graded
    quality
    D
    maintenance
    A standalone proxy that transforms any OpenAPI or Swagger-described REST API into an MCP server by mapping API operations to executable MCP tools. It enables AI clients to interact with existing web services through automated HTTP requests based on their official documentation.
    103
    16
    MIT

Matching MCP Connectors