MCP Server
MCP
Cruncher
Scientific calculator MCP server with 43 tools: arithmetic, trig, stats, unit conversion.
Install
npx -y @slbdn/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@slbdn/cruncher-mcp",
"version": "1.2.29",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Tool exposure tier: 'minimal' (5 tools), 'standard' (34 tools, default), or 'full' (43 tools)",
"name": "CRUNCHER_TOOL_SET"
},
{
"description": "Worker thread timeout in milliseconds for heavy calculations (default: 3000, range: 100-60000)",
"name": "CRUNCHER_TIMEOUT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment