🚧 Bloque documentation is under development

Connect to Bloque's MCP server

Choose the agent where you want to install Bloque MCP and test the recommended configuration.

Bloque MCP Install

Install in Cursor

Open Cursor and add Bloque MCP. You can also copy this setup into ~/.cursor/mcp.json.

~/.cursor/mcp.json
bloque.mcp
{
  "mcpServers": {
    "bloque": {
      "url": "http://api.bloque.app/mcp"
    }
  }
}

Tools

The server currently exposes the following MCP tools.

ResourceToolSDK
Base balanceget_base_balance_ledgeraccounts.list({ medium: "virtual" })
Base balancecreate_virtual_accountaccounts.virtual.create(...)
Balanceget_balances_normalizedaccounts.balances()
BRE-Blist_breb_accountsaccounts.list({ medium: "breb" })
BRE-Bcreate_breb_keyaccounts.breb.createKey(...)
Account pluginadd_account_pluginaccounts.breb.createKey(...)
BRE-Bresolve_breb_keyaccounts.breb.resolveKey(...)
BRE-Bdecode_breb_qraccounts.breb.decodeQr(...)
BRE-Bsuspend_breb_keyaccounts.breb.suspendKey(...)
BRE-Bactivate_breb_keyaccounts.breb.activateKey(...)
BRE-Bdelete_breb_keyaccounts.breb.deleteKey(...)
BRE-B orderscreate_breb_orderaccounts.breb.resolveKey(...), swap.findRates(...), swap.breb.create(...)