# PreReason

Financial context your AI actually understands.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add prereason/briefings

# Browse available tools
npx -y @smithery/cli@latest tool list prereason/briefings

# Get full schema for a tool
npx -y @smithery/cli@latest tool get prereason/briefings list_briefings

# Call a tool
npx -y @smithery/cli@latest tool call prereason/briefings list_briefings '{}'
```

## Direct MCP Connection

Endpoint: `https://prereason.run.tools`

**Optional config:**
- `apiKey` (header) — Your PreReason API key. Get a free one at prereason.com. Format: pr_live_xxxxx

## Tools (5)

- `list_briefings` — List all available pre-reasoned market briefings with tier requirements. Returns 17 briefings across Free (6), Basic (5…
- `list_metrics` — List all available individual metrics (30 metrics across bitcoin, macro, and calculated categories). Includes Bitcoin p…
- `get_health` — Check API health status, version, and available endpoints. No authentication required.
- `get_context` — Get a pre-reasoned market briefing with trend signals, confidence scores, regime classification, and causal narratives.…
- `get_metric` — Get a single metric with pre-reasoned signal interpretation, trend analysis (7d/30d/90d), confidence score, momentum, a…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get prereason/briefings <tool-name>
```

## Resources

- `prereason://catalog/briefings` — Complete catalog of all 17 PreReason market briefings with descriptions, tier requirements, and category organization. …
- `prereason://catalog/metrics` — Complete catalog of all 30 PreReason financial metrics with names, descriptions, categories, and data sources. Covers B…

## Prompts (6)

- `daily_market_briefing` (focus) — Pre-configured prompt for a comprehensive daily Bitcoin and macro market analysis. Fetches BTC price action, macro liqu…
- `risk_check` — Quick risk assessment prompt that evaluates current market conditions across Bitcoin volatility, macro regime, and cros…
- `mining_profitability` (depth) — Analyze Bitcoin mining economics: production cost vs market price, miner stress levels, hash rate trends, difficulty ad…
- `macro_regime_check` — Classify the current macro regime (risk-on, risk-off, transitional, crisis) and its implications for Bitcoin. Analyzes …
- `correlation_scanner` — Scan cross-asset correlations between Bitcoin and macro assets (SPY, QQQ, VIX, DXY, Treasury 10Y). Identifies strengthe…
- `weekly_recap` (scope) — Comprehensive weekly recap across Bitcoin, macro, and cross-asset markets. Summarizes key moves, regime changes, trend …
