Skip to main content
Glama

Physics MCP Server

by BlinkZer0
index.d.ts550 B
/** * Constants Tools for Physics MCP Server * * Provides access to physical constants from CODATA and astrophysical sources. */ export interface Tool { name: string; description: string; inputSchema: any; } /** * Build the list of available constants tools */ export declare function buildConstantsTools(): Tool[]; /** * Handle constants tool calls */ export declare function handleConstantsTool(name: string, args: any): Promise<any>; /** * Shutdown the worker process */ export declare function shutdownWorkerClient(): void;

MCP directory API

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