Skip to main content
The Nordic Financial News MCP server exposes tools that AI assistants can call to search and retrieve Nordic financial data. Available tools are filtered by the scopes on your connection. The read scope covers all content tools and is granted by default. The read:watchlist scope covers the watchlist tools. See how to connect your AI client for setup instructions.

Available tools

ToolScopeDescription
search_articlesreadSearch and filter translated articles
get_articlereadGet full article details by ID
search_storiesreadSearch and filter news stories
get_storyreadGet full story details by ID
search_companiesreadSearch companies by name or ticker
get_companyreadGet company details by ID or ticker (e.g. VOLV-B)
search_calendar_eventsreadSearch the financial calendar (earnings, dividends, AGMs)
get_calendar_eventreadGet calendar event details by ID
list_countriesreadList Nordic countries
list_categoriesreadList article categories
list_exchangesreadList stock exchanges
list_stock_indicesreadList stock indices
list_sourcesreadList news sources
list_watchlistread:watchlistCompanies in a watchlist
list_watchlistsread:watchlistYour watchlists
If a tool does not appear when listing available tools, check that the required scope is granted on your connection. The read scope covers all content tools and is granted by default.

Tool parameters and usage

search_articles

Search and filter Nordic articles by their English headlines, summaries, and key points.
ParameterTypeRequiredDescription
qstringNoFull-text search query
countrystringNoISO 3166-1 alpha-2 code, comma-separated (SE, NO, DK, FI, IS)
categorystringNoCategory ID
tickerstringNoCompany stock ticker
content_typestringNonews, analysis, press_release, market_commentary, etc.
published_afterstringNoISO 8601 datetime
published_beforestringNoISO 8601 datetime
limitintegerNoResults per page (1-100, default 25)
cursorstringNoOpaque cursor from a previous response
Additional filters include sources, company, exchange, index, sector, and watchlist.

search_stories

Search AI-generated event summary stories.
ParameterTypeRequiredDescription
qstringNoFull-text search query
countrystringNoISO 3166-1 alpha-2 code
categorystringNoCategory ID
tickerstringNoCompany stock ticker
limitintegerNoResults per page (1-100, default 25)
cursorstringNoOpaque cursor from a previous response

search_companies

Search companies by name or ticker symbol.
ParameterTypeRequiredDescription
qstringNoCompany name or ticker search
countrystringNoISO 3166-1 alpha-2 code
exchangestringNoExchange MIC code (XSTO, XCSE, etc.)
sectorstringNoFilter by industry sector
limitintegerNoResults per page (1-100, default 25)
cursorstringNoOpaque cursor from a previous response

search_calendar_events

Search the Nordic financial calendar: earnings reports, earnings calls, dividends, shareholder meetings (AGMs and EGMs), capital markets days, IPOs, and M&A milestones. By default, returns upcoming events from today onward, sorted by date.
ParameterTypeRequiredDescription
tickerstringNoCompany stock ticker (e.g. VOLV-B)
countrystringNoISO 3166-1 alpha-2 code, comma-separated
exchangestringNoExchange MIC code
event_typestringNoComma-separated, e.g. earnings_report,earnings_call
scheduled_afterstringNoISO 8601 datetime. Setting this includes past events
scheduled_beforestringNoISO 8601 datetime
limitintegerNoResults per page (1-100, default 25)
cursorstringNoOpaque cursor from a previous response

get_article, get_story, get_calendar_event

Retrieve the full details of a single record by ID.
ParameterTypeRequiredDescription
idstringYesRecord ID (e.g. art_abc123def, sty_abc123def)

get_company

Look up a company by ID or ticker symbol.
ParameterTypeRequiredDescription
identifierstringYesCompany ID or ticker symbol (e.g. VOLV-B)

list_watchlist

Return the companies in one of your watchlists. Requires the read:watchlist scope.
ParameterTypeRequiredDescription
watchlist_idstringYesWatchlist ID, from list_watchlists
limitintegerNoResults per page (default 25)
cursorstringNoOpaque cursor from a previous response

Reference data tools

list_countries, list_categories, list_exchanges, list_stock_indices, list_sources, and list_watchlists return reference data. They take no required parameters.
ParameterTypeRequiredDescription
limitintegerNoResults per page (default 25)
list_exchanges, list_stock_indices, and list_sources also accept filters: country for list_exchanges and list_sources, and exchange for list_stock_indices.
Last modified on June 12, 2026