finlight-mcp
finlight MCP Server
mcp-name: me.finlight/news
Real-time financial news for AI agents. Connect Claude, ChatGPT, Cursor, or any MCP client to finlight, a financial news API covering global markets, geopolitics, and company-level news with sentiment analysis and entity tagging.
Endpoint: https://mcp.finlight.me (remote, streamable HTTP)
Auth: OAuth 2.0 (you'll be prompted for your finlight API key during connection)
Registry: me.finlight/news
What you can do
Ask your AI assistant things like:
"What's the latest news on NVDA? Summarize sentiment."
"Any market-moving headlines from Reuters in the last 2 hours?"
"Compare news coverage of the Fed decision across sources."
"Find recent articles about semiconductor export restrictions and list the companies mentioned."
"Which sources does finlight cover for Chinese market news?"
Related MCP server: BrunoSan AI News MCP Server
Tools
Tool | Description |
| Search financial news articles with filters for query, tickers, sources, countries, language, and date range. Returns articles with metadata, sentiment scores, and tagged company entities. |
| Retrieve a specific article by its URL, including full enrichment (sentiment, confidence, tagged companies with tickers and ISINs). |
| List all available news sources with country of origin and content availability. |
Setup
You need a finlight API key. The free tier includes 5,000 requests per month: sign up at app.finlight.me.
Claude (web / desktop)
Go to Settings → Connectors → Add custom connector
Enter
https://mcp.finlight.meComplete the OAuth flow: you'll be asked to paste your finlight API key once
Claude Code
claude mcp add --transport http finlight https://mcp.finlight.meCursor
Add to your MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"finlight": {
"url": "https://mcp.finlight.me"
}
}
}ChatGPT (developer mode / connectors)
Add https://mcp.finlight.me as a remote MCP server and complete the OAuth flow with your API key.
Stdio / local usage
For MCP clients that only support stdio transport (or if you prefer a locally spawned process), use the npm wrapper:
npx finlight-mcpThis bridges stdio to the remote server via mcp-remote. Add it to any client config that takes a command + args:
{
"mcpServers": {
"finlight": {
"command": "npx",
"args": ["-y", "finlight-mcp"]
}
}
}The OAuth flow is the same — a browser window will open for you to enter your API key on first use.
For headless or CI environments where no browser is available, set FINLIGHT_API_KEY to skip OAuth and authenticate directly:
{
"mcpServers": {
"finlight": {
"command": "npx",
"args": ["-y", "finlight-mcp"],
"env": {
"FINLIGHT_API_KEY": "your-api-key"
}
}
}
}How auth works
The server supports two authentication methods:
OAuth 2.0 (default): Dynamic client registration with PKCE. A browser window opens for you to enter your finlight API key. Works out of the box with any MCP client that speaks OAuth.
API key via header: Set the
FINLIGHT_API_KEYenvironment variable to skip the browser flow. The key is sent as a Bearer token directly.
About the data
finlight aggregates and enriches financial news from curated, finance-relevant sources including major wire services, financial publishers, and regional sources (including Chinese-language financial media such as CLS, Caixin, Yicai, and East Money, with English canonical entity tagging). Articles include:
Sentiment score with confidence
Tagged company entities with tickers, ISINs, and exchange listings
Source, language, country, and publish metadata
The MCP server uses the same data as the REST and WebSocket APIs.
Rate limits and plans
MCP requests count toward your API quota. Free tier: 5,000 requests/month. See pricing for paid tiers with real-time access, higher limits, and additional features.
Links
Website: finlight.me
MCP landing page: finlight.me/mcp
API docs: docs.finlight.me
Discord: discord.gg/XUs9JYZd24
Support: support via app.finlight.me or Discord
Feedback
Issues and feature requests for the MCP server are welcome here on GitHub. For API questions, use Discord or the support channels above.
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that gives any agent real-time news plus the contextual intelligence to use it well — tone distribution, emerging stories, narrative shifts, spike alerts, and tone-over-time charts — powered by Overtone's publisher network. Works with any MCP-compatible client: Claude Desktop, Claude Code, Cursor, Windsurf, Codex, Kimi K2, and more.71MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that exposes real-time AI news intelligence to AI agents and MCP-compatible clients, with 9 deterministic tools for search, trending, signals, and risk analysis.Apache 2.0
- AlicenseAqualityBmaintenanceReal-time financial news for AI agents and trading bots — AI-enriched stories with per-ticker analysis, a 1–10 relevance score, SEC Form-4 insider transactions, plus trending and "actionable-now" feeds. Free tier, OAuth, no API key to paste.112MIT
- AlicenseNot gradedqualityCmaintenanceFinancial intelligence for AI agents. Give Claude access to insider trading data, SEC filings, economic indicators, and multi-signal analysis — all through a single MCP server.MIT
Related MCP Connectors
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Real-time corroborated news events + 5-year archive, for agents. Free tier, no key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/callbk/finlight-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server