MCP server endpoint
How to authenticate MCP requests
The server offers two authentication methods. Use OAuth where your client supports it, and a static token everywhere else.OAuth (recommended)
Claude Code, Claude Desktop, and other OAuth-capable clients connect over OAuth. There is no token to paste. The client discovers the OAuth endpoints from the server, registers itself, and opens your browser to approve access and pick an account. Review or disconnect connections under Settings > Connected Applications.Static token (alternative)
For the REST API and for MCP clients without OAuth support, use a Bearer token from Settings > API Keys in theAuthorization header:
read covers all content tools and is granted by default, and read:watchlist covers the watchlist tools.
Requirements
- An active API key with the
readscope, or an OAuth connection that grants it - The account owner must have the admin role to create API keys
How to connect your AI client
- Claude Code
- Claude Desktop
- Cursor, Codex, VS Code
- Other clients
Install the Nordic Financial News plugin, then connect:Running
/mcp opens your browser to sign in and choose an account. Claude Code registers itself and stores the token securely, so there is no key to paste.How to verify your connection
With a static token, list the available MCP tools to confirm the server is reachable:Example prompts
Once connected, try asking your AI assistant:- “What are the latest news articles about Volvo?”
- “Summarize trending stories from Sweden this week”
- “Find companies listed on the Helsinki exchange”
- “What earnings are on the Nordic calendar next week?”