Skip to content
Back to search
100
MCP live v1.1.0 MCP 2025-03-26 streamable-http

com.mcpcalc/calculator

com.mcpcalc/calculator

Calculators accessible via MCP with real-time collaborative sessions and shareable URLs.

Uptime
100.0%
1 direct probes · 30d
Response
1062ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

list_calculators

List available calculators, optionally filtered by category

get_calculator_schema

Get the input schema for a specific calculator

calculate

Run a calculation and get results + prefilled URL

generate_prefilled_url

Generate a prefilled URL without running calculation

calculate_cas

Evaluate one or more headless CAS expressions server-side (MCP-only numeric mode). Unsupported expressions return a GUI handoff link.

calculate_cas_headless

Alias of calculate_cas. Headless MCP-only CAS evaluator; if unsupported features are requested, returns GUI handoff details.

create_session

Create a new interactive session for any calculator and return the session URL

get_session_state

Retrieve the current field values, computation transcript, and pending message queue for an active session

push_session_action

Push actions into a session's message queue (set fields, submit computation, trigger plot, etc.)

close_session

Close a session and optionally persist a snapshot of its final state

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"
    }
  }
}