B
BizVerify
/get_entity_history
Get Entity History
Returns the chronological verification snapshots recorded for an entity — each with a timestamp, name, and status — newest first, with pagination. Costs 5 credi
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_history for me.
Input
| Field | Type | Description |
|---|---|---|
| entity_id* | string | Entity ID to retrieve history for |
| limit | integer | Maximum number of history snapshots to return (1-100, default 10) default 10 |
| offset | integer | Number of snapshots 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":"/get_entity_history","input":{"entity_id":"...","limit":10,"offset":0}}'cli
npx cracked-ai run -p mcp-co-bizverify-mcp -e /get_entity_history -i '{"entity_id":"...","limit":10,"offset":0}'mcp
run_tool({ provider: "mcp-co-bizverify-mcp", endpoint: "/get_entity_history", input: {"entity_id":"...","limit":10,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.