Analytics
maddog.finance
Provides price action analysis and statistical trading insights for financial instruments.
ENDPOINT 1
https://api.maddog.finance/mcp
MCP server metadata
- Name
- maddog
- Version
- 4.7.0
MADDOG reads market sessions the way a price action trader does, with measured statistics instead of opinions: a five-class day-type distribution (66% top-1 over a complete US day session vs a 37% baseline), the window's first range breakout with a calibrated failure estimate (AUC 0.646, held-out NQ), and the measured odds that a new session high or low still prints after the 90-minute mark. Every number is a historical frequency, never a forecast or a recommendation. Suggested flow: get_scoreboard first (the public forward record of these reads, scored daily — decide for yourself whether to trust them), then price_action_read on the symbol you care about. Anonymous callers get one read per UTC day; request_free_key delivers a free qd_ key by email (10 calls/day, no card). Quota errors carry machine-readable next steps in available_actions, including checkout ($99.9/month, 3-day free trial) — a human must complete that card step. Pass keys in the X-API-Key header (Authorization: Bearer also works on this endpoint). Site: https://maddog.finance — docs: https://maddog.finance/docs. Educational analytics, not investment advice.
Known tools 3
price_action_readRead one instrument's current session the way a price action trader would, with measured statistics instead of opinions: a five-class day-type probability distribution (66% top-1 accuracy over a complete US day session against a 37% baseline, published confidence grades from 95% to 41% by grade), the window's first range breakout with its calibrated failure estimate (AUC 0.
Inferred read-onlyget_scoreboardThe standing public record of this service's own calls — free, no key.
Inferred read-onlyCONNECT 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.maddog]
url = "https://api.maddog.finance/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"maddog": {
"type": "http",
"url": "https://api.maddog.finance/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: maddog
Remote MCP URL: https://api.maddog.finance/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": {
"maddog": {
"url": "https://api.maddog.finance/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"maddog": {
"type": "http",
"url": "https://api.maddog.finance/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "maddog",
"transport": "streamable-http",
"url": "https://api.maddog.finance/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.