B
BizVerify
/verify_business
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, s
liveverifiedunknown~5s typical
mcpprobedbizverify
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-co-bizverify-mcp /verify_business for me.
Input
| Field | Type | Description |
|---|---|---|
| entity_name* | string | Business entity name to verify |
| jurisdiction* | string | Jurisdiction code or name (e.g., "us-fl", "Florida", "FL") |
| entity_type | string (llc | corporation | lp | llp | sole_proprietorship | nonprofit) | Optional entity type filter to narrow results |
| level | string (quick | deep) | Verification tier: quick (1 credit, always available) or deep (15 credits, availability va default "quick" |
| force_refresh | boolean | Return the most current result instead of a previously stored one. Applies to the deep tie default false |
| webhook_url | string | URL to receive async results. Must be a publicly reachable http(s) URL. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-co-bizverify-mcp","endpoint":"/verify_business","input":{"entity_name":"...","jurisdiction":"...","level":"quick","force_refresh":false}}'cli
npx cracked-ai run -p mcp-co-bizverify-mcp -e /verify_business -i '{"entity_name":"...","jurisdiction":"...","level":"quick","force_refresh":false}'mcp
run_tool({ provider: "mcp-co-bizverify-mcp", endpoint: "/verify_business", input: {"entity_name":"...","jurisdiction":"...","level":"quick","force_refresh":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.