Skip to main content
Glama

Physics MCP Server

by BlinkZer0
handlers.js517 B
/** * Request handlers for External API tools */ export const apiArxivHandler = async (params) => { return { method: 'api_arxiv', params }; }; export const apiCernHandler = async (params) => { return { method: 'api_cern', params }; }; export const apiNasaHandler = async (params) => { return { method: 'api_nasa', params }; }; export const apiNistHandler = async (params) => { return { method: 'api_nist', params }; };

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