Skip to main content
ClaudeWave

MADDOG MCP server — price-action session reads with measured accuracy: day-type probabilities, range breakouts, and a public forward scoreboard. Remote streamable HTTP at api.maddog.finance/mcp

MCP ServersRegistry oficial0 estrellas0 forksActualizado today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/27/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/maddogfinance/maddog-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "maddog-mcp": {
      "command": "node",
      "args": ["/path/to/maddog-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/maddogfinance/maddog-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# MADDOG MCP Server

Price-action session reads for AI agents — **measured statistics, not opinions**.

**Endpoint:** `https://api.maddog.finance/mcp` · stateless streamable HTTP · plain-JSON responses, no session to manage.

```bash
claude mcp add --transport http maddog https://api.maddog.finance/mcp
```

MADDOG reads a market session the way a price action trader does, and every number it
returns is a **historical frequency with a published measurement behind it** — never a
forecast, never a recommendation:

- a five-class **day-type probability distribution** — 66% top-1 accuracy over a complete
  US day session against a 37% majority-class baseline, with a confidence grade whose
  published accuracy ranges from 95% (best grade) to 41% (worst);
- the window's first **range breakout** with a calibrated per-event failure estimate
  (AUC 0.646, calibration error 5.1%, n=2,637, validated on held-out NQ);
- from the 90-minute mark, the **measured odds that a new session high or low still
  prints** before the close (69% by day type vs a 48% base rate, held out on 576
  sessions the model never saw).

Covers US stocks and ETFs, futures (`ES=F`), FX, crypto, Hong Kong and China A-shares.

## Tools

| Tool | Auth | What it does |
|---|---|---|
| `get_scoreboard` | none | The service's **public forward record**: every 11:00 ET read for ES=F/NQ=F/QQQ, snapshotted verbatim and scored after each close. Ties score against the model; days with no live read stay visible as gaps; no row is ever edited. Check this before trusting anything else. |
| `price_action_read` | optional | The full session read for one symbol. Anonymous callers get one first-look response per UTC day; quota errors carry machine-readable next steps. |
| `request_free_key` | none | Emails a free evaluation key (10 successful calls per UTC day, no card, no account) so an agent can get its own allowance without leaving the conversation. |

## Connecting

**Claude Code**

```bash
claude mcp add --transport http maddog https://api.maddog.finance/mcp
# with a key:
claude mcp add --transport http maddog https://api.maddog.finance/mcp \
  --header "X-API-Key: qd_your_key"
```

**Any streamable-HTTP MCP client:** point it at `https://api.maddog.finance/mcp`.
Keys go in the `X-API-Key` header; `Authorization: Bearer qd_…` also works for
clients that only speak bearer auth.

**Raw JSON-RPC** (the endpoint is stateless — one message per POST):

```bash
curl -s https://api.maddog.finance/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"get_scoreboard","arguments":{"limit":5}}}'
```

## Access & pricing

- **Free, forever:** `get_scoreboard`, one anonymous `price_action_read` per UTC day,
  and a free evaluation key (10 calls/day) via `request_free_key` or
  `POST https://api.maddog.finance/v1/access/free-key`.
- **Full access:** $99.90/month, first 3 days free on a card collected at checkout —
  cancelling within the trial costs nothing. A human must complete the card step
  (3-D Secure); agents cannot and should not.

## Why trust the numbers

The claims above were **pre-registered before being published** and the live model is
scored in public every trading day: the [scoreboard](https://maddog.finance/scoreboard)
shows each 11:00 ET call next to what the session actually did, including the days the
model was wrong and the days no read was taken. The same data is served raw and keyless
at [`/v1/scoreboard`](https://api.maddog.finance/v1/scoreboard).

## Links

- Site: https://maddog.finance
- API reference: https://maddog.finance/docs · [interactive spec](https://api.maddog.finance/docs)
- Forward record: https://maddog.finance/scoreboard

---

This repository documents the hosted MCP server; the service itself is closed-source.
Independent research — not affiliated with or endorsed by Al Brooks.
**Educational analytics, not investment advice.**

Lo que la gente pregunta sobre maddog-mcp

¿Qué es maddogfinance/maddog-mcp?

+

maddogfinance/maddog-mcp es mcp servers para el ecosistema de Claude AI. MADDOG MCP server — price-action session reads with measured accuracy: day-type probabilities, range breakouts, and a public forward scoreboard. Remote streamable HTTP at api.maddog.finance/mcp Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-26.

¿Cómo se instala maddog-mcp?

+

Puedes instalar maddog-mcp clonando el repositorio (https://github.com/maddogfinance/maddog-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar maddogfinance/maddog-mcp?

+

Nuestro agente de seguridad ha analizado maddogfinance/maddog-mcp y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene maddogfinance/maddog-mcp?

+

maddogfinance/maddog-mcp es mantenido por maddogfinance. La última actividad registrada en GitHub es del 2026-08-26, con 0 issues abiertos.

¿Hay alternativas a maddog-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega maddog-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: maddogfinance/maddog-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/maddogfinance-maddog-mcp)](https://claudewave.com/repo/maddogfinance-maddog-mcp)
<a href="https://claudewave.com/repo/maddogfinance-maddog-mcp"><img src="https://claudewave.com/api/badge/maddogfinance-maddog-mcp" alt="Featured on ClaudeWave: maddogfinance/maddog-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a maddog-mcp