Skip to main content
Glama

openapi-mcp-proxy

by nyudenkov

get_api_info

Retrieve essential details about an API, including endpoints and structure, using the specified API name or URL. Designed to explore OpenAPI schemas efficiently without loading entire documents.

Instructions

Get general information about an API

Input Schema

NameRequiredDescriptionDefault
apiYesAPI name or direct URL

Input Schema (JSON Schema)

{ "properties": { "api": { "description": "API name or direct URL", "type": "string" } }, "required": [ "api" ], "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