Skip to main content
This documentation site is optimized for AI tools to make it easier for you to get started. Send content to your favorite AI assistant, connect the docs to your IDE, or point agents at machine-readable files.

How to use the contextual menu

Documentation pages have a contextual menu (top-right of the page content) that lets you interact with AI tools in one click:
  • Copy: copy the page as Markdown, ready to paste into any AI chat
  • View: view the raw Markdown source in a new tab
  • ChatGPT / Claude: open a conversation with the page loaded as context
  • Cursor / VS Code: install the docs MCP server directly into your IDE
  • MCP: copy the docs MCP server URL for any MCP-compatible client

Connect your AI agent to our API docs via MCP

This documentation site has an MCP server, powered by Mintlify. Connect it to your AI coding assistant so it can search the NFN docs without leaving your editor.
Your AI assistant or IDE must support Model Context Protocol (MCP) servers. Cursor, VS Code (Copilot), and Claude Code all have built-in support.
claude mcp add nfn-docs https://docs.nordicfinancialnews.com/mcp
The docs MCP server connects your AI assistant to the documentation for search and context. To query live API data (articles, stories, companies), use the NFN API MCP server instead.
Once connected, you can ask your AI assistant questions like:
  • “How do I filter articles by company?”
  • “What pagination options does the NFN API support?”
  • “Show me how to authenticate with the API”
Your assistant will search the NFN docs and use the results to answer accurately.

How to use skill.md with AI agents

The skill.md file follows the agentskills.io specification. AI coding tools can install it directly:
npx skills add https://docs.nordicfinancialnews.com
Installing skill.md gives your agent context about Nordic Financial News API capabilities, required inputs, and constraints so the agent can make API calls on your behalf more reliably.

Machine-readable files for AI integrations

If you’re building AI integrations on top of the Nordic Financial News API, these machine-readable files are available at the root of the docs site:
FileURLPurpose
llms.txt/llms.txtDirectory of all documentation pages with descriptions, like a sitemap for AI
llms-full.txt/llms-full.txtThe entire documentation site combined into a single file
skill.md/skill.mdAuto-generated capability summary describing what agents can do with the NFN API

How to export pages as Markdown

Every documentation page is available as clean Markdown by appending .md to the URL. For example:
https://docs.nordicfinancialnews.com/guides/authentication.md
Markdown export is useful for feeding specific pages into AI tools or building custom integrations.

Query live NFN data with your AI assistant

The Nordic Financial News API has its own MCP server for querying live data directly from your AI assistant. Search articles, stories, companies, and more. This is separate from the docs MCP server above.

MCP server setup

Connect AI assistants to query live Nordic Financial News data.
Last modified on April 14, 2026