Price-action reads with measured accuracy: day-type odds, breakouts, public scoreboard
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
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:
Covers US stocks and ETFs, futures (ES=F), FX, crypto, Hong Kong and China A-shares.
| 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. |
Claude Code
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):
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.The claims above were pre-registered before being published and the live model is
scored in public every trading day: the 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.
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.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-245)<a href="https://allmcps.com/mcp/mcp-245"><img src="https://allmcps.com/api/badge/mcp-245?style=directory" alt="Maddog MCP on AllMCPs" /></a>