Skip to main content
The MCP server exposes tools that AI assistants can call to search and retrieve Nordic financial data. Tools are filtered by your API key’s scopes.

Available tools

ToolDescriptionRequired scope
search_articlesFull-text search articles; filter by country, category, ticker, date, content typeread:articles
search_storiesSearch clustered article storiesread:stories
search_companiesSearch companies by name or ticker; filter by country, exchangeread:companies
get_articleRetrieve full article with translated contentread:articles
get_storyRetrieve story with all related articlesread:stories
get_companyLook up company by ID or ticker symbolread:companies
list_countriesList Nordic countries with ISO2 codesread:countries
list_categoriesList news categoriesread:categories
list_exchangesList stock exchanges with MIC codesread:exchanges
list_watchlistList your followed companiesread:watchlist
If a tool doesn’t appear when listing tools, check that the required scope is enabled on your API key. All scopes are enabled by default.

Tool details

search_articles

Search translated articles with full-text search and filters.
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 story clusters.
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.)
limitintegerNoResults per page (1-100, default 25)

get_article

Retrieve the full details of a single article including translated content, key points, and company associations.
ParameterTypeRequiredDescription
idstringYesArticle ID (e.g. art_abc123def)

get_story

Retrieve a story with its full AI-generated content and related 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)