Content
# Financial News MCP
> Real-time financial news for Claude Code & Open Claw.
> Flash news · In-depth articles · US economic calendar
---
## Features
- **Flash News** — 7×24 rolling financial news, breaking events in seconds
- **In-depth Articles** — institutional-grade analysis with titles and summaries
- **Economic Calendar** — US key data releases with forecast vs. previous (NFP / CPI / FOMC / PCE...)
- **Daily Briefing** — one-command morning report pushed to Discord / Lark
## Preview
```
📅 2026-04-07 | Daily Financial Briefing
📰 Flash News
1. Middle East escalation: Israel strikes Tehran, Iran retaliates with ballistic missiles
2. Saudi petrochemical hub reportedly hit, energy markets rattled
3. AI funding surge: Mianbi Intelligence closes hundreds of millions CNY round
...
📖 In-depth
1. 📌 《博通拿下谷歌AI芯片大单,Anthropic锁定3.5吉瓦算力》
Broadcom wins Google AI chip order; Anthropic locks in 3.5 GW compute
📅 US Key Economic Data Today (⭐⭐⭐)
| Time (UTC+8) | Indicator | Forecast | Previous |
| 20:30 | US Feb Durable Goods Orders MoM | -1% | 0% |
```
## Get a Token (Free)
Email **heyuan1230@gmail.com** with subject `Financial MCP Token Request`.
You'll receive a token to get started.
## Quick Start
**1. Clone to a fixed directory**
```bash
git clone https://github.com/heyuan1230-alt/financial-news-mcp.git ~/financial-news-mcp
pip install requests
```
**2. Configure MCP**
Copy `.mcp.json.example` → `.mcp.json`, then replace `your_token_here`:
```json
{
"mcpServers": {
"financial-news": {
"type": "stdio",
"command": "python3",
"args": ["~/financial-news-mcp/proxy.py"],
"env": {
"FINANCE_MCP_TOKEN": "your_token_here"
}
}
}
}
```
**3. Verify connection**
Claude Code / Open Claw: type `/mcp`, confirm `financial-news · ✔ connected`.
**4. Install Skill (optional)**
```bash
# Open Claw users
openclaw skills install financial-news-daily
```
Or copy `SKILL.md` to `~/.openclaw/workspace/skills/financial-news-daily/`
## Available Tools
| Tool | Description |
|------|-------------|
| `list_flash` | Paginated flash news feed |
| `search_flash` | Search flash news by keyword |
| `list_news` | Paginated in-depth articles |
| `search_news` | Search articles by keyword |
| `get_news` | Fetch full article content |
| `list_calendar` | Weekly economic calendar |
## License
MIT