Finance News RSS MCP Server
jvenkatasandeep (OSS) · Market & Financial Data
Community-built aggregator that pulls RSS headlines from Bloomberg, WSJ, CNBC, Seeking Alpha, MarketWatch and Financial Times. Provides latest-news and keyword-search tools.
How to connect Finance News RSS MCP Server
Step 1
Local server — run it on your machine
Finance News RSS MCP Server runs locally over stdio. You need Node.js (for npx) or Python (for uvx) installed, then add the command below to your client's MCP config file.
Command
uvx --from git+https://github.com/jvenkatasandeep/finance-news-mcp finance-news-mcp
Client config snippet
{
"mcpServers": {
"finance-news-rss": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/jvenkatasandeep/finance-news-mcp",
"finance-news-mcp"
]
}
}
}Step 2
Authenticate with no credentials
No credentials are required for public data. Rate limits still apply, so avoid bulk pulls from a chat client.
Step 3
Verify, then widen access
Restart your client, confirm the server's tools appear, and run one read-only question first. Keep client-side approval prompts on for any tool that can write, trade or send. Confirm with your firm's compliance policy before connecting systems holding client data.
