M
mcp-server
/direct_api_call
Direct Blockscout API Call
Call a raw Blockscout API endpoint for advanced or chain-specific data. Before the first call to this tool in a session, read `blockscout-mcp://skill/S
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 /direct_api_call for me.
Input
| Field | Type | Description |
|---|---|---|
| chain_id* | string | The ID of the blockchain |
| endpoint_path* | string | The Blockscout API path to call (e.g., '/api/v2/stats'); do not include query strings — pa |
| query_params | string | Optional query parameters forwarded to the Blockscout API. |
| cursor | string | The pagination cursor from a previous response to get the next page of results. |
| method | string (GET | POST) | HTTP method used for the upstream call. Use POST with json_body. default "GET" |
| json_body | string | JSON request body for POST requests. |
| 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":"/direct_api_call","input":{"chain_id":"...","endpoint_path":"...","method":"GET"}}'cli
npx cracked-ai run -p mcp-com-blockscout-mcp-server -e /direct_api_call -i '{"chain_id":"...","endpoint_path":"...","method":"GET"}'mcp
run_tool({ provider: "mcp-com-blockscout-mcp-server", endpoint: "/direct_api_call", input: {"chain_id":"...","endpoint_path":"...","method":"GET"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.