List contracts available to callContract / buildContractTransaction
listKnownContractsList supported smart contracts for generic callContract and buildContractTransaction operations, with registry names, network addresses, and ABI fragment counts. Filter by category such as VeBetterDAO, Stargate, or standard.
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 |