Swedish company data, in Claude Code.
One MCP server, nine tools, every Swedish company — listed and unlisted. Drop it into Claude Code with one command and ask in plain English.
claude mcp add regna -e REGNA_API_KEY=rk_... -- \
uvx --from git+https://github.com/regna-tech/regna-mcp-server regna-mcp
MCP install, 30 seconds.
Pick your client. Each command is one line; the server is the same Python package either way.
claude mcp add regna \
-e REGNA_API_KEY=rk_... -- \
uvx --from \
git+https://github.com/regna-tech/regna-mcp-server \
regna-mcp
claude_desktop_config.json{
"mcpServers": {
"regna": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/regna-tech/regna-mcp-server",
"regna-mcp"
],
"env": { "REGNA_API_KEY": "rk_..." }
}
}
}
.cursor/mcp.json{
"mcpServers": {
"regna": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/regna-tech/regna-mcp-server",
"regna-mcp"
],
"env": { "REGNA_API_KEY": "rk_..." }
}
}
}
.continue/config.yamlmcpServers:
- name: regna
command: uvx
args:
- --from
- git+https://github.com/regna-tech/regna-mcp-server
- regna-mcp
env:
REGNA_API_KEY: rk_...
The git+https prefix is temporary — once the package lands on PyPI you'll be able to swap it for plain uvx regna-mcp-server. Both run the same code.
Nine tools, one API key.
Each tool maps to a Regna REST endpoint — same data shapes, same provenance, same SLA. Claude picks which to call.
Registry profile by 10-digit org number.
Name or partial-name search across the registry.
Luhn check and existence verification.
Annual or quarterly financial data.
Health score, valuation, and risk assessment.
Peers by industry and geography.
Recent news, filings, and registry changes.
Source filings (annual reports) for any company.
Up to 100 companies in one call.
Look up org 5567037485 and tell me what they do.
Compare Spotify AB and Klarna AB on revenue and operating margin.
Build me a one-page research note on Northvolt — financials, peers, recent events.
Pre-baked workflows for lookup, screen, compare, and research.
The skills package teaches Claude when to chain which tools so common tasks Just Work. Bilingual: English and Swedish prompts both trigger.
npx -y github:regna-tech/regna-claude-skills install
Single-company registry profile.
Filter the universe by industry, revenue, or geography.
Side-by-side on financials and health.
One-page deep-dive on a single company.
Same server, remote.
Claude Cowork in claude.ai connects to remote MCP servers over Streamable HTTP. Add Regna as a custom connector with your API key as the Bearer token.
URL: https://mcp.regnaverkt.com/mcp
Header: Authorization: Bearer rk_...
The hosted server is the same Python code as the local install — FastMCP runs both transports from one binary. Each request carries its own Bearer key, so quota and rate limits apply per-tenant just like the REST API.
Start on Basic at 99 kr/mo, or take a 14-day trial on any paid tier.
- 20 req/min
- AI chat · 15 per day
- All markets (US · SE · NO)
- Billed from signup
- 120 req/min
- AI chat · 50 per day
- All markets (US · SE · NO)
- 14-day trial
- 300 req/min
- AI chat · 300 per day
- All markets (US · SE · NO)
- 14-day trial
- 500 req/min
- AI chat · 2,000 per day
- All markets (US · SE · NO)
- 14-day trial