nordnet-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nordnet-mcpWhat's the current quote for Wärtsilä B?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
nordnet-mcp
A Model Context Protocol server exposing
Nordnet's public market data — quotes, charts, news, trade tape, fund/ETF/
stock profiles and FX rates — via the nordnet-sdk.
No account. No API key. No login. This talks to the same API Nordnet's website uses for anonymous visitors, so it runs anywhere, needs zero configuration, and holds no secrets.
Install
pip install nordnet-mcp
# or with pipx for an isolated runtime:
pipx install nordnet-mcpRequires Python 3.10+.
Related MCP server: polygon-mcp
Run
nordnet-mcp # console script
python -m nordnet_mcp # or module formThe server speaks MCP over stdio — wire it into any MCP client.
Configuration
Configuration is read from environment variables; defaults target Nordnet's Finnish site and the public market-data host:
Variable | Default | Purpose |
|
| main site host ( |
|
| charts, indices, screening host |
|
| sent as |
Client wiring
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"nordnet": {
"command": "nordnet-mcp"
}
}
}Hermes Agent (~/.hermes/config.yaml):
mcp_servers:
nordnet:
command: /path/to/nordnet-mcpGeneric stdio MCP client:
{ "mcpServers": { "nordnet": { "command": "uvx", "args": ["nordnet-mcp"] } } }Tools
Tool | Returns |
| free-text search grouped by asset class |
| full snapshot: identity, quote, returns, key ratios |
| latest price block with identity context |
| recent executed trades (the tape) |
| market overview (risers/fallers) |
| fund snapshot: NAV, fees, risk class, SFDR article |
| full fund screening profile |
| full ETF screening profile |
| full stock screening profile |
| price time series (8 periods) |
| paginated news feed |
| index/FX quotes for a market list |
| single indicator / FX quote (e.g. |
| trading sessions; |
Chart periods: DAY_1, WEEK_1, MONTH_1, MONTH_3, MONTH_6, YTD,
YEAR_1, ALL.
Instrument IDs are Nordnet's internal numeric IDs (e.g. 16100884 = Wärtsilä
B, 17794251 = Nordnet One Rohkea EUR). Find them with search, or read them
from instrument pages on nordnet.fi.
Public data boundary
Everything served here is data Nordnet shows to anonymous visitors. The one notable exception: full order book depth (the multi-level bid/ask ladder) is login-only — anonymously you only get top-of-book (best bid/ask with resting volumes). This server respects that boundary by design.
Development
pip install -e ".[dev]"
pytest # offline — runs against a local fixture server
uv build # wheel + sdistLegal
Unofficial, not affiliated with or endorsed by Nordnet. Only reads public data; please be polite to the API (the SDK retries transient failures with backoff). Use at your own risk; market data may be delayed. MIT licensed.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceReal-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.Last updated
- AlicenseCqualityCmaintenanceEnables querying real-time and historical financial market data for stocks, options, forex, and crypto, including quotes, trades, technical indicators, and reference data through a set of MCP tools.Last updated713MIT
- Alicense-qualityDmaintenanceMCP server that exposes the Borsdata financial data API as tools and resources for Claude, covering Nordic and Global stocks, financial reports, KPIs, stock prices, holdings, and calendars.Last updatedMIT
- Flicense-qualityCmaintenanceProvides live US stock quotes and historical price data via MCP tools.Last updated
Related MCP Connectors
Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).
brapi.dev MCP — Brazilian stock + crypto + ETF quotes.
Tradier MCP — stock & options market data via the Tradier Brokerage API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/luimu64/nordnet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server