finlight
Connect AI agents to real-time financial news covering global markets, geopolitics, and company-level events.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| 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 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_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, 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_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 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. |