Security & Testing
bizverify.co
Provides business verification and entity lookup services across multiple jurisdictions.
ENDPOINT 1
https://api.bizverify.co/mcp
MCP server metadata
- Name
- bizverify
- Version
- 1.0.0
BizVerify is a business entity verification API. You can search and verify businesses across 50 US states and international jurisdictions. Available tools: - get_config: Get service configuration and available jurisdictions - list_jurisdictions: List supported jurisdictions with active status - verify_business: Confirm a specific named business's existence, status, and good standing in one jurisdiction — the primary verification tool (requires auth) - search_entities: Discover/list candidate businesses when the exact entity is unknown (requires auth) - check_job_status: Check the status of a verification job (requires auth) - get_entity: Get entity details from cache (requires auth) - get_entity_history: Get verification history for an entity (requires auth) - get_account: View your account info and credit balance (requires auth) - purchase_credits: Purchase additional credits (requires auth) Choosing between verify and search: use verify_business whenever the user wants to verify, check, or confirm a specific company — even if they have not named it yet (ask for the name, then verify). Use search_entities only to discover candidates when the exact entity is genuinely unknown. Do not substitute search_entities for verify_business. Tools marked (requires auth) need an OAuth access token via Authorization: Bearer header.
Known tools 9
get_configReturns BizVerify's public configuration as readable text: active US and international jurisdictions, per-operation credit costs, the free-tier allowance, credit packages with pricing, feature flags, and documentation/legal links.
Inferred read-onlylist_jurisdictionsLists every registered jurisdiction with its code, active/inactive status, and supported capabilities — search, entity lookup, quick verification, and deep verification.
Inferred read-onlyverify_businessConfirm a specific, named business in one jurisdiction — the PRIMARY tool whenever the user wants to verify, check, confirm, or look up a company's existence, status, good standing, or details (e.
Inferred read-onlysearch_entitiesDiscover candidate businesses when the exact entity is UNKNOWN — a listing/discovery tool, NOT a verification tool.
Inferred read-onlycheck_job_statusPoll a long-running (async) verification job created by verify_business.
Inferred read-onlyget_entityFetch a previously verified business entity from BizVerify's cache by its ID — returns name, jurisdiction, status, type, good-standing, formation date, registered agent, and the number of snapshots on record.
Inferred read-onlyget_entity_historyReturns the chronological verification snapshots recorded for an entity — each with a timestamp, name, and status — newest first, with pagination.
Inferred read-onlyget_accountReturns your BizVerify account summary: email and verification status, plan, current credit balance, member-since date, and your active and revoked API keys.
Potential side effectspurchase_creditsStarts a credit purchase: creates a Stripe checkout session for the chosen package and returns a payment URL to present to the user.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bizverify]
url = "https://api.bizverify.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bizverify": {
"type": "http",
"url": "https://api.bizverify.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bizverify
Remote MCP URL: https://api.bizverify.co/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bizverify": {
"url": "https://api.bizverify.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bizverify": {
"type": "http",
"url": "https://api.bizverify.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bizverify",
"transport": "streamable-http",
"url": "https://api.bizverify.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bizverify.co was fetched 2026-07-26T08:30:37.862Z and is being refreshed.
bizverify.co is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.