We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssv445/lorem-ipsum-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
tools.d.ts•195 B
import { FastMCP } from "fastmcp";
/**
* Register all tools with the MCP server
*
* @param server The FastMCP server instance
*/
export declare function registerTools(server: FastMCP): void;