AI & Machine Learning
hesperan.com
An MCP server for probabilistic decision-making that asks typed questions, returns probabilities for possible answers, runs decision profiles, and records outcomes.
ENDPOINT 1
https://api.hesperan.com/mcp
MCP server metadata
- Name
- hesperan
- Version
- 0.1.0
Hesperan 1 is a decision model, not a text generator. Give it a state (text or JSON) and typed questions; it returns a probability for every possible answer. Use it when the answer is one of options you can name (routing, triage, policy checks, "should I proceed?"). Do not use it to write, summarise, extract free-form values or answer knowledge questions. Act automatically only when the probability clears a threshold that fits the cost of a mistake; otherwise ask the user. With a decision profile, act on action "auto" and hand "review" to a person.
Known tools 3
decideAsk Hesperan 1 one or more typed questions about a state and get a probability for every possible answer.
Inferred read-onlyreport_outcomeRecord the correct answer for an earlier decide_with_profile decision, once it is known (e.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.