MCP server for Mina Protocol daemon and archive node
| Tool name | Description | Destructive? |
|---|---|---|
| list_examples | ✓ no | |
| get_example | ✓ no | |
| query_archive_sql | ✓ no | |
| get_archive_schema | ✓ no | |
| describe_state | ✓ no |
| list_wallets | ✓ no | |
| get_block | ✓ no | |
| list_blocks | ✓ no | |
| get_best_chain | ✓ no | |
| get_sync_status | ✓ no | |
| get_genesis_constants | ✓ no | |
| get_network_id | ✓ no | |
| get_archive_stats | ✓ no | |
| get_transaction | ✓ no | |
| search_transactions | ✓ no | |
| send_payment | ✓ no | |
| send_delegation | ✓ no | |
| get_transaction_status | ✓ no | |
| get_mempool | ✓ no | |
| rosetta_status | ✓ no | |
| rosetta_account | ✓ no | |
| rosetta_block | ✓ no | |
| rosetta_mempool | ✓ no | |
| rosetta_mempool_transaction | ✓ no | |
| faucet | ✓ no | |
| return_account | ✓ no | |
| reset_session | ✓ no | |
| get_upgrade_status | ✓ no | |
| freeze_reset | ✓ no | |
| unfreeze_reset | ✓ no | |
| freeze_status | ✓ no | |
| get_account | ✓ no | |
| get_staking_ledger | ✓ no | |
| get_tracked_accounts | ✓ no | |
| get_events | ✓ no | |
| get_actions | ✓ no | |
| get_archive_blocks | ✓ no | |
| get_network_state | ✓ no |
{
"mcpServers": {
"o1-labsmina": {
"command": "npx",
"args": [
"-y",
"@o1-labs/mina-mcp-server"
]
}
}
}