io.github.cyanheads/calculator-mcp-server
Calculator MCP server — evaluate, simplify, and differentiate math expressions.
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://calculator.caseyjhand.com/mcp{
"mcpServers": {
"calculator-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/calculator-mcp-server"
],
"env": {
"CALC_MAX_EXPRESSION_LENGTH": "1000",
"CALC_EVALUATION_TIMEOUT_MS": "5000",
"CALC_MAX_RESULT_LENGTH": "100000",
"MCP_LOG_LEVEL": "info",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_AUTH_MODE": "none"
}
}
}
}{
"mcpServers": {
"calculator-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/calculator-mcp-server"
],
"env": {
"CALC_MAX_EXPRESSION_LENGTH": "1000",
"CALC_EVALUATION_TIMEOUT_MS": "5000",
"CALC_MAX_RESULT_LENGTH": "100000",
"MCP_LOG_LEVEL": "info",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_AUTH_MODE": "none"
}
}
}
}npx -y @cyanheads/calculator-mcp-serverCALC_MAX_EXPRESSION_LENGTHMaximum allowed expression string length.
CALC_EVALUATION_TIMEOUT_MSMaximum evaluation time in milliseconds.
CALC_MAX_RESULT_LENGTHMaximum result string length in characters.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
CALC_MAX_EXPRESSION_LENGTHMaximum allowed expression string length.
CALC_EVALUATION_TIMEOUT_MSMaximum evaluation time in milliseconds.
CALC_MAX_RESULT_LENGTHMaximum result string length in characters.
MCP_HTTP_HOSTThe hostname for the HTTP server.
MCP_HTTP_PORTThe port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHThe endpoint path for the MCP server.
MCP_AUTH_MODEAuthentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
Feature flagging and A/B testing platform with AI-first experimentation workflows.
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.