gunz
Gunzilla operates no MCP server. A search of the GUNZ and Gunzilla developer surfaces, npm, the MCP registries and the public web found nothing, and no /mcp endpoint answers on any Gunzilla host (POST https://gunzscan.io/mcp -> 404). This file is a DERIVED CANDIDATE tool set - the agent-facing shape the existing anonymous read surfaces would take if wrapped. Every tool below is bound to an operation that was verified live on 2026-08-04; nothing here is a Gunzilla product.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
gunz_get_chain_id— Return the GUNZ chain ID (43419) to confirm which network a client is bound to.gunz_get_block_number— Return the latest GUNZ block height.gunz_get_client_version— Return the Subnet-EVM client version serving the public node.gunz_get_balance— Return the GUN balance of an address at a given block.gunz_get_transaction— Fetch a transaction by hash.gunz_get_logs— Scan a block range for contract logs - the deposit-tracking pattern Gunzilla documents.gunz_send_raw_transaction— Broadcast a pre-signed raw transaction. Idempotent by EVM nonce; see conventions/gunzilla-games-conventions.yml.gunzscan_get_address— Fetch an address profile - balance, nonce, transaction and token-transfer counts, contract code.gunzscan_get_addresses— Batch-fetch several address profiles.gunzscan_get_block— Fetch a block by height with gas, miner, timestamp and parent hash.gunzscan_list_token_transfers— Page the transfers of one token contract (Relay cursor connection).gunzscan_list_address_token_transfer_txs— Page the token-transfer transactions touching one address.gunzscan_get_stats— Chain-level stats - average block time, gas prices, GUN price, market cap, network utilization.gunzscan_list_blocks— Page recent blocks with next_page_params cursors.gunzscan_get_transaction_rest— Fetch a transaction by hash from the REST v2 surface.gunzscan_subscribe_token_transfers— Stream token transfers as they are indexed (GraphQL subscription over the Phoenix WebSocket).
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.