@bolagsapi/mcp-server
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., "@@bolagsapi/mcp-serveranalyze financials for IKEA"
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.
@bolagsapi/mcp-server
Official MCP (Model Context Protocol) server for BolagsAPI - Swedish company data for AI agents.
Enables Claude, ChatGPT, and other AI agents to access comprehensive Swedish company information including:
Company lookup and search
Financial analysis from annual reports
Financial health and stability analysis
Compliance screening (sanctions, PEP)
Industry statistics and benchmarks
Installation
npm install -g @bolagsapi/mcp-serverOr use npx:
npx @bolagsapi/mcp-serverRelated MCP server: nordic-registry-mcp-server
Requirements
Node.js 18+
BolagsAPI key (get one at bolagsapi.se/dashboard)
Quick Start
Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"bolagsapi": {
"command": "npx",
"args": ["-y", "@bolagsapi/mcp-server"],
"env": {
"BOLAGSAPI_KEY": "sk_live_your_api_key_here"
}
}
}
}Cursor IDE
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"bolagsapi": {
"command": "npx",
"args": ["-y", "@bolagsapi/mcp-server"],
"env": {
"BOLAGSAPI_KEY": "sk_live_your_api_key_here"
}
}
}
}VS Code with Continue
Add to your Continue configuration:
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@bolagsapi/mcp-server"],
"env": {
"BOLAGSAPI_KEY": "sk_live_your_api_key_here"
}
}
}
]
}
}Available Tools
Company Intelligence
Tool | Description |
| Get comprehensive company info by organization number |
| Search companies by name with filters |
| Historical events and milestones |
| Find peer companies by industry |
Financial & Health
Tool | Description |
| Financial data + AI analysis from annual reports |
| Health score, stability grade, financial flags |
| List available annual reports |
Compliance & Reference
Tool | Description |
| Sanctions and PEP screening |
| Industry benchmarks by SNI code |
Environment Variables
Variable | Required | Default | Description |
| Yes | - | Your BolagsAPI key |
| No |
| API base URL |
HTTP Transport (Remote)
For remote deployments, use the HTTP transport:
# Start HTTP server
npm run start:http
# Or with Docker
docker build -t bolagsapi-mcp .
docker run -p 3001:3001 -e BOLAGSAPI_KEY=sk_live_xxx bolagsapi-mcpEnvironment variables for HTTP mode:
PORT: HTTP port (default: 3001)HOST: Bind address (default: 127.0.0.1)
HTTP Authentication
The HTTP transport requires Bearer token authentication:
curl -X POST http://localhost:3001/mcp \
-H "Authorization: Bearer sk_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}'Example Usage
Once configured, you can ask Claude:
"Look up information about Spotify (org nr 556703-7485)"
"Search for AI companies in Stockholm"
"Analyze the financials for IKEA"
"Check if company 5566778899 has any sanctions hits"
"What's the financial health of org 556677-8899?"
Development
# Clone the repo
git clone https://github.com/HugoAndFriends/BolagsAPI-mcp-server.git
cd BolagsAPI-mcp-server
# Install dependencies
pnpm install
# Run in development mode
BOLAGSAPI_KEY=sk_live_xxx pnpm dev
# Build
pnpm buildSecurity
API keys are validated against the BolagsAPI backend
Rate limiting: 100 requests/minute per IP (HTTP mode)
DNS rebinding protection for localhost bindings
CORS enabled for browser clients
Support
Documentation: bolagsapi.se/docs
Issues: github.com/HugoAndFriends/BolagsAPI-mcp-server/issues
Email: dev@bolagsapi.se
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
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 Connectors
Nordic company intelligence: look up companies, AI summaries, scores and signals via MCP.
CompanyLens is a remote MCP server giving AI agents instant access to official company registry data across 19 jurisdictions in Europe, the Americas, and Asia-Pacific. Eighteen read-only tools let you search companies and people, look up officers and beneficial owners, map corporate networks through shared directors, screen names against the UK disqualified directors register, find every company at a registered address, and pull filing history — all from a single connector. Visit our website: https://companylens.io
Swedish B2B intelligence: insolvency risk, BRF health & procurement signals from govt registries.
EU company registry lookup across 16 countries incl. Sweden Bolagsverket.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables searching and retrieving detailed information about Swedish companies, including financial data and annual reports from Bolagsverket (Swedish Companies Registration Office), with intelligent caching for fast responses.-
- AlicenseNot gradedqualityAmaintenanceMCP server for Nordic company registries. Verify companies, check board members, signing authority, and financial data across Norway, Denmark, Finland, and Sweden using official public APIs. 23 tools covering search, details, roles, and batch lookups.198Apache 2.0
- AlicenseAqualityDmaintenanceMCP 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.30MIT

@sedis/mcpofficial
AlicenseAqualityAmaintenanceAn MCP server that provides read-only access to Sedis Bolagsanalys and Fastighetsbenchmark data via natural language, enabling AI assistants to query Swedish listed-company financials and real-estate comparables.1243MIT
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/HugoAndFriends/BolagsAPI-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server