Bizfile MCP

Bizfile MCP

Provides real-time company verification and corporate intelligence by accessing global registries like UK Companies House, Singapore ACRA, and OpenCorporates. It enables AI agents to perform KYC tasks, retrieve company profiles, and conduct automated risk assessments for due diligence workflows.

Category
Visit Server

README

Bizfile MCP — Global Company Intelligence

Real-time company verification, KYC, and due diligence across 130+ jurisdictions for AI agents.

smithery badge

What it does

Bizfile MCP gives any AI agent instant access to verified company data from official government registries worldwide. No hallucinated data — every result comes directly from authoritative sources in real time.

Built for compliance, KYC, and due diligence workflows running inside AI agents.


Tools

search_company

Search for any company by name across UK Companies House, Singapore ACRA, and OpenCorporates (130+ jurisdictions).

Example:

{ "company_name": "Shell", "country": "UK" }

Returns: List of matching companies with registration numbers, status, jurisdiction, incorporation date, and registry URLs.


get_company_profile

Get a full company profile including registration status, registered address, SIC codes, filing history, accounts status, and key officers.

Example:

{ "company_name": "Shell PLC", "registration_number": "04366849", "jurisdiction": "gb" }

Returns: Complete company record with filing history URL, SIC codes, accounts, and officer list.


verify_company

KYC-style verification of a company across multiple registries. Returns a confidence rating (HIGH / MEDIUM / LOW), verified status, and any discrepancies found.

Example:

{ "company_name": "Accenture Singapore", "country": "SG" }

Returns: Verification report with confidence level, confirmed identity fields, data sources checked, and verification gaps.


check_company_risk

AI-powered due diligence risk assessment. Analyses registry data to produce a risk score (0–100), risk level, specific risk factors, and recommended due diligence actions.

Example:

{ "company_name": "Acme Trading Ltd", "registration_number": "12345678", "jurisdiction": "gb" }

Returns: Risk score, risk level (LOW / MEDIUM / HIGH / CRITICAL), list of specific risk factors with severity, positive indicators, and recommended next steps.


get_officers

Get the directors and officers of a UK company including appointment dates, roles, nationalities, and resignation history. Useful for beneficial ownership analysis.

Example:

{ "company_name": "Shell PLC", "registration_number": "04366849", "jurisdiction": "gb" }

Returns: Active and resigned officers with roles, appointment dates, nationalities, and occupations.


Data Sources

Source Coverage Free
UK Companies House 5M+ UK companies, full filing history
Singapore ACRA All Singapore-registered entities
OpenCorporates 210M+ companies, 130+ jurisdictions
US SEC EDGAR All US public company filings

All data sourced from official government registries under open data licences. AI analysis powered by Anthropic Claude.


Quick Start

Connect via Smithery

smithery mcp add OjasKord/bizfile-mcp

Connect via Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "bizfile": {
      "command": "node",
      "args": ["/path/to/bizfile-mcp/src/server.js"],
      "env": {
        "ANTHROPIC_API_KEY": "your-key-here",
        "COMPANIES_HOUSE_API_KEY": "your-key-here"
      }
    }
  }
}

Connect via HTTP

https://bizfile-mcp--ojaskord.run.tools

Environment Variables

Variable Required Description
ANTHROPIC_API_KEY ✅ Required Powers AI risk assessment and verification
COMPANIES_HOUSE_API_KEY Recommended Free from developer.company-information.service.gov.uk — unlocks full UK data
OPENCORPORATES_API_TOKEN Optional Higher rate limits on global search

Use Cases

  • KYC automation — Verify counterparties before onboarding
  • Due diligence agents — Automated company research for M&A and investment
  • Compliance workflows — Screen companies against registry data
  • Legal research — Director history, filing compliance, company status
  • Trade finance — Verify buyers, sellers, and intermediaries in commodity deals
  • Credit underwriting — Company age, filing history, officer stability

Pricing

Tier Price Calls
Free 100 calls/month
Pro $299/month 10,000 calls/month
Enterprise $999/month Unlimited + SLA

Support


Legal

All data retrieved from official public government registries. This tool does not provide legal or financial advice. Always verify critical information with qualified professionals.

MIT License

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured