Skip to main content
Glama

HRFCO Service

vercel.json340 B
{ "functions": { "api/mcp.py": { "runtime": "python3.9" } }, "routes": [ { "src": "/mcp", "dest": "/api/mcp.py" }, { "src": "/health", "dest": "/api/health.py" }, { "src": "/(.*)", "dest": "/api/mcp.py" } ], "env": { "HRFCO_API_KEY": "@hrfco_api_key", "WEATHER_API_KEY": "@weather_api_key" } }

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/kwenhwang/hrfco-service'

If you have feedback or need assistance with the MCP directory API, please join our Discord server