Skip to main content
Glama

MCP OpenAPI Server

by ReAPI-com
basic-api.json617 B
{ "openapi": "3.0.0", "info": { "title": "Basic API", "version": "1.0.0" }, "paths": { "/hello": { "get": { "summary": "Say hello", "responses": { "200": { "description": "A hello message", "content": { "application/json": { "schema": { "type": "object", "properties": { "message": { "type": "string" } } } } } } } } } } }

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/ReAPI-com/mcp-openapi'

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