Skip to main content
Glama

FastAPI MCP Server

by bankszach
tests.md475 B
# Quick Test Commands ```bash # Health curl -s https://YOUR_SERVICE_URL/healthz | jq # List tools curl -s https://YOUR_SERVICE_URL/ -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | jq # Call tool (with format) curl -s https://YOUR_SERVICE_URL/ -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"get_time","arguments":{"format":"%Y-%m-%dT%H:%M:%SZ"}}}' | jq ```

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/bankszach/fastapi-mcp'

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