← tokencompute.org
INDIVIDUAL MCP TOOL
get_equation
Load a single equation with full context: LaTeX, inputs with roles, outputs, upstream/downstream dependencies, executive summary.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tokencompute-org]
url = "https://mcp.tokencompute.org/functions/v1/mcp-public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tokencompute-org": {
"type": "http",
"url": "https://mcp.tokencompute.org/functions/v1/mcp-public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tokencompute-org
Remote MCP URL: https://mcp.tokencompute.org/functions/v1/mcp-public/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tokencompute-org": {
"url": "https://mcp.tokencompute.org/functions/v1/mcp-public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tokencompute-org": {
"type": "http",
"url": "https://mcp.tokencompute.org/functions/v1/mcp-public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tokencompute-org",
"transport": "streamable-http",
"url": "https://mcp.tokencompute.org/functions/v1/mcp-public/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
model_version— Get model version, entity counts, and module list.search_equations— Search public equations by name, module, or description.search_claims— Search public claims by keyword and/or category.get_claim— Load a single claim with full detail: value, sources, derivation, dependencies, sensitivity, and scenario variants.get_algorithm— Load an algorithm with pseudocode, complexity analysis, inputs/outputs, and equation references.get_analysis— Load an analysis with its question, tier, algorithms used, and scenario details.get_scenario— Load a scenario with exogenous variable settings (low/mid/high ranges), assumptions, and tags.equation_dependencies— Trace the dependency chain for an equation — upstream (what feeds it) or downstream (what it feeds).