M
mcp-server
/inspect_contract_code
Inspect Contract Code
Inspects a verified contract's source code or metadata.
liveunknown~5s typical
mcpmcp-server
$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-blockscout-mcp-server /inspect_contract_code for me.
Input
| Field | Type | Description |
|---|---|---|
| chain_id* | string | The ID of the blockchain. |
| address* | string | The address of the smart contract. |
| file_name | string | The name of the source file to inspect. If omitted, returns contract metadata and the list |
| session_id | string | Opaque session identifier. |
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-blockscout-mcp-server","endpoint":"/inspect_contract_code","input":{"chain_id":"...","address":"..."}}'cli
npx cracked-ai run -p mcp-com-blockscout-mcp-server -e /inspect_contract_code -i '{"chain_id":"...","address":"..."}'mcp
run_tool({ provider: "mcp-com-blockscout-mcp-server", endpoint: "/inspect_contract_code", input: {"chain_id":"...","address":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.