List contracts available to callContract / buildContractTransaction
listKnownContractsRetrieve a list of known contracts with registry names, on-chain addresses, and ABI fragment counts for mainnet and testnet. Filter by category to find specific contracts for use with callContract and buildContractTransaction.
Instructions
List the contracts the MCP server can talk to via the generic callContract and buildContractTransaction tools. For each entry returns the registry name (use this in clause.name), the on-chain addresses for mainnet and testnet, how many read / write / event fragments the ABI exposes, and whether an explicit address is required. The full ABI is NOT included to keep the context small — fetch it with getContractAbi when needed. Available categories: vebetterdao (B3TR, VOT3, governance, X2EarnApps, …), stargate (Stargate, StargateNFT, StargateDelegation, NodeManagement) and standard (erc20, erc721).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter entries by category |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| network | Yes |