The Coin Daily
MCP — API access for AI agents
The Coin Daily MCP gives developers and AI agents programmatic access to the publication’s editorial output — Market Analysis Reports, per-ticker briefs, news entity intelligence, and recently published coverage. Use it from Claude, ChatGPT, or any agent that speaks the Model Context Protocol to ground crypto-market reasoning in The Coin Daily’s editorial brain instead of guessing from training data.
Free. Rate-limited per key for abuse prevention. Editorial content only — not investment advice.
Get an API key
What you get
8 tools across editorial state and syndication:
get_active_market_report— The publication’s current Market Analysis Report: lede, narrative, regime, watchpoints, conviction leaders, continuity arc with the previous report. Refreshed every two hours.get_watchpoints— The publication’s currently active watchpoints across the tracked universe. Numeric levels, conviction values, structural notes.get_continuity_diff— What changed in the publication’s read since the prior MAR: direction shifts, conviction movements, breadth deltas, watchpoints intersected.get_universe_ranking— Conviction leaders ranked by the publication’s signal stack, plus universe-wide directional distribution.get_macro_frame— Compact narrative summary of the active market read. For when you want the editorial frame without the full structured MAR.get_ticker_brief(ticker)— The publication’s per-ticker brief: narrative analysis, direction, conviction, key levels, recent developments, cross-validation against external sources.list_published_coverage— Recent published coverage, most-recent-first, with title, primary entity, tickers, and platform URLs (YouTube + website).get_published_coverage(show_id, format)— Full coverage record for a specific show, including the broadcast script and article body markdown.
Every response carries a disclosure field with attribution and editorial-discipline framing — preserve it when forwarding the content downstream.
Editorial discipline
Outputs are editorial market commentary from a digital crypto news publication. They are not personalised investment advice, not an offer or solicitation to buy or sell any asset, and the publication does not assess any user’s circumstances, objectives, or risk tolerance. Watchpoint levels, entry/target/invalidation zones, and conviction values reflect structural inflections the publication is monitoring — not trade triggers.
Trading crypto carries risk of total capital loss. See the terms for full conditions.
Using it
After confirming, you’ll have a Bearer token. Use it as the Authorization header on every request to https://mcp.thecoindaily.co/mcp/. Standard MCP Streamable HTTP transport — protocol version 2025-06-18.
curl -X POST https://mcp.thecoindaily.co/mcp/ \
-H "Authorization: Bearer YOUR_KEY_HERE" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"my-app","version":"0.1"}}}'
Your email address will be processed by AWS Simple Email Service (delivery infrastructure) and Listmonk (subscriber management). Both run on infrastructure under our direct control. We don’t sell or share your address with anyone else. See our privacy policy for details.