Skip to main content
Glama

Swagger/OpenAPI MCP Server

by gulbaki

load_api

Load API specifications into the Swagger/OpenAPI MCP Server by providing the API ID and source URL or file path to enable exploration and interaction with endpoints.

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" }

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