B
BizVerify
/get_entity
Get Entity
Fetch a previously verified business entity from BizVerify's cache by its ID — returns name, jurisdiction, status, type, good-standing, formation date, register
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 /get_entity for me.
Input
| Field | Type | Description |
|---|---|---|
| entity_id* | string | Entity ID returned by a prior verify_business or search_entities result |
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":"/get_entity","input":{"entity_id":"..."}}'cli
npx cracked-ai run -p mcp-co-bizverify-mcp -e /get_entity -i '{"entity_id":"..."}'mcp
run_tool({ provider: "mcp-co-bizverify-mcp", endpoint: "/get_entity", input: {"entity_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.