mcp-server
M
mcp-server
/nft_tokens_by_address

Get NFT Tokens by Address

Retrieve NFT tokens (ERC-721, ERC-404, ERC-1155) owned by an address, grouped by collection. Provides collection details (type, address, name, symbol,

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

Input

FieldTypeDescription
chain_id*stringThe ID of the blockchain
address*stringNFT owner address
cursorstringThe pagination cursor from a previous response to get the next page of results.
session_idstringOpaque 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":"/nft_tokens_by_address","input":{"chain_id":"...","address":"..."}}'
cli
npx cracked-ai run -p mcp-com-blockscout-mcp-server -e /nft_tokens_by_address -i '{"chain_id":"...","address":"..."}'
mcp
run_tool({ provider: "mcp-com-blockscout-mcp-server", endpoint: "/nft_tokens_by_address", input: {"chain_id":"...","address":"..."} })

Try it

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