Skip to main content
Glama

openapi-mcp-proxy

by nyudenkov

add_api

Add a new API configuration to the openapi-mcp-proxy server by specifying a name, base URL, optional description, and custom headers for efficient API management and exploration.

Instructions

Add a new API configuration with name, URL and optional description

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description
headersNoOptional HTTP headers for authentication (e.g., {'Authorization': 'Bearer token', 'X-API-Key': 'key'})
nameYesShort name for the API
urlYesBase URL of the FastAPI service

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional description", "type": "string" }, "headers": { "additionalProperties": { "type": "string" }, "description": "Optional HTTP headers for authentication (e.g., {'Authorization': 'Bearer token', 'X-API-Key': 'key'})", "type": "object" }, "name": { "description": "Short name for the API", "type": "string" }, "url": { "description": "Base URL of the FastAPI service", "type": "string" } }, "required": [ "name", "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/nyudenkov/openapi-mcp-proxy'

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