Skip to main content
Glama

Physics MCP Server

by BlinkZer0
schema.ts310 B
/** * JSON Schema definitions for Constants tools */ export const ConstantsGetSchema = { type: "object", properties: { name: { type: "string", description: "Name of the physical constant (e.g., 'c', 'h', 'e', 'k_B', 'G', 'M_sun', 'pc', 'ly')" } }, required: ["name"] } as const;

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