B
BizVerify
/search_entities
Search Entities
Discover candidate businesses when the exact entity is UNKNOWN — a listing/discovery tool, NOT a verification tool. Use only when the user wants to browse or li
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 /search_entities for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Business name search query |
| jurisdiction | string | Jurisdiction code or name (omit to search all active) |
| entity_type | string | Filter by entity type |
| limit | integer | Maximum number of results to return (1-200, default 50) default 50 |
| offset | integer | Number of results to skip for pagination (default 0) default 0 |
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":"/search_entities","input":{"query":"...","limit":50,"offset":0}}'cli
npx cracked-ai run -p mcp-co-bizverify-mcp -e /search_entities -i '{"query":"...","limit":50,"offset":0}'mcp
run_tool({ provider: "mcp-co-bizverify-mcp", endpoint: "/search_entities", input: {"query":"...","limit":50,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.