Skip to main content
Glama

API Registry MCP Server

index.ts•1.89 kB
/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export { ApiError } from './core/ApiError'; export { CancelablePromise, CancelError } from './core/CancelablePromise'; export { OpenAPI } from './core/OpenAPI'; export type { OpenAPIConfig } from './core/OpenAPI'; export type { AgentChatRequest } from './models/AgentChatRequest'; export type { AgentChatResponse } from './models/AgentChatResponse'; export type { APIRegistryResponse } from './models/APIRegistryResponse'; export type { ChatMessage } from './models/ChatMessage'; export type { ChatRequest } from './models/ChatRequest'; export type { ChatResponse } from './models/ChatResponse'; export type { HTTPValidationError } from './models/HTTPValidationError'; export type { RegisteredAPI } from './models/RegisteredAPI'; export type { ToolCall } from './models/ToolCall'; export type { Trace } from './models/Trace'; export type { TraceListResponse } from './models/TraceListResponse'; export type { TraceSpan } from './models/TraceSpan'; export type { UserInfo } from './models/UserInfo'; export type { UserWorkspaceInfo } from './models/UserWorkspaceInfo'; export type { ValidationError } from './models/ValidationError'; export { AgentService } from './services/AgentService'; export { ApiService } from './services/ApiService'; export { ChatService } from './services/ChatService'; export { DatabaseService } from './services/DatabaseService'; export { DebugService } from './services/DebugService'; export { HealthService } from './services/HealthService'; export { McpService } from './services/McpService'; export { PromptsService } from './services/PromptsService'; export { RegistryService } from './services/RegistryService'; export { TracesService } from './services/TracesService'; export { UserService } from './services/UserService';

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/lucamilletti99/dataverse_mcp_server'

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