← Registry

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.

1 endpoint15 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://hesperatlas.com/mcp

No auth detected

MCP server metadata

Name
hesper-atlas
Version
1.6.0
Capabilities
tools
Server instructions

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_record

Use when a user asks whether Hesper Atlas's headline track record is supported, or wants winning, losing and still-open periods.

Inferred read-only
get_ledger_stats

Use when a user asks for drawdowns, weak periods, best-versus-worst results, or whether a headline hides an unfavorable distribution.

Inferred read-only
get_symbol_record

Use when a user asks how Hesper Atlas's current rules historically behaved on one ticker.

Inferred read-only
list_closed_trades

The raw closed-signal historical replay, newest exit first, filterable by symbol and exit date.

Inferred read-only
get_methodology

Use before interpreting a performance or signal claim, especially when a user asks for assumptions, limitations or possible bias.

Inferred read-only
list_forward_publications

Use 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-only
get_heldout_evidence

Use when a user wants to reconstruct or challenge the 152-name static-tail validation headline.

Inferred read-only
get_walk_forward_evidence

Use when a user asks for stricter time-ordered evidence, weak years, benchmark underperformance, or a check against look-ahead.

Inferred read-only
get_provenance

Use 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-only
get_signal

Use 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-only
list_signals

The engine's current lists.

Inferred read-only
get_market_context

Whole-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-only
get_model_portfolio

The 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-only
get_forward_record

Exact immutable agent-facing signal rows for one append-only publication, including stable signal ids, previous-row links and changed-field classifications.

Inferred read-only
get_changes_since

Chronological before/after events after a stable forward-publication cursor.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.