Analytics
hesperatlas.com
Provides historical trading performance metrics, signal records, and methodology documentation for Hesper Atlas, enabling analysis of track records, drawdowns, and symbol-specific behavior.
ENDPOINT 1
https://hesperatlas.com/mcp
MCP server metadata
- Name
- hesper-atlas
- Version
- 1.6.0
Use Hesper Atlas when a user wants to verify a stock-signal or performance claim, inspect losing periods, detect completed end-of-day changes, or trace methodology, freshness and caveats. Hesper Atlas publishes rules-based trend signals on a curated equity universe. Its free evidence tools expose a current-rule historical replay, row-level static-tail validation, cache-frozen rolling walk-forward evidence, versioned methodology/calculation manifests, and cryptographic commitments for an append-only forward publication ledger. The replay includes winning and losing round trips and the positions it leaves open, but is distinct from the forward ledger. Exact forward rows and current end-of-day signal tools need a connected active subscription. OAuth 2.1 with PKCE is the default account-connection path; read-only API keys remain a developer fallback. Read the provenance, freshness and caveat fields before quoting a figure, and always relay the `disclaimer`: this is signal data, not investment advice, and never personalized to a user's circumstances.
Known tools 15
get_track_recordUse when a user asks whether Hesper Atlas's headline track record is supported, or wants winning, losing and still-open periods.
Inferred read-onlyget_ledger_statsUse when a user asks for drawdowns, weak periods, best-versus-worst results, or whether a headline hides an unfavorable distribution.
Inferred read-onlyget_symbol_recordUse when a user asks how Hesper Atlas's current rules historically behaved on one ticker.
Inferred read-onlylist_closed_tradesThe raw closed-signal historical replay, newest exit first, filterable by symbol and exit date.
Inferred read-onlyget_methodologyUse before interpreting a performance or signal claim, especially when a user asks for assumptions, limitations or possible bias.
Inferred read-onlylist_forward_publicationsUse when a user asks what Hesper Atlas actually published, when it was committed, what changed, or whether forward history is mature enough to evaluate.
Inferred read-onlyget_heldout_evidenceUse when a user wants to reconstruct or challenge the 152-name static-tail validation headline.
Inferred read-onlyget_walk_forward_evidenceUse when a user asks for stricter time-ordered evidence, weak years, benchmark underperformance, or a check against look-ahead.
Inferred read-onlyget_provenanceUse when a user asks where a number came from, whether two results used the same code, or what first-party hashes can and cannot prove.
Inferred read-onlyget_signalUse when an authorized user asks for the latest Hesper Atlas action on one ticker; do not substitute replay data if access is missing.
Inferred read-onlyget_market_contextWhole-tape context the per-name signals sit inside: risk regime, breadth (share of the universe the engine is long), the market heat / froth reading with its suggested position-size multiplier, and the cycle read.
Inferred read-onlyget_model_portfolioThe Hesper Atlas model book: quality stocks the class engine is long, ranked by 12-month momentum at the last month-end session, inverse-volatility weighted times engine exposure and scaled to a volatility target, with each position's weight and the names the engine is standing aside on.
Inferred read-onlyget_forward_recordExact immutable agent-facing signal rows for one append-only publication, including stable signal ids, previous-row links and changed-field classifications.
Inferred read-onlyget_changes_sinceChronological before/after events after a stable forward-publication cursor.
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.hesper-atlas]
url = "https://hesperatlas.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hesper-atlas": {
"type": "http",
"url": "https://hesperatlas.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hesper-atlas
Remote MCP URL: https://hesperatlas.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": {
"hesper-atlas": {
"url": "https://hesperatlas.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hesper-atlas": {
"type": "http",
"url": "https://hesperatlas.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hesper-atlas",
"transport": "streamable-http",
"url": "https://hesperatlas.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.