B
base-intel-mcp
/tx_status
tx status
Look up a Base transaction by hash: status, from, to, value, block, gas used.
liveverifiedunknown~5s typical
mcpprobedbase-intel-mcp
$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-com-datakoot-base-intel-mcp /tx_status for me.
Input
| Field | Type | Description |
|---|---|---|
| hash* | string | Transaction hash on Base: 0x followed by 64 hex characters. |
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-com-datakoot-base-intel-mcp","endpoint":"/tx_status","input":{"hash":"..."}}'cli
npx cracked-ai run -p mcp-com-datakoot-base-intel-mcp -e /tx_status -i '{"hash":"..."}'mcp
run_tool({ provider: "mcp-com-datakoot-base-intel-mcp", endpoint: "/tx_status", input: {"hash":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.