INDIVIDUAL MCP TOOL
get_entity
Fetch 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.
LIVE ENDPOINT
https://api.bizverify.co/mcp
Connect to this endpoint to inspect the live schema for get_entity and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.
Related tools
get_config— Returns 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.list_jurisdictions— Lists every registered jurisdiction with its code, active/inactive status, and supported capabilities — search, entity lookup, quick verification, and deep verification.verify_business— Confirm 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.search_entities— Discover candidate businesses when the exact entity is UNKNOWN — a listing/discovery tool, NOT a verification tool.check_job_status— Poll a long-running (async) verification job created by verify_business.get_entity_history— Returns the chronological verification snapshots recorded for an entity — each with a timestamp, name, and status — newest first, with pagination.get_account— Returns your BizVerify account summary: email and verification status, plan, current credit balance, member-since date, and your active and revoked API keys.purchase_credits— Starts a credit purchase: creates a Stripe checkout session for the chosen package and returns a payment URL to present to the user.