INDIVIDUAL MCP TOOL
decide
Ask Hesperan 1 one or more typed questions about a state and get a probability for every possible answer.
LIVE ENDPOINT
https://api.hesperan.com/mcp
Connect to this endpoint to inspect the live schema for decide and invoke it with your own arguments.
Indexed 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 server
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.hesperan]
url = "https://api.hesperan.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hesperan": {
"type": "http",
"url": "https://api.hesperan.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hesperan
Remote MCP URL: https://api.hesperan.com/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": {
"hesperan": {
"url": "https://api.hesperan.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hesperan": {
"type": "http",
"url": "https://api.hesperan.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hesperan",
"transport": "streamable-http",
"url": "https://api.hesperan.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
decide_with_profile— Run one of the user's decision profiles on a state.report_outcome— Record the correct answer for an earlier decide_with_profile decision, once it is known (e.