Skip to main content
Glama
tuskermanshu

Swagger MCP Server

by tuskermanshu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
parse-swaggerB

Parse Swagger/OpenAPI document and return API operation information.

parse-swagger-optimizedC

Parse Swagger/OpenAPI document using optimized parser with caching and large document support.

parse-swagger-liteA

Lightweight parsing of Swagger/OpenAPI document, faster but returns only basic information (suitable for large documents).

generate-typescript-typesC

Generate TypeScript type definitions from Swagger/OpenAPI document.

generate-typescript-types-optimizedB

Generate TypeScript type definitions from Swagger/OpenAPI document with optimized options for caching and large document support.

generate-api-clientC

Generate API client code from Swagger/OpenAPI document.

generate-api-client-optimizedB

Generate API client code from Swagger/OpenAPI document (optimized version with caching and large document support).

file_writerC

Write content to the specified file path, with support for automatic directory creation

template-listC

Get available code generation template list

template-getC

Get specific template content

template-saveC

Save or update template

template-deleteC

Delete custom template

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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