Skip to main content
Glama

Swagger/OpenAPI MCP Server

by gulbaki

load_api

Load OpenAPI/Swagger specifications into the MCP server by providing the API identifier and source URL or file path to enable detailed exploration and interaction.

Input Schema

NameRequiredDescriptionDefault
apiIdYesUnique identifier for this API
sourceYesURL or file path to the OpenAPI/Swagger specification

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiId": { "description": "Unique identifier for this API", "type": "string" }, "source": { "description": "URL or file path to the OpenAPI/Swagger specification", "type": "string" } }, "required": [ "apiId", "source" ], "type": "object" }
Install Server

Other Tools from Swagger/OpenAPI MCP Server

Related Tools

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/gulbaki/swagger-mcp-server'

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