Search 521M+ legal entities directly from Claude, ChatGPT, and other AI assistants. Our MCP server gives AI tools real-time access to company registration data across 309 jurisdictions and 244 countries.
search_companiesSearch legal entities by name, jurisdiction, country, or statusget_companyGet full details for a specific entity by IDget_company_by_registryLook up an entity by jurisdiction code and registry numberautocomplete_companiesGet company name suggestions as you typeget_jurisdictionsList all available jurisdictions with entity countsget_statsGet registry statistics (total entities, countries, last update)Add the MCP server to your Claude Code configuration. You'll need a free API key — get one here.
Option 1: CLI command
claude mcp add registry-lookup \ --transport url \ --url https://registry-lookup.com/mcp/sse \ --header "Authorization: Bearer vr_live_YOUR_API_KEY"
Option 2: Edit ~/.claude/settings.json
{
"mcpServers": {
"registry-lookup": {
"type": "url",
"url": "https://registry-lookup.com/mcp/sse",
"authorization_token": "vr_live_YOUR_API_KEY"
}
}
}Then ask Claude: "Search for Barclays in the UK registry" and it will use the MCP tools automatically.
Connect Registry Lookup as a custom connector in the Claude web app. No configuration files needed — OAuth handles authentication.
https://registry-lookup.com/mcp/sseDon't have an API key? Get one for free at registry-lookup.com — 5,000 calls/month, no credit card required.
authorization_token