We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AEGISnetInc/TS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export declare class RateLimiter {
private lastCall;
throttle(endpoint: string, minIntervalMs: number): Promise<void>;
}
export declare const RATE_LIMITS: {
readonly STATUS_ENDPOINT: 4000;
readonly DETAIL_ENDPOINT: 15000;
readonly SCRIPT_DETAIL_ENDPOINT: 15000;
};
//# sourceMappingURL=rate-limiter.d.ts.map