Data Collection
foretak.dev
Provides access to national company registers for looking up, searching, and validating company data and statutory deadlines.
ENDPOINT 1
https://api.foretak.dev/mcp
MCP server metadata
- Name
- registry-mcp
- Version
- 0.2.0
The company registry MCP: company data for AI agents, any country. One JSON shape, many national business registries — a lookup_company report here is byte-identical to the REST API's. Two countries answer today. Norway is country="NO": Enhetsregisteret / Brønnøysundregistrene (brreg), looked up by organisasjonsnummer (orgnr, org.nr), with MVA/VAT registration. The United Kingdom is country="GB": Companies House, looked up by company number (company registration number, CRN) such as 00445790, with annual accounts and confirmation statement deadlines. Use "GB" — "UK" is not a country code here and is rejected. Call list_countries first if you are unsure a country is supported; it also tells you which registries need an API key (requires_api_key, api_key_env) — Companies House does, and a self-hosted deployment without COMPANIES_HOUSE_API_KEY set will answer for Norway only. Every tool error is JSON: {"error": {"code", "message", "hint"}} — parse it for what to do next rather than treating it as an opaque failure.
Known tools 5
lookup_companyLook up a company by its national identifier and get the full CompanyReport — legal form, status, address, VAT registration where the register publishes it, board and accounts duties, employees, and more.
Inferred read-onlysearch_companySearch a national company register by name, when you have a name rather than an identifier.
Inferred read-onlycompany_deadlinesGive the next occurrence of each statutory filing deadline a company faces.
Inferred read-onlyvalidate_company_idCheck whether a national company identifier is well-formed — no network call.
Inferred read-onlylist_countriesList every national company registry this service can answer for right now, plus each one's identifier scheme (`id_scheme`, `id_example`, `id_description`), source URL, licence, and whether the upstream register needs a credential (`requires_api_key`, and `api_key_env` naming the environment variable that must be set for it).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.registry-mcp]
url = "https://api.foretak.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"registry-mcp": {
"type": "http",
"url": "https://api.foretak.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: registry-mcp
Remote MCP URL: https://api.foretak.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"registry-mcp": {
"url": "https://api.foretak.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"registry-mcp": {
"type": "http",
"url": "https://api.foretak.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "registry-mcp",
"transport": "streamable-http",
"url": "https://api.foretak.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.