Finance News RSS Server
БесплатноНе проверенEnables fetching and searching real-time finance news from major RSS feeds like Bloomberg, WSJ, CNBC, Seeking Alpha, MarketWatch, and Financial Times.
Описание
Enables fetching and searching real-time finance news from major RSS feeds like Bloomberg, WSJ, CNBC, Seeking Alpha, MarketWatch, and Financial Times.
README
A Model Context Protocol (MCP) server that provides real-time finance news from major RSS feeds. Built with FastMCP to demonstrate MCP basics.
What This MCP Does
This MCP server gives Claude access to finance news from major sources including:
- Bloomberg
- Wall Street Journal (WSJ)
- CNBC
- Seeking Alpha
- MarketWatch
- Financial Times
The server provides two tools:
- get_latest_finance_news - Fetch the latest news from all sources or a specific source
- search_finance_news - Search across all feeds for articles matching a keyword
Installation
Install dependencies using uv:
uv sync
How to Run
Start the MCP server:
uv run python main.py
Or configure it in your Claude Desktop app by adding to your MCP settings:
{
"mcpServers": {
"finance-news": {
"command": "uv",
"args": ["--directory", "/path/to/example", "run", "python", "main.py"]
}
}
}
Important Notes:
- Replace
/path/to/examplewith the actual path to your project directory - If you get a "spawn uv ENOENT" error, use the full path to
uv:- Find it with:
which uv - Common locations:
~/.local/bin/uvor~/.cargo/bin/uv - Update
commandto the full path, e.g.,"/Users/yourname/.local/bin/uv"
- Find it with:
Example Questions to Ask Claude
Once connected, you can ask Claude questions like:
- "What are the latest finance news headlines?"
- "Get me the top 5 news articles from Bloomberg"
- "Search for news about 'inflation' in finance feeds"
- "What's the latest news from CNBC?"
- "Find articles about 'Federal Reserve' or 'interest rates'"
- "Show me recent Yahoo Finance headlines"
Available Tools
get_latest_finance_news
Fetch the latest finance news articles.
Parameters:
limit(int, default=10): Maximum number of articles to returnsource(str, default="all"): News source to fetch from- Options: "all", "bloomberg", "wsj", "cnbc", "seekingalpha", "marketwatch", "ft"
Example:
get_latest_finance_news(limit=5, source="wsj")
search_finance_news
Search for articles matching a keyword across all feeds.
Parameters:
query(str, required): Search keyword to find in titles or descriptionslimit(int, default=10): Maximum number of matching articles to return
Example:
search_finance_news(query="bitcoin", limit=5)
Implementation Details
- No caching: Fetches RSS feeds on-demand for real-time updates
- Error handling: Gracefully skips feeds that fail to load
- Simple & clean: Single-file implementation, perfect portfolio piece
- Dependencies: fastmcp, feedparser, httpx
Project Structure
example/
├── main.py # MCP server implementation
├── pyproject.toml # Project dependencies
├── uv.lock # Dependency lock file
└── README.md # This file
How It Works
The server uses:
- FastMCP to create the MCP server and register tools
- httpx to fetch RSS feed URLs
- feedparser to parse RSS/Atom feeds into structured data
Each tool fetches feeds in real-time, parses them, and returns structured article data including title, link, published date, description, and source name.
License
MIT
Установить Finance News RSS Server в Claude Desktop, Claude Code, Cursor
unyly install finance-news-rss-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add finance-news-rss-mcp-server -- uvx exampleFAQ
Finance News RSS Server MCP бесплатный?
Да, Finance News RSS Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Finance News RSS Server?
Нет, Finance News RSS Server работает без API-ключей и переменных окружения.
Finance News RSS Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Finance News RSS Server в Claude Desktop, Claude Code или Cursor?
Открой Finance News RSS Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Stripe
Payments, customers, subscriptions
автор: Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
автор: malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
автор: whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Compare Finance News RSS Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории finance
