Skip to main content
Glama
616,076 tools. Updated 2026-09-27 12:16

"Exploring OpenAPI/Swagger Specifications" matching MCP tools:

  • Discover available APIs by listing all registered OpenAPI/Swagger specifications in the workspace.
    Apache 2.0
  • Create API specifications in Postman's Spec Hub with support for OpenAPI, AsyncAPI, protobuf, GraphQL, and Smithy. Manage single or multi-file specs directly from your workspace.
    Apache 2.0
  • Retrieve all integration models from Itential Platform to access OpenAPI-based specifications for external systems, enabling automated interaction with third-party services.
    GPL 3.0
  • List OpenAPI definitions from 3GPP specifications (TS 29.xxx series). Use it to discover available API names before retrieving a full definition, with optional filtering by specification ID.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • MCP server for AI access to Swagger by SmartBear.

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

  • Extract structured endpoint information from OpenAPI, Swagger, or Postman specs. Filter endpoints by tag, HTTP method, or description search.
    MIT
  • Import OpenAPI/Swagger specifications into Apifox projects to maintain API documentation. Supports OpenAPI 3.0/3.1 and Swagger 2.0 formats with options for batch imports and intelligent deprecation marking.
    MIT
  • Discover available API operations by listing all endpoints in the Swagger Petstore OpenAPI 3.0 specification. Use this tool to identify operationIds before making requests.
    MIT
  • Check OpenAPI or Swagger specs for API security flaws such as missing authentication, plaintext servers, and object ID enumeration. Outputs SECURE, REVIEW, or INSECURE verdict.
    MIT
  • Retrieve the OpenAPI/Swagger JSON specification to discover API endpoints, HTTP methods, and request schemas for making API calls.
    MIT
  • Reads a local OpenAPI/Swagger file, detects JSON or YAML, extracts routes and methods, and strips verbose text to reduce LLM token usage by up to 70%.
    MIT
  • Load and parse OpenAPI/Swagger specification from URL or local file to extract endpoints, schemas, auth types, and base URL. Supports OpenAPI 2.0 and 3.x in JSON or YAML formats.
    ISC
  • Convert OpenAPI/Swagger specs into typed TypeScript interfaces or Python dataclasses, pydantic models, and TypedDicts. Resolves $refs, enums, and nested schemas automatically.
    ISC
  • Fetch a high-level overview from a Swagger/OpenAPI document: info, servers, tag-grouped endpoint stats, and total API count. Use this as the first step before exploring or calling endpoints.
    MIT