npm bizfile-mcpstreamable-httpMITupdated 15d ago
AI-powered KYC, company verification, and sanctions screening for AI agents.
Was kannst du mit Bizfile MCP machen?
Bizfile MCP — Counterparty Validator
AI-powered KYC, company verification, and sanctions screening for AI agents.
Real-time counterparty verification against UK Companies House, with AI risk scoring and risk screening against 386 risk data sources. Built for supplier onboarding agents, payment approval workflows, and AML compliance pipelines.
What This Solves
Every unverified counterparty is a liability. The most common failure points — shell companies, dissolved entities, sanctioned parties — share one signal: a company that looks legitimate but isn't. Claude and other LLMs cannot reliably check live company registry data or current sanctions lists from training data.
This tool calls authoritative sources directly:
- UK Companies House API — live filing data, officer history
- OpenSanctions — 386 risk data sources, updated daily
Tools
| Tool | Free Tier | Use When |
|---|---|---|
| validate_counterparty | 20/month | Before any new supplier approval or contract |
| validate_counterparty_lite | 20/month | High-volume registry check, no AI scoring |
| screen_counterparty | Paid | Before any payment to a KYC-approved counterparty |
Add to Your Agent
Claude Code — add to .mcp.json: { "mcpServers": { "bizfile": { "type": "sse", "url": "https://bizfile-mcp-production.up.railway.app/sse" } } }
LangChain: from langchain_mcp import MCPClient client = MCPClient( "https://bizfile-mcp-production.up.railway.app/sse" )
OpenAI Agents SDK: from agents.mcp import MCPServerSse mcp_server = MCPServerSse( params={ "url": "https://bizfile-mcp-production.up.railway.app/sse" } )
Pricing
| Tier | Calls | Price |
|---|---|---|
| Free | 20/month | No card required |
| Bundle 500 | 500, never expire | $20 |
| Bundle 2000 | 2,000, never expire | $70 |
| Pay-as-you-go | Metered | $0.019/query (validate_counterparty), $0.008/query (lite), $0.50/screen (sanctions) |
Upgrade: https://kordagencies.com
Search Terms
company verification MCP · KYC check agent · sanctions screening MCP · AML compliance tool · counterparty due diligence · Companies House API · supplier onboarding agent · payment verification MCP · OFAC screening · MAS Singapore sanctions · UK company check · corporate intelligence agent · counterparty risk scoring · AI KYC tool · know your customer API · business verification agent · supplier risk screening · AML agent tool · MCP sanctions check
Installation
Bizfile MCP zu deinem Client hinzufügen. Wähl den, den du nutzt.
{
"servers": {
"bizfile-mcp": {
"type": "http",
"url": "https://bizfile-mcp-production.up.railway.app"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add bizfile-mcp -- npx -y bizfile-mcpcodex mcp add bizfile-mcp -- npx -y bizfile-mcpamp mcp add bizfile-mcp -- npx -y bizfile-mcp{
"mcpServers": {
"bizfile-mcp": {
"command": "npx",
"args": [
"-y",
"bizfile-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"bizfile-mcp": {
"command": "npx",
"args": [
"-y",
"bizfile-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"bizfile-mcp": {
"command": "npx",
"args": [
"-y",
"bizfile-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"bizfile-mcp": {
"command": "npx",
"args": [
"-y",
"bizfile-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"bizfile-mcp": {
"command": "npx",
"args": [
"-y",
"bizfile-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"bizfile-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"bizfile-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"bizfile-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"bizfile-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y bizfile-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
3 Tools
Bizfile MCP stellt einem verbundenen Agent 3 Tools bereit.
- validate_counterparty
- 20/month
- validate_counterparty_lite
- 20/month
- screen_counterparty
- Paid
Score
73 / 100
Gut
- Dokumentation16/25
- Pflege25/25
- Vertrauen13/20
- Funktionsumfang4/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 8 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 4.10.47Aktuell | 25. Juni 2026 |
| 4.10.46 | 24. Juni 2026 |
| 4.10.39 | 16. Juni 2026 |
| 4.10.17 | 11. Mai 2026 |
| 4.10.16 | 8. Mai 2026 |
| 4.10.15 | 8. Mai 2026 |
| 4.10.13 | 7. Mai 2026 |
| 4.10.9 | 7. Mai 2026 |
| 4.10.7 | 2. Mai 2026 |
| 4.10.5 | 28. Apr. 2026 |
| 4.10.4 | 26. Apr. 2026 |
| 4.10.3 | 26. Apr. 2026 |
| 4.10.2 | 25. Apr. 2026 |
| 4.10.0 | 23. Apr. 2026 |
| 4.2.0 | 4. Apr. 2026 |
| 1.3.5 | 3. Apr. 2026 |
| 1.3.4 | 31. März 2026 |