@toreador/mcp-server
Official Model Context Protocol server for Toreador. Lets Claude Desktop, Cursor, and any other MCP-capable assistant generate crypto QR codes and manage payment sessions on your behalf.
⚠️ Requires a Pro plan API key (
tdr_...) from your Toreador dashboard. The MCP server runs locally and uses your key to callhttps://toreador.io/api/v1/public.
Tools exposed
| Tool | What it does |
|---|---|
toreador_generate_qr |
Generate a QR code for native tokens (BTC, ETH, SOL, POL) or Solana SPL (USDC on Solana). Returns the on-chain payment URI and a base64 PNG data URI. |
toreador_create_session |
Create a hosted payment session for ERC-20 stablecoins (USDC, USDT, EURC) on Ethereum, Polygon or Base. Returns a session ID, security code and a hosted payment URL. |
toreador_get_payment_status |
Poll the status of an ERC-20 payment session: pending / submitted / confirming / completed / expired / failed. |
toreador_list_history |
List the 50 most recent QR code generations. |
toreador_list_sessions |
List the 50 most recent ERC-20 payment sessions. |






