F
fingers
/read_contract
read contract
Call a view/pure function to resolve an exact fact on any supported EVM chain. Give the signature and output type(s). e.g. minter() -> ["address"]; totalSupply(
liveunknown~5s typical
mcpfingers
$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-fingersai-fingers /read_contract for me.
Input
| Field | Type | Description |
|---|---|---|
| address* | string | |
| function_signature* | string | e.g. "minter()" or "balanceOf(address)" |
| args | array | |
| output_types* | array | |
| chain | string | EVM chain: ethereum, base, arbitrum, optimism, polygon, or bsc (default ethereum) |
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-fingersai-fingers","endpoint":"/read_contract","input":{"address":"...","function_signature":"...","output_types":[]}}'cli
npx cracked-ai run -p mcp-co-fingersai-fingers -e /read_contract -i '{"address":"...","function_signature":"...","output_types":[]}'mcp
run_tool({ provider: "mcp-co-fingersai-fingers", endpoint: "/read_contract", input: {"address":"...","function_signature":"...","output_types":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.