提交

CompanyLens

@CompanyLens

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 OAuth-authenticated endpoint. Built for both interactive use and autonomous agents via service tokens. Free tier available.
概览

Server URL: https://mcp.companylens.io/mcp

Give your AI agent instant access to official company registry data from 19 juristictions — search companies, look up officers and beneficial owners, map corporate networks, screen against the UK disqualified directors register, find every company at a registered address, and trace beneficial ownership, all from one MCP endpoint.

This is a remote MCP server — there is nothing to install locally. Add the URL to your MCP client, create a free acount, and start querying.

Visit our website: https://companylens.io


Why CompanyLens?

One endpoint, 19 registries. Most company-data tools cover a single jurisdiction. CompanyLens unifies 19 official government registries across Europe, the Americas, and Asia-Pacific behind one MCP endpoint.

Built for KYB and due diligence. Beyond company lookup, the server exposes what compliance and investigation workflows actually need: persons with significant control, corporate networks via shared officers, the UK disqualified directors register, registered addresses with every co-located company, and full filing history.

Official data, low-latency reads. Records are ingested from each official government registry — Companies House, CRO, KBO/BCE, Handelsregisteramt, and equivalents — and indexed in CompanyLens's own database. Queries return in milliseconds, with no dependency on upstream registry availability or rate limits at request time.

Safe to wire into any client. All 18 tools are read-only and idempotent. Add the server to Claude, Cursor, your custom agent, or a CI pipeline without worrying about side effects.

Free to try. No credit card, no API key in config. The free tier gives you 100 calls / month — enough to evaluate the server end-to-end. Paid plans for unattended agents and high-volume workflows.


Quick start

Add the server to your MCP client config:

{
  "mcpServers": {
    "companylens": {
      "url": "https://mcp.companylens.io/mcp"
    }
  }
}

On the first tool call your client will open a browser window for OAuth sign-in. After that, the token is managed automatically.


Authentication

OAuth 2.0 with PKCE. Standard MCP-compliant discovery flow — your client handles everything.


Service tokens (agentic workflows)

For unattended agents, CI/CD pipelines, and autonomous workflows where no human can complete an OAuth browser flow, use a service token instead.

Generate a token from the CompanyLens dashboard and embed it in your MCP client config as a Bearer header:

{
  "mcpServers": {
    "companylens": {
      "url": "https://mcp.companylens.io/mcp",
      "headers": {
        "Authorization": "Bearer st_live_your_token_here"
      }
    }
  }
}

Service tokens are available on the Agent Starter and Agent Pro plans. Service-token calls and OAuth-session calls use independent monthly quotas, so automated pipelines do not consume your interactive allowance.

Full guide: companylens.io/docs/agentic-ai-tools


Available tools

All 18 tools are read-only and idempotent. No tool writes, mutates, or sends external requests beyond the CompanyLens database.

Company lookup

ToolDescription
search_companiesSearch by name or number across all jurisdictions with typo tolerance and prefix matching
get_companyCore company profile — status, address, officer count, and which data sections are available
get_company_sectionFetch a single section of a company profile: officers or beneficial owners
get_company_batchFetch core profiles for up to 20 companies in a single call
browse_companiesBrowse companies in a jurisdiction by industry codes, officer count, date range, status, and entity type
get_filingsPaginated filing history for a company — annual accounts, PSC changes, officer changes, and more
get_chargesRegistered charges and mortgages against a company (UK)

People & networks

ToolDescription
search_peopleFind officers, beneficial owners, and disqualified directors by name across all jurisdictions
get_personPerson identity record — display name and any known name variants
get_person_sectionFetch a section of a person profile: company links, officer roles, or disqualification records
get_company_networkMap the corporate network around a company via shared officers and owners
get_person_networkMap all companies a person appears in, with depth-2 traversal

Compliance & screening

ToolDescription
search_disqualified_directorsFuzzy name search over the UK disqualified directors register for KYB checks
browse_disqualified_directorsBrowse the disqualified directors register by most recent — for bulk compliance review
find_by_addressDiscover all companies registered at an address

Reference & metadata

ToolDescription
list_jurisdictionsList all supported jurisdictions with metadata
list_industry_codesList SIC/NACE codes for a jurisdiction
get_usageReturns your current plan, rate limits, and usage for the active billing period

Coverage

19 jurisdictions across three regions:

RegionJurisdictions
EuropeBelgium (BE), Cyprus (CY), Czech Republic (CZ), Estonia (EE), Ireland (IE), Latvia (LV), Moldova (MD), Norway (NO), Slovakia (SK), Slovenia (SI), Switzerland (CH), Ukraine (UA), United Kingdom (GB)
AmericasArgentina (AR), Canada (CA), Canada — Québec (CA-QC), Chile (CL)
Asia-PacificKazakhstan (KZ), New Zealand (NZ)

Refresh cadence and available data sections vary by jurisdiction — call list_jurisdictions for the live list and capabilities, or see companylens.io/coverage.


Example prompts

Search for a company and get its directors

"Find all UK companies named Revolut and show me their directors"

Cross-jurisdiction due diligence

"Search for any companies where John Smith is a director across all jurisdictions"

Compliance screening

"Check if Jane Doe appears on the disqualified directors register"

Corporate network mapping

"Map the corporate network around Deliveroo Limited — show all entities connected through shared directors and owners"

Address clustering

"How many companies are registered at 1 Canada Square, London — and who are they?"

Beneficial ownership

"Who are the persons with significant control for Monzo Bank Limited?"

Sector research

"Which banks have been incorporated in the UK since 2020?"


Data sources

All data is sourced directly from official government company registries — Companies House (UK), CRO (IE), KBO/BCE (BE), Handelsregisteramt (CH), and equivalent national registries in each covered jurisdiction.

Records are updated regularly from each jurisdiction's registry feed. Refresh cadence varies per jurisdiction — see companylens.io/coverage for current per-jurisdiction lag and update frequency. CompanyLens does not create or modify registry data — it is presented as-is from the source authority.


Privacy

CompanyLens processes your account data (name, email) and API usage metadata to deliver the service and enforce rate limits. No conversation data is collected — the MCP server only sees tool-call arguments, not the surrounding prompt.

Company registry data returned by the tools is sourced from public government records and is not personal data belonging to you.


Support

服务器配置

{
  "mcpServers": {
    "companylens": {
      "url": "https://mcp.companylens.io/mcp"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.