Skip to content

MCP Setup

The Model Context Protocol (MCP) lets AI tools call BizVerify directly. No SDK or code needed — paste a config snippet and start verifying businesses in natural language.

Add to your Claude Desktop config (claude_desktop_config.json):

{
"mcpServers": {
"bizverify": {
"type": "streamable-http",
"url": "https://api.bizverify.co/mcp"
}
}
}

On first use, your AI tool will prompt you to authenticate via OAuth. This is automatic — follow the browser flow to log in and authorize.

Alternatively, pass your API key directly via the X-API-Key header if your tool supports custom headers.

ToolAuthCostDescription
get_configNoFreeGet service config (jurisdictions, pricing)
list_jurisdictionsNoFreeList all supported jurisdictions
verify_businessYes1-25 creditsVerify a business entity
search_entitiesYes2 credits/jurisdictionSearch for entities by name
check_job_statusYesFreeCheck async verification job status
get_entityYesFreeGet cached entity details
get_entity_historyYes5 creditsGet historical verification snapshots
get_accountYesFreeView account details and credit balance
purchase_creditsYesFreeGet a Stripe checkout link to buy credits

Try these with any connected AI tool:

  • “Verify that Acme Corporation is an active business in Florida”
  • “Search for Tesla in Delaware and Texas”
  • “Check if my verification job job_abc123 has completed”
  • “How many credits do I have left?”
  • “What jurisdictions does BizVerify support?”