# Bizfile MCP — Global Company Intelligence (verified)

Company verifier for AI agents. Sanctions lists, Companies House, ACRA. KYC and AML screening.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add OjasKord/bizfile-mcp

# Browse available tools
npx -y smithery tool list OjasKord/bizfile-mcp

# Get full schema for a tool
npx -y smithery tool get OjasKord/bizfile-mcp validate_counterparty

# Call a tool
npx -y smithery tool call OjasKord/bizfile-mcp validate_counterparty '{}'
```

## Direct MCP Connection

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

**Optional config:**
- `x-api-key` (header) — Bizfile MCP API key from kordagencies.com. Leave blank for free tier.

## Tools (3)

- `validate_counterparty` — Call this BEFORE your agent approves a new supplier, authorises a first payment, signs a contract, or onboards any new …
- `screen_counterparty` — Call this BEFORE your agent approves any payment or contract with a counterparty that has passed initial KYC. Screens a…
- `validate_counterparty_lite` — Call this when your agent needs fast company verification without AI scoring — registry check only, low token cost, sub…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get OjasKord/bizfile-mcp <tool-name>
```
