registry-mcp — national company registries
Rank #3,978io.github.foretak/registry-mcp
The company registry MCP: brreg orgnr, Companies House, Bolagsverket organisationsnummer.
registry-mcp — national company registries is a Model Context Protocol (MCP) server published by foretak. It ranks #3,978 of 132,046 servers tracked on MCP Toplist. registry-mcp — national company registries is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Sep 4, 2026 and most recently updated on Sep 10, 2026.
Ranks ahead of 128,068 of 132,046 servers on MCP Toplist.
Use registry-mcp — national company registries
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http registry-mcp https://api.foretak.dev/mcpclaude mcp add registry-mcp -e "REGISTRY_MCP_CONTACT_EMAIL=<your REGISTRY_MCP_CONTACT_EMAIL>" -e "REGISTRY_MCP_CACHE_PATH=<your REGISTRY_MCP_CACHE_PATH>" -e "COMPANIES_HOUSE_API_KEY=<your COMPANIES_HOUSE_API_KEY>" -e "BOLAGSVERKET_CLIENT_ID=<your BOLAGSVERKET_CLIENT_ID>" -e "BOLAGSVERKET_CLIENT_SECRET=<your BOLAGSVERKET_CLIENT_SECRET>" -e "BOLAGSVERKET_ENVIRONMENT=<your BOLAGSVERKET_ENVIRONMENT>" -- uvx registry-mcpReplace each placeholder with your own value before saving.
claude mcp add registry-mcp -e "REGISTRY_MCP_CONTACT_EMAIL=<your REGISTRY_MCP_CONTACT_EMAIL>" -e "COMPANIES_HOUSE_API_KEY=<your COMPANIES_HOUSE_API_KEY>" -e "BOLAGSVERKET_CLIENT_ID=<your BOLAGSVERKET_CLIENT_ID>" -e "BOLAGSVERKET_CLIENT_SECRET=<your BOLAGSVERKET_CLIENT_SECRET>" -e "BOLAGSVERKET_ENVIRONMENT=<your BOLAGSVERKET_ENVIRONMENT>" -- npx -y registry-mcpReplace each placeholder with your own value before saving.
[mcp_servers.registry-mcp]
url = "https://api.foretak.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.registry-mcp]
command = "uvx"
args = ["registry-mcp"]
[mcp_servers.registry-mcp.env]
REGISTRY_MCP_CONTACT_EMAIL = "<your REGISTRY_MCP_CONTACT_EMAIL>"
REGISTRY_MCP_CACHE_PATH = "<your REGISTRY_MCP_CACHE_PATH>"
COMPANIES_HOUSE_API_KEY = "<your COMPANIES_HOUSE_API_KEY>"
BOLAGSVERKET_CLIENT_ID = "<your BOLAGSVERKET_CLIENT_ID>"
BOLAGSVERKET_CLIENT_SECRET = "<your BOLAGSVERKET_CLIENT_SECRET>"
BOLAGSVERKET_ENVIRONMENT = "<your BOLAGSVERKET_ENVIRONMENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.registry-mcp]
command = "npx"
args = ["-y", "registry-mcp"]
[mcp_servers.registry-mcp.env]
REGISTRY_MCP_CONTACT_EMAIL = "<your REGISTRY_MCP_CONTACT_EMAIL>"
COMPANIES_HOUSE_API_KEY = "<your COMPANIES_HOUSE_API_KEY>"
BOLAGSVERKET_CLIENT_ID = "<your BOLAGSVERKET_CLIENT_ID>"
BOLAGSVERKET_CLIENT_SECRET = "<your BOLAGSVERKET_CLIENT_SECRET>"
BOLAGSVERKET_ENVIRONMENT = "<your BOLAGSVERKET_ENVIRONMENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.foretak.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"registry-mcp": {
"command": "uvx",
"args": [
"registry-mcp"
],
"env": {
"REGISTRY_MCP_CONTACT_EMAIL": "<your REGISTRY_MCP_CONTACT_EMAIL>",
"REGISTRY_MCP_CACHE_PATH": "<your REGISTRY_MCP_CACHE_PATH>",
"COMPANIES_HOUSE_API_KEY": "<your COMPANIES_HOUSE_API_KEY>",
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>",
"BOLAGSVERKET_ENVIRONMENT": "<your BOLAGSVERKET_ENVIRONMENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"registry-mcp": {
"command": "npx",
"args": [
"-y",
"registry-mcp"
],
"env": {
"REGISTRY_MCP_CONTACT_EMAIL": "<your REGISTRY_MCP_CONTACT_EMAIL>",
"COMPANIES_HOUSE_API_KEY": "<your COMPANIES_HOUSE_API_KEY>",
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>",
"BOLAGSVERKET_ENVIRONMENT": "<your BOLAGSVERKET_ENVIRONMENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"registry-mcp": {
"url": "https://api.foretak.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"registry-mcp": {
"command": "uvx",
"args": [
"registry-mcp"
],
"env": {
"REGISTRY_MCP_CONTACT_EMAIL": "<your REGISTRY_MCP_CONTACT_EMAIL>",
"REGISTRY_MCP_CACHE_PATH": "<your REGISTRY_MCP_CACHE_PATH>",
"COMPANIES_HOUSE_API_KEY": "<your COMPANIES_HOUSE_API_KEY>",
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>",
"BOLAGSVERKET_ENVIRONMENT": "<your BOLAGSVERKET_ENVIRONMENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"registry-mcp": {
"command": "npx",
"args": [
"-y",
"registry-mcp"
],
"env": {
"REGISTRY_MCP_CONTACT_EMAIL": "<your REGISTRY_MCP_CONTACT_EMAIL>",
"COMPANIES_HOUSE_API_KEY": "<your COMPANIES_HOUSE_API_KEY>",
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>",
"BOLAGSVERKET_ENVIRONMENT": "<your BOLAGSVERKET_ENVIRONMENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"registry-mcp": {
"type": "http",
"url": "https://api.foretak.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"registry-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"registry-mcp"
],
"env": {
"REGISTRY_MCP_CONTACT_EMAIL": "<your REGISTRY_MCP_CONTACT_EMAIL>",
"REGISTRY_MCP_CACHE_PATH": "<your REGISTRY_MCP_CACHE_PATH>",
"COMPANIES_HOUSE_API_KEY": "<your COMPANIES_HOUSE_API_KEY>",
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>",
"BOLAGSVERKET_ENVIRONMENT": "<your BOLAGSVERKET_ENVIRONMENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"registry-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"registry-mcp"
],
"env": {
"REGISTRY_MCP_CONTACT_EMAIL": "<your REGISTRY_MCP_CONTACT_EMAIL>",
"COMPANIES_HOUSE_API_KEY": "<your COMPANIES_HOUSE_API_KEY>",
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>",
"BOLAGSVERKET_ENVIRONMENT": "<your BOLAGSVERKET_ENVIRONMENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"registry-mcp": {
"serverUrl": "https://api.foretak.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"registry-mcp": {
"command": "uvx",
"args": [
"registry-mcp"
],
"env": {
"REGISTRY_MCP_CONTACT_EMAIL": "<your REGISTRY_MCP_CONTACT_EMAIL>",
"REGISTRY_MCP_CACHE_PATH": "<your REGISTRY_MCP_CACHE_PATH>",
"COMPANIES_HOUSE_API_KEY": "<your COMPANIES_HOUSE_API_KEY>",
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>",
"BOLAGSVERKET_ENVIRONMENT": "<your BOLAGSVERKET_ENVIRONMENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"registry-mcp": {
"command": "npx",
"args": [
"-y",
"registry-mcp"
],
"env": {
"REGISTRY_MCP_CONTACT_EMAIL": "<your REGISTRY_MCP_CONTACT_EMAIL>",
"COMPANIES_HOUSE_API_KEY": "<your COMPANIES_HOUSE_API_KEY>",
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>",
"BOLAGSVERKET_ENVIRONMENT": "<your BOLAGSVERKET_ENVIRONMENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"registry-mcp": {
"url": "https://api.foretak.dev/mcp"
}
}
}{
"mcpServers": {
"registry-mcp": {
"command": "uvx",
"args": [
"registry-mcp"
],
"env": {
"REGISTRY_MCP_CONTACT_EMAIL": "<your REGISTRY_MCP_CONTACT_EMAIL>",
"REGISTRY_MCP_CACHE_PATH": "<your REGISTRY_MCP_CACHE_PATH>",
"COMPANIES_HOUSE_API_KEY": "<your COMPANIES_HOUSE_API_KEY>",
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>",
"BOLAGSVERKET_ENVIRONMENT": "<your BOLAGSVERKET_ENVIRONMENT>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"registry-mcp": {
"command": "npx",
"args": [
"-y",
"registry-mcp"
],
"env": {
"REGISTRY_MCP_CONTACT_EMAIL": "<your REGISTRY_MCP_CONTACT_EMAIL>",
"COMPANIES_HOUSE_API_KEY": "<your COMPANIES_HOUSE_API_KEY>",
"BOLAGSVERKET_CLIENT_ID": "<your BOLAGSVERKET_CLIENT_ID>",
"BOLAGSVERKET_CLIENT_SECRET": "<your BOLAGSVERKET_CLIENT_SECRET>",
"BOLAGSVERKET_ENVIRONMENT": "<your BOLAGSVERKET_ENVIRONMENT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.foretak%2Fregistry-mcp)<a href="https://mcptoplist.com/server/io.github.foretak%2Fregistry-mcp"><img src="https://mcptoplist.com/badge/io.github.foretak%2Fregistry-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
foretak
Available versions (6)
| Version | Published |
|---|---|
| 0.4.2 | Sep 10, 2026 |
| 0.4.1 | Sep 9, 2026 |
| 0.4.0 | Sep 9, 2026 |
| 0.3.0 | Sep 7, 2026 |
| 0.2.0 | Sep 4, 2026 |
| 0.1.0 | Sep 4, 2026 |
Frequently asked questions
- Who maintains registry-mcp — national company registries?
- registry-mcp — national company registries is maintained by foretak, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is registry-mcp — national company registries listed on the Official MCP Registry?
- Yes — registry-mcp — national company registries is listed on the Official MCP Registry, alongside Glama.
- How many versions does registry-mcp — national company registries have?
- MCP Toplist tracks 6 versions of registry-mcp — national company registries, most recently published on Sep 10, 2026.
- Where can I find the source code for registry-mcp — national company registries?
- The source code for registry-mcp — national company registries is hosted at github.com/foretak/registry-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.