Install
$ agentstack add mcp-ojaskord-bizfile-mcp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v1.3.4 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v1.3.4. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Bizfile MCP — Counterparty Validator
[](https://toolrank.dev/ranking)
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 | |---|---|---| | validatecounterparty | 20/month | Before any new supplier approval or contract | | validatecounterpartylite | 20/month | High-volume registry check, no AI scoring | | screencounterparty | 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
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: OjasKord
- Source: OjasKord/bizfile-mcp
- License: MIT
- Homepage: https://kordagencies.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v1.3.4 Imported from the upstream source.