Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nordicfinancialnews.com/llms.txt

Use this file to discover all available pages before exploring further.

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 assigned to your API key. See how to connect your AI client for setup instructions.

Available tools

ToolDescriptionRequired scope
search_articlesFull-text search articles; filter by country, category, ticker, date, content typeread
search_storiesSearch AI-generated event summary storiesread
search_companiesSearch companies by name or ticker; filter by country, exchange, sectorread
get_articleRetrieve an article including English headline, summary, key points, source URL, and company associationsread
get_storyRetrieve a story with its narrative and source articlesread
get_companyLook up company by ID or ticker symbolread
list_countriesList Nordic countries with ISO2 codesread
list_categoriesList news categoriesread
list_exchangesList stock exchanges with MIC codesread
list_watchlistsList your watchlistsread:watchlist
get_watchlistGet a watchlist with its companiesread:watchlist
If a tool does not appear when listing available tools, check that the required scope is enabled on your API key. The read scope covers all content tools and is enabled by default.

Tool parameters and usage

search_articles

Search and filter Nordic articles by their English headlines, summaries, and key points.
ParameterTypeRequiredDescription
querystringNoFull-text search query
countrystringNoISO 3166-1 alpha-2 code (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)

search_stories

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

search_companies

Search companies by name or ticker symbol.
ParameterTypeRequiredDescription
querystringNoCompany 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)

get_article

Retrieve the full details of a single article including English headline, summary, and key points, source URL, and company associations.
ParameterTypeRequiredDescription
idstringYesArticle ID (e.g. art_abc123def)

get_story

Retrieve a story with its full narrative content and source articles.
ParameterTypeRequiredDescription
idstringYesStory ID (e.g. sty_abc123def)

get_company

Look up a company by ID or ticker symbol.
ParameterTypeRequiredDescription
identifierstringYesCompany ID or ticker symbol

list_countries, list_categories, list_exchanges

These tools take no required parameters and return all available entries.
ParameterTypeRequiredDescription
limitintegerNoResults per page (default 25)
Last modified on April 20, 2026