Avanza MCP
An MCP server that gives a model live access to a brokerage account.
2026
Tooling for AI
private
MCP, TypeScript, REST, JSON Schema, Auth
A Model Context Protocol server over Avanza, so an assistant can read positions, instruments and market data as first class tools instead of being handed a wall of scraped text.
Most of the work in a server like this is not the API calls. It is deciding what the tool surface should be, writing schemas precise enough that a model calls them correctly on the first attempt, handling authentication, and scoping which operations are exposed at all. Read access and write access are very different questions when the caller is a model.