Server Details
Calculators accessible via MCP with real-time collaborative sessions and shareable URLs.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
10 toolscalculateInspect
Run a calculation and get results + prefilled URL
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Calculator input values | |
| strict | No | If true, reject invalid or unknown input fields instead of dropping them | |
| calculator | Yes | Calculator slug |
calculate_casInspect
Evaluate one or more headless CAS expressions server-side (MCP-only numeric mode). Unsupported expressions return a GUI handoff link.
| Name | Required | Description | Default |
|---|---|---|---|
| strict | No | If true, reject unknown fields and malformed expressions instead of dropping them | |
| expression | No | Single CAS expression to evaluate | |
| expressions | No | Optional ordered list of CAS expressions to evaluate in one isolated context (supports assignments across the batch) |
calculate_cas_headlessInspect
Alias of calculate_cas. Headless MCP-only CAS evaluator; if unsupported features are requested, returns GUI handoff details.
| Name | Required | Description | Default |
|---|---|---|---|
| strict | No | If true, reject unknown fields and malformed expressions instead of dropping them | |
| expression | No | Single CAS expression to evaluate | |
| expressions | No | Optional ordered list of CAS expressions to evaluate in one isolated context (supports assignments across the batch) |
close_sessionInspect
Close a session and optionally persist a snapshot of its final state
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session UUID |
create_sessionInspect
Create a new interactive session for any calculator and return the session URL
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Optional session metadata | |
| calculator | Yes | Calculator slug |
generate_prefilled_urlInspect
Generate a prefilled URL without running calculation
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Input values for URL | |
| strict | No | If true, reject invalid or unknown input fields instead of dropping them | |
| calculator | Yes | Calculator slug |
get_calculator_schemaInspect
Get the input schema for a specific calculator
| Name | Required | Description | Default |
|---|---|---|---|
| calculator | Yes | Calculator slug |
get_session_stateInspect
Retrieve the current field values, computation transcript, and pending message queue for an active session
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session UUID |
list_calculatorsInspect
List available calculators, optionally filtered by category
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category (e.g., 'finance', 'math') |
push_session_actionInspect
Push actions into a session's message queue (set fields, submit computation, trigger plot, etc.)
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Array of SessionAction objects to push to the browser | |
| session_id | Yes | Session UUID |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!