Skip to main content
Glama
297,715 tools. Last updated 2026-07-14 08:25

"openapi" matching MCP tools:

  • Get a copy-paste example of converting an OpenAPI 3.x API into curated MCP tools. Shows the ordered steps, POST body with spec URL, baseUrl, headers, and the resulting tool name.
    MIT
  • Lint two OpenAPI specs to detect breaking changes and policy violations. Use as a CI gate to enforce governance before merging API spec changes.
    MIT
  • Summarize an OpenAPI spec to inspect its title, version, endpoints, and paths before serving or deploying. Accepts a file path or public URL.
    MIT
  • Start a local mock server that serves one or more APIs from OpenAPI spec files or URLs. Combines multiple APIs into a single server for local testing.
    MIT
  • Scan a project to detect OpenAPI specs, security issues, and frameworks, and get suggestions for tracking and governance.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    This tool creates a Model Context Protocol (MCP) server that acts as a proxy for any API that has an OpenAPI v3.1 specification. This allows you to use Claude Desktop to easily interact with both local and remote server APIs.
    Last updated
    251
    899
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    MCP server for loading and exploring OpenAPI/Swagger specifications, enabling AI assistants to dynamically browse API contracts by loading specs, searching endpoints, inspecting schemas, and retrieving operations.
    Last updated
    214
    MIT

Matching MCP Connectors

  • MCP server (stdio): lint OpenAPI specs with Spectral via the AgentForge API

  • MCP server and REST API for querying OpenAPI specs. Endpoint-level extraction, schema resolution, 100+ APIs indexed.

  • Creates an API specification in Postman's Spec Hub. Supports OpenAPI, AsyncAPI, protobuf, GraphQL, and Smithy formats with single or multi-file capabilities.
    Apache 2.0
  • Get the full bundled OpenAPI 3 specification for the ProsodyAI REST API. Ideal for comprehensive schema retrieval; for specific endpoint details, use targeted lookups instead.
    MIT
  • Diff two OpenAPI specs to list all structural changes including added, removed, or modified endpoints, schemas, and parameters. Get a pure change set without policy verdicts.
    MIT
  • Score an OpenAPI specification on quality dimensions like completeness, security, and best practices, returning a 0-100 score and A-F grade.
    MIT
  • Generate an OpenAPI specification by analyzing framework source code, removing the requirement for a standalone spec file.
    MIT
  • Create a specification file for OpenAPI or protobuf definitions, automatically organizing it into folders based on the file path. Accepts JSON or YAML content up to 10 MB.
    Apache 2.0
  • Retrieve the OpenAPI specification for Adamik API to access exact schemas for blockchain operations across 80+ networks, including transaction formats, parameters, and error handling.
    MIT
  • Synchronize a Postman collection with the API specification it originated from. Accepts collection and spec IDs, returns 202 Accepted. Supports OpenAPI 2.0, 3.0, and 3.1.
    Apache 2.0
  • Updates an OpenAPI or Protobuf specification file by its path. Modify content, name, or type (ROOT/DEFAULT) for a given spec ID.
    Apache 2.0
  • Scan a directory to identify OpenAPI spec files and static subdirectories for auto-mocking, returning a suggested configuration for serving mocks locally.
    MIT