Server Details
Calculators accessible via MCP with real-time collaborative sessions and shareable URLs.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
8 toolscalculateTry in Inspector
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 |
close_sessionTry in Inspector
Close a session and optionally persist a snapshot of its final state
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session UUID |
create_sessionTry in Inspector
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_urlTry in Inspector
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_schemaTry in Inspector
Get the input schema for a specific calculator
| Name | Required | Description | Default |
|---|---|---|---|
| calculator | Yes | Calculator slug |
get_session_stateTry in Inspector
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_calculatorsTry in Inspector
List available calculators, optionally filtered by category
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category (e.g., 'finance', 'math') |
push_session_actionTry in Inspector
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 |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- 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
Discussions
No comments yet. Be the first to start the discussion!