home / mcp / avanza mcp server
Provides access to Avanza public market data via MCP for real-time quotes, charts, and fund information.
Configuration
View docs{
"mcpServers": {
"antewall-avanza-mcp": {
"command": "uvx",
"args": [
"--prerelease=allow",
"avanza-mcp"
]
}
}
}You can access Avanza’s public market data through this MCP server, enabling real-time stock quotes, fund information, charts, and more via your MCP client. It provides a streamlined way to query instruments, stock details, charts, dividends, fund holdings, and other market data directly from your tooling.
You interact with the Avanza MCP Server through your MCP client by loading the provided MCP configuration. Once configured, you can ask your client to search for instruments, retrieve real-time quotes, view stock fundamentals, analyze financials, and explore fund data. Typical actions include searching for stocks or funds by name or symbol, getting up-to-date quotes, viewing order books, inspecting dividends, and comparing fund performance. Your MCP client will expose these tools as commands you can invoke in natural language prompts.
Prerequisites and setup vary by your MCP client. The Avanza MCP Server is designed to be run in environments that support standard MCP tooling. Use the provided configuration snippet to register the Avanza MCP server with your client.
{
"mcpServers": {
"avanza": {
"command": "uvx",
"args": ["--prerelease=allow", "avanza-mcp"]
}
}
}Using this server with Claude Desktop or compatible MCP clients requires adding a simple MCP configuration. The example below shows how to register the Avanza MCP server so your client can start querying instruments, quotes, and fund data.
When using the Avanza MCP Server, you will typically interact with a collection of tools that cover stock and fund data, including searching instruments, retrieving quotes, obtaining charts, and inspecting fund holdings. The server is accessed via an MCP client command that launches the Avanza MCP workflow within your client environment.
To register the Avanza MCP Server in your MCP client, add the following configuration snippet to your client’s settings or startup configuration.
{
"mcpServers": {
"avanza": {
"command": "uvx",
"args": ["--prerelease=allow", "avanza-mcp"]
}
}
}- Ask for the latest stock quote for a named Swedish company.
- Request historical OHLC data for a chart.
- Retrieve fund performance history and holdings.
Find stocks, funds, ETFs by name or symbol
Look up instruments by order book ID
Complete stock information with fundamentals
Real-time price and volume data
Financial ratios by year and quarter
Historical OHLC price data
Order book depth with bid/ask levels
Trading hours and market status
Latest executed trades
Broker buy/sell activity
Historical dividend data
Annual and quarterly financial statements
Complete fund information with performance
ESG scores and sustainability metrics
Historical performance charts
Performance across all time periods
Detailed fund description
Portfolio allocation (country, sector, top holdings)