Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_LOG_LEVEL | No | Log level for the MCP server | info |
| STARKNET_NETWORK | Yes | The Starknet network to use (mainnet or sepolia) | mainnet |
| STARKNET_RPC_URL | Yes | URL of the Starknet RPC provider (e.g., https://ztarknet-madara.d.karnot.xyz) | |
| CHAMBER_CONTRACT_ADDRESS | No | Address of the Chamber contract (Required for Madara if not using Mainnet) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generar_secreto_transaccion | Generate a transaction secret for private payments. Creates a cryptographic secret using a claiming key and recipient address. |
| obtener_assets_transaccion | Fetch assets from a transaction. WARNING: This shows assets even if already spent. Use verificar_existencia_transaccion for accurate verification. |
| verificar_existencia_transaccion | Verify if a transaction exists with specific assets. For fully private transactions where assets are not publicly visible. |
| calcular_hash_transaccion | Calculate the unique hash of a transaction using transaction parameters. |
| obtener_configuracion_chamber | Get Chamber contract configuration including contract address, network, and supported tokens. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Chamber Contract Information | Static information about the MIST.cash Chamber contract |
| Transaction Details | Details for a specific transaction by hash |