/**
* Universal Gateway Server - Transparent Proxy
*
* This server acts as a transparent proxy to the MCP360 Universal Gateway.
* It dynamically fetches tools from the gateway and forwards all tool calls.
*/
export declare class UniversalGatewayServer {
private server;
private gatewayClient;
constructor(apiKey: string, gatewayUrl?: string);
private setupHandlers;
start(): Promise<void>;
}
//# sourceMappingURL=server.d.ts.map
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/mcp360/mcp360-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server