A comprehensive Go-based MCP server for mathematical computations, implementing 13 mathematical tools across basic arithmetic, advanced functions, statistical analysis, unit conversions, and financial calculations.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y calculator-serverAgent-CoreX intelligently routes which tools from avisangle/calculator-server your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"calculator-server": {
"command": "npx",
"args": [
"-y",
"calculator-server"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add calculator-serverAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use avisangle/calculator-server directly without routing
npx -y calculator-serverNew to Agent-CoreX? View setup guide →