We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CalcsLive/calcslive-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•405 B
# CalcsLive MCP Server Configuration
# REQUIRED: Your CalcsLive MCP API key
# Get this from: https://www.calcs.live/account/api-keys
# Select "MCP Integration (AI Agents)" as the service type
CALCSLIVE_API_KEY=your_mcp_api_key_here
# OPTIONAL: CalcsLive API base URL (defaults to production)
# CALCSLIVE_API_URL=https://www.calcs.live
# For local development:
# CALCSLIVE_API_URL=http://localhost:3000