Skip to main content
Glama

Swagger MCP Server

by tuskermanshu

parse-swagger

Extract API operation details from Swagger/OpenAPI documents by parsing the URL, including schemas and comprehensive request/response data as needed.

Instructions

Parse Swagger/OpenAPI document and return API operation information.

Input Schema

NameRequiredDescriptionDefault
headersNoRequest headers
includeDetailsNoWhether to include all details like request bodies, responses, etc.
includeSchemasNoWhether to include schema definitions
urlYesSwagger/OpenAPI document URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "headers": { "additionalProperties": { "type": "string" }, "description": "Request headers", "type": "object" }, "includeDetails": { "description": "Whether to include all details like request bodies, responses, etc.", "type": "boolean" }, "includeSchemas": { "description": "Whether to include schema definitions", "type": "boolean" }, "url": { "description": "Swagger/OpenAPI document URL", "type": "string" } }, "required": [ "url" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tuskermanshu/swagger-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server