We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isakskogstad/SCB-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { Prompt } from '@modelcontextprotocol/sdk/types.js';
export declare const prompts: Prompt[];
export declare function getPromptById(name: string): Prompt | undefined;
export declare function generatePromptMessages(promptName: string, args: Record<string, string>): Array<{
role: string;
content: {
type: string;
text: string;
};
}>;
//# sourceMappingURL=prompts.d.ts.map