base-intel-mcp
B
base-intel-mcp
/token_balance

token balance

ERC-20 token balance of a holder on Base (formatted + raw).

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 /token_balance for me.

Input

FieldTypeDescription
token*stringERC-20 contract address on Base: 0x followed by 40 hex characters.
address*stringWallet address whose balance to read: 0x followed by 40 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":"/token_balance","input":{"token":"...","address":"..."}}'
cli
npx cracked-ai run -p mcp-com-datakoot-base-intel-mcp -e /token_balance -i '{"token":"...","address":"..."}'
mcp
run_tool({ provider: "mcp-com-datakoot-base-intel-mcp", endpoint: "/token_balance", input: {"token":"...","address":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.