com.mcpcalc/calculator
com.mcpcalc/calculatorCalculators accessible via MCP with real-time collaborative sessions and shareable URLs.
Tools · 10
List available calculators, optionally filtered by category
Get the input schema for a specific calculator
Run a calculation and get results + prefilled URL
Generate a prefilled URL without running calculation
Evaluate one or more headless CAS expressions server-side (MCP-only numeric mode). Unsupported expressions return a GUI handoff link.
Alias of calculate_cas. Headless MCP-only CAS evaluator; if unsupported features are requested, returns GUI handoff details.
Create a new interactive session for any calculator and return the session URL
Retrieve the current field values, computation transcript, and pending message queue for an active session
Push actions into a session's message queue (set fields, submit computation, trigger plot, etc.)
Close a session and optionally persist a snapshot of its final state
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.mcpcalc/calculator": {
"url": "https://mcpcalc.com/api/v1/mcp",
"transport": "streamable-http"
}
}
}