Verify any business.
Try it. Then build with it.
18 jurisdictions · UK live · $0.08/check · MCP-native · No credit card.
SETUP
Connect in 30 seconds.
Paste the config. OAuth handles the auth on first connection. No API key needed for MCP clients.
{
"mcpServers": {
"bizverify": {
"type": "streamable-http",
"url": "https://api.bizverify.co/mcp"
}
}
}what your agent does next
{
"mcpServers": {
"bizverify": {
"type": "streamable-http",
"url": "https://api.bizverify.co/mcp"
}
}
}// .vscode/mcp.json
{
"servers": {
"bizverify": {
"type": "streamable-http",
"url": "https://api.bizverify.co/mcp"
}
}
}claude mcp add bizverify \ --transport streamable-http \ https://api.bizverify.co/mcp
Settings → Connected Tools → Add MCP Server URL: https://api.bizverify.co/mcp Auth: OAuth (automatic)
curl -X POST https://api.bizverify.co/v1/verify \
-H "X-API-Key: bv_live_xxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{"entity_name":"Acme Corporation","jurisdiction":"us-de"}'import { BizVerify } from '@bizverify/sdk';
const biz = new BizVerify({ apiKey: 'bv_live_xxxxxxxxx' });
const r = await biz.verification.verify({
entity_name: 'Acme Corporation',
jurisdiction: 'us-de',
});
console.log(r.status);from bizverify import BizVerify
client = BizVerify(api_key="bv_live_xxxxxxxxx")
r = client.verification.verify("Acme Corporation", "us-de")
print(r.status)BUILT FOR
What you can build.
Four shapes of integration we see most often. Pick the one that looks like your stack.
Verify-before-act in AI agents
One tool call from a Claude/Cursor/Windsurf agent confirms an entity is real before it transacts. Quick check on the hot path; deep verification on conversion.
verify_business({ entity_name, jurisdiction })AI products that onboard SMBs
If your app creates LLCs, automates SMB bookkeeping, or runs AI sales for small businesses, you need to know the businesses you onboard exist. Verify them programmatically before they enter your system.
signup → BizVerify quick check → Stripe Connect onboardingMarketplaces with international sellers
Tier-1 vetting for sellers, vendors, and partners — UK live, 10 EU jurisdictions shipping this quarter. Most KYB APIs are US-only.
POST /v1/verify { jurisdiction: "gb" }RevOps / sales enrichment
Verify before outreach. Filter your inbound for real registered companies; enrich your outbound with ground-truth entity data. Slots into n8n, Zapier, or any workflow tool.
Lead source → BizVerify quick check → CRM updateCOVERAGE
18 verified, more shipping.
UK live · 6 EU shipping this quarter · New jurisdictions adding regularly.
United States (verified · 17)
International (1 live · 6 shipping this quarter)
step 1
You query
Send entity name + jurisdiction.
step 2
Live data, every request
Every call returns the current official record — no cached database, no stale snapshots. Atomic credit deduction.
step 3
Structured JSON returns
Name, status, type, registered agent, officers, filing history — your agent reads it, no HTML parsing.
PRICING
Free during beta. Beta pricing locked in.
First 50 design partners lock in 50% off our public rate forever. In exchange, we ask for one quote and one logo when you're ready.
50 credits/month · all jurisdictions · MCP-native · no credit card · cancel anytime
how credits are consumed
Credits never expire Atomic deduction Failed jobs auto-refund
BY THE NUMBERS
Cheaper, broader, more modern.
$0.00
per quick check
Industry median: ~$0.50–$2.50
0
EU jurisdictions in build
Most KYB APIs: US-only
OAuth 2.1
MCP at api.bizverify.co/mcp
Most KYB APIs: no MCP runtime
comparisons reviewed may 2026 · methodology in tooltips
Get an API key.
50 free credits a month, no card, grandfathered if you build with us in beta.
Beta status · paid plans Q3 2026 · existing users keep beta pricing forever.