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.

The daily news is free to read for everyone. Sign in to access the full article including detailed technical analysis and actionable insights.

MCP Tools#

AI agents can interact with Daily News through the MyHold MCP server:

ToolDescription
list-newsList published news articles. Accepts optional page and limit parameters. Requires a JWT or API token.
get-news-todayFetch today's AI-generated crypto market news article. Requires a JWT or API token.
get-news-by-dateFetch 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.

MCP callers should use an API token created at Settings → API Tokens. Pass it as 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.

Creating a free account gives you full access to the premium section — no paid plan required!

Example: Daily News Article#

Here is what a daily news article looks like (shown with truncation for anonymous users):

Back to news

Daily Crypto Market Report — 2026-03-06

Bitcoin consolidates around $97,500 as the market shows mixed signals. Fear & Greed Index at 62 (Greed). ETH tests support while SOL breaks out.


Market Overview

The crypto market showed mixed signals today as Bitcoin consolidated around $97,500 after yesterday's brief dip below the $96,000 level. Total market capitalization stands at $3.42 trillion, with trading volume up 8% from the previous 24 hours.

The Fear & Greed Index reads 62 (Greed), reflecting cautious optimism among market participants despite macroeconomic uncertainty.

Key Movements:

  • BTC +1.2% (24h) — holding above the 50-day EMA
  • ETH -0.8% (24h) — testing support at $3,400
  • SOL +3.5% (24h) — breaking out of a consolidation pattern

Premium Content

Subscribe to a premium plan to read the full daily crypto news analysis.

Unlock Premium

Daily news article with paywall (anonymous view)

Example: News List#

The news history page shows a list of past articles with their 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#

For API details, visit the API documentation.