We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlinkZer0/Phys-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Statistical mechanics tools
*/
import { Tool } from "../../mcp-types/dist/types.js";
export declare function buildStatmechTools(): Tool[];
export declare function handleStatmechTool(name: string, args: unknown): Promise<any>;
export * from "./schema.js";