MCP server for Qubic — balances, prices, transfers, wallets, and more.
| Tool name | Description | Destructive? |
|---|---|---|
| get_version | ✓ no | |
| get_mining_phase | ✓ no | |
| query_smart_contract | ✓ no | |
| validate_address | ✓ no | |
| query_contract | ✓ no |
| get_explorer_links | ✓ no | |
| get_epoch_computors | ✓ no | |
| add_network | ✓ no | |
| switch_network | ✓ no | |
| list_networks | ✓ no | |
| remove_network⚠ | ⚠ yes | |
| convert_qu_usd | ✓ no | |
| get_tick_info | ✓ no | |
| get_balance | ✓ no | |
| get_token_list | ✓ no | |
| get_transaction | ✓ no | |
| get_rich_list | ✓ no | |
| get_token_price | ✓ no | |
| register_contract | ✓ no | |
| list_contracts | ✓ no | |
| remove_contract⚠ | ⚠ yes | |
| get_qx_orderbook | ✓ no | |
| get_network_status | ✓ no | |
| get_transfer_history | ✓ no | |
| save_wallet | ✓ no | |
| list_wallets | ✓ no | |
| remove_wallet⚠ | ⚠ yes |
{
"mcpServers": {
"iogithubfyllepoqubic": {
"command": "npx",
"args": [
"-y",
"mcp-server-qubic"
]
}
}
}