MIST.cash MCP Server
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) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generar_secreto_transaccionC | Generate a transaction secret for private payments. Creates a cryptographic secret using a claiming key and recipient address. |
| obtener_assets_transaccionA | Fetch assets from a transaction. WARNING: This shows assets even if already spent. Use verificar_existencia_transaccion for accurate verification. |
| verificar_existencia_transaccionB | Verify if a transaction exists with specific assets. For fully private transactions where assets are not publicly visible. |
| calcular_hash_transaccionC | Calculate the unique hash of a transaction using transaction parameters. |
| obtener_configuracion_chamberB | 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 |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joadataarg/Mcp-mistcash'
If you have feedback or need assistance with the MCP directory API, please join our Discord server