Daily News
The Daily News feature provides an AI-generated market analysis article every day, covering all tracked cryptocurrencies, global market sentiment, and technical indicators. The report is automatically generated each morning at 7:00 AM UTC.
MCP Tools#
AI agents can interact with Daily News through the MyHold MCP server:
| Tool | Description |
|---|---|
list-news | List published news articles. Accepts optional page and limit parameters. Requires a JWT or API token. |
get-news-today | Fetch today's AI-generated crypto market news article. Requires a JWT or API token. |
get-news-by-date | Fetch a news article for a specific date in YYYY-MM-DD format. Requires a JWT or API token. |
Authentication#
All Daily News endpoints and MCP tools require authentication. Both JWT tokens (used by the web app) and API tokens (mha_…, used by MCP clients) are accepted.
Authorization: Bearer mha_…. JWT tokens work too but are intended for browser sessions.How It Works#
Every day, an AI agent analyzes the crypto market through a multi-step process:
1. Data Collection — The agent reads the latest market data for all tracked coins including prices, volumes, and percentage changes.
2. Technical Analysis — It reviews technical indicators (RSI, MACD, ADX, Bollinger Bands, EMAs, SMAs) for each coin and updates a running technical document.
3. Market Context — It checks the Fear & Greed Index and global market metrics (total market cap, BTC dominance, etc.).
4. Report Generation — It writes a comprehensive market report with a public overview and a detailed premium section.
Public vs. Premium Content#
Each news article has two sections separated by an internal delimiter:
Public Section (visible to everyone) — Market overview, key movements, Fear & Greed summary, and notable events. This provides useful context even without signing in.
Premium Section (visible to signed-in users) — Detailed coin-by-coin technical analysis, specific RSI/MACD/ADX readings, support/resistance levels, actionable insights, and portfolio considerations.
Example: Daily News Article#
Here is what a daily news article looks like (shown with truncation for anonymous users):
Daily news article with paywall (anonymous view)
Example: News List#
The news history page shows a list of past articles with their summaries:
News list with summaries
Coin Technical Documents#
Behind the scenes, the AI agent maintains a versioned technical document for each tracked coin. This document accumulates context over time — price trends, indicator readings, and notable events — so the agent can provide more informed analysis each day.
A new snapshot is saved each day, preserving the history of each coin's technical profile. The agent reads the previous day's snapshot as context before writing a new one.
Next Steps#
Market Insights →
Fear & Greed Index, global metrics, and technical indicators used in the daily analysis.
Notifications →
Set up alerts based on the same market data that powers the daily news.