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 Code
- Codex
- Cursor
- VS Code
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.
- “How do I filter articles by company?”
- “What pagination options does the NFN API support?”
- “Show me how to authenticate with the API”
How to use skill.md with AI agents
Theskill.md file follows the agentskills.io specification. AI coding tools can install it directly:
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:| File | URL | Purpose |
|---|---|---|
llms.txt | /llms.txt | Directory of all documentation pages with descriptions, like a sitemap for AI |
llms-full.txt | /llms-full.txt | The entire documentation site combined into a single file |
skill.md | /skill.md | Auto-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:
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.