Skip to main content
Glama

OpenRouter MCP Multimodal Server

by hoangdn3
openrouter-api.d.ts644 B
/** * Client for interacting with the OpenRouter API */ export declare class OpenRouterAPIClient { private apiKey; private axiosInstance; private retryCount; private retryDelay; constructor(apiKey: string); /** * Get all available models from OpenRouter */ getModels(): Promise<any[]>; /** * Send a request to the OpenRouter API with retry functionality */ request(endpoint: string, method: string, data?: any): Promise<any>; /** * Handle retryable errors */ private handleRetryableError; /** * Handle request errors */ private handleRequestError; }

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/hoangdn3/mcp-ocr-fallback'

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