From 349d28a3c21390a486e9b26847524ccdaa116705 Mon Sep 17 00:00:00 2001 From: Ali <31619891+jubeiargh@users.noreply.github.com> Date: Fri, 7 Aug 2026 12:16:06 +0200 Subject: [PATCH] Add finlight (financial news) to Finance & Fintech Adds finlight, a remote MCP server for real-time financial news. Search articles by ticker, source, country, and language; results include sentiment scores and tagged company entities (tickers, ISINs) Remote server (streamable HTTP) at https://mcp.finlight.me with standard OAuth 2.0, works with Claude, Cursor, and other MCP clients Official implementation, listed in the official MCP registry as me.finlight/news Docs: https://finlight.me/mcp Glama: https://glama.ai/mcp/servers/callbk/finlight-mcp Entry added to the end of the Finance & Fintech section, following the existing format. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..3d4cd0757 100644 --- a/README.md +++ b/README.md @@ -1842,6 +1842,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [ferdousbhai/wsb-analyst-mcp](https://github.com/ferdousbhai/wsb-analyst-mcp) 🐍 ☁️ - Reddit integration to analyze content on WallStreetBets community - [fernikolic/clawdentials](https://github.com/fernikolic/clawdentials) 📇 ☁️ - Trust layer for AI agent commerce — escrow-protected payments, verifiable reputation scores, and Nostr identity (NIP-05) for agents. Supports USDC, USDT, and BTC (Cashu). - [financialdatanet/mcp-server](https://github.com/financialdatanet/mcp-server) 🐍 🏠 🪟 🐧 - [FinancialData.Net](https://financialdata.net/) MCP server allows you to retrieve end-of-day and intraday stock market data, company financial statements, insider and institutional trading data, sustainability data, earnings releases, and much more. +- [callbk/finlight-mcp](https://github.com/callbk/finlight-mcp) 🎖️ ☁️ - Real-time financial news: search by ticker, source, and language, with sentiment scores and tagged company entities. - [finlynq/finlynq](https://github.com/finlynq/finlynq) [![finlynq/finlynq MCP server](https://glama.ai/mcp/servers/finlynq/finlynq/badges/score.svg)](https://glama.ai/mcp/servers/finlynq/finlynq) 📇 ☁️ 🏠 🍎 🪟 🐧 - Open-source personal finance app with a first-party MCP server (54 HTTP / 89 stdio tools). Track and query income, expenses, budgets, investments, loans, subscriptions, and goals from any MCP client. OAuth 2.1 + DCR for hosted access, stdio for local. Per-user encryption at rest. Self-host with Docker + PostgreSQL or use the managed cloud. - [finmap-org/mcp-server](https://github.com/finmap-org/mcp-server) - [finmap.org](https://finmap.org/) MCP server provides comprehensive historical data from the US, UK, Russian and Turkish stock exchanges. Access sectors, tickers, company profiles, market cap, volume, value, and trade counts, as well as treemap and histogram visualizations. - [flox-foundation/flox-mcp](https://github.com/FLOX-Foundation/flox/tree/main/mcp) [![flox MCP server](https://glama.ai/mcp/servers/FLOX-Foundation/flox/badges/score.svg)](https://glama.ai/mcp/servers/FLOX-Foundation/flox) 🐍 🏠 - MCP server for the FLOX trading systems framework. ~30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: `pip install flox-mcp`.