Skip to main content
Glama

MCP OpenAPI Server

by ReAPI-com
import { OpenAPIV3 } from "openapi-types"; /** * Identifies a specific OpenAPI specification */ export interface SpecIdentifier { /** Unique identifier for the specification */ specId: string; /** Optional title of the specification */ title?: string; /** Optional version of the specification */ version?: string; } /** * Process OpenAPI specifications into a dereferenced version. * Can optionally validate the spec and remove unused components. */ export interface ISpecProcessor { /** * Process an OpenAPI document by dereferencing and transforming it * @param spec The OpenAPI document to process * @returns A processed version of the OpenAPI document */ process(spec: OpenAPIV3.Document): Promise<OpenAPIV3.Document>; }

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