finlight

Connect AI agents to real-time financial news covering global markets, geopolitics, and company-level events.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Search Articles: Search for financial news articles. Returns market-relevant news enriched with sentiment analysis and optional company entity tagging. Key features: - Advanced query language with boo
  • Get Article By Link: Retrieve a specific financial news article by its URL from the Finlight database. Use this when you have an article URL and want to get its full details including: - Title, summar
  • List Sources: Get a list of all available news sources. Returns metadata for each source including: - domain: The source website domain (e.g., "www.reuters.com") - isDefaultSource: Whether this source

What data it sees

Do you need an account

No: the server works without sign-in

Connect AI agents to real-time financial news covering global markets, geopolitics, and company-level events. Search and filter articles by ticker, source, country, and language; every article includes sentiment scores and tagged company entities with tickers and ISINs. OAuth-based remote server, works out of the box with Claude, ChatGPT, Cursor, and any MCP client. Free tier available.

Server tool list (3)

Raw names from tools/list. Only developers need these.

search_articlesSearch for financial news articles. Returns market-relevant news enriched with sentiment analysis and optional company entity tagging. Key features: - Advanced query language with boolean operators (AND, OR, NOT) and field filters (ticker:AAPL, source:reuters.com) - Filter by stock tickers, countries, categories, sources, date ranges, and language - Each article includes sentiment analysis (positive/negative/neutral) with confidence scores - Optional full article content and tagged company entities (requires subscription) Response includes: title, summary, publishDate, source, language, sentiment, confidence, and optionally content and companies array.
get_article_by_linkRetrieve a specific financial news article by its URL from the Finlight database. Use this when you have an article URL and want to get its full details including: - Title, summary, and publication date - Source domain and language - Sentiment analysis (positive/negative/neutral) with confidence score - Optionally: full article content and tagged company entities This is useful for getting details about a specific article you found elsewhere or for enriching article data with sentiment and entity information.
list_sourcesGet a list of all available news sources. Returns metadata for each source including: - domain: The source website domain (e.g., "www.reuters.com") - isDefaultSource: Whether this source is included by default in search results - isContentAvailable: Whether full article content can be retrieved for this source (requires subscription) Use this to discover available sources before filtering with the search_articles tool. Default sources are high-quality financial news outlets included automatically. Non-default sources can be added using the optInSources parameter in search_articles.