We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jrklein343-svg/restaurant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
executor.d.ts•197 B
import { type SnipeConfig } from './store.js';
export declare function executeSnipe(config: SnipeConfig): Promise<void>;
export declare function scheduleSnipe(config: SnipeConfig): NodeJS.Timeout;