Pre Reason MCP Server

Pre-reasoned Bitcoin & macro financial briefings for AI agents. Trend signals, regimes, 17 contexts.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 5 · #52 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Pre Reason

before you install - you'll need

Set PREREASON_API_KEY, PREREASON_URL before connecting.

Claude Code

claude mcp add prereason-mcp --transport http https://api.prereason.com/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "prereason-mcp": {
      "url": "https://api.prereason.com/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.prereason.com/api/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to api.prereason.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @prereason/mcp - published under the repo owner's npm scope (@prereason)

registry vendor namespace com.prereason - domain-verified with the official MCP registry

03 · What Pre Reason can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.1 · 2026-04-12

Patch release for MCP Registry compatibility and npm provenance fix. · Fix mcpName for MCP Registry publishing · Pin Node 22.22.1 for reliable OIDC provenance · See v0.3.0 for full changelog.

v0.3.0 · 2026-04-12

Added · OAuth 2.1 support for automatic API key provisioning on MCP connection · Server branding metadata (title, description, icons) for client connection cards · Centered README hero layout with improved visual…

v0.2.0 · 2026-03-22

What's New · Add Glama deployment support (Dockerfile build, inspection, release) · Add build script for container image builds · Add 6 MCP prompt templates (daily_market_briefing, risk_check, mining_profitability…

04 · Who maintains Pre Reason

PreReason is maintained by prereason. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
finance - ranked #52 of 283 actively-maintained finance servers as of 2026-08-25.
registry
com.prereason/mcp (active, first published 2026-03-18 · 3 versions)
packages
npm:@prereason/mcp

06 · Pre Reason FAQ

What is Pre Reason?

Pre-reasoned Bitcoin & macro financial briefings for AI agents. Trend signals, regimes, 17 contexts.

Is Pre Reason still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19. We re-verify nightly.

How do I install Pre Reason?

Run `npx -y @prereason/mcp`. The README documents 2 environment variables (PREREASON_API_KEY, PREREASON_URL) to set first. Set PREREASON_API_KEY, PREREASON_URL before connecting. You can also paste the ready-made client config above.

Does Pre Reason require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Pre Reason