toreador-mcp-server
Generate QR codes for Bitcoin payments, supporting native BTC transfers.
Generate QR codes for ETH payments and create hosted payment sessions for ERC-20 stablecoins on Ethereum.
Generate QR codes for POL payments and create hosted payment sessions for ERC-20 stablecoins on Polygon.
Generate QR codes for SOL and Solana SPL token payments.
@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 |
| 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. |
| 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. |
| Poll the status of an ERC-20 payment session: |
| List the 50 most recent QR code generations. |
| List the 50 most recent ERC-20 payment sessions. |
Install in Claude Desktop
Edit Claude Desktop's config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Add the toreador entry under mcpServers:
{
"mcpServers": {
"toreador": {
"command": "npx",
"args": ["-y", "@toreador/mcp-server"],
"env": {
"TOREADOR_API_KEY": "tdr_your_key_here"
}
}
}
}Restart Claude Desktop. You should see the 5 Toreador tools in the tools menu.
Install in Cursor
In Cursor settings → MCP → "Add new MCP server", paste:
{
"command": "npx",
"args": ["-y", "@toreador/mcp-server"],
"env": { "TOREADOR_API_KEY": "tdr_..." }
}Example prompts
Once installed, try these prompts in your MCP client:
"Generate a Bitcoin QR code for 0.001 BTC to bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh."
"Create a USDC payment session for 50 USDC on Polygon to 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18."
"What's the status of session ses_123?"
"Show me my last 10 payment sessions."
The assistant will pick the right tool, call Toreador, and return the result — including the QR code data URI which most clients can render inline.
Configuration
Environment variable | Default | Description |
| required | Your Pro plan API key. Format: |
|
| Override the API base URL (useful for testing). |
|
| Per-request timeout in milliseconds. |
Trust and safety
Local only. The MCP server runs on your machine via stdio. Your API key never leaves your computer except in outbound HTTPS calls to
toreador.io.Non-custodial. Toreador never holds funds. The MCP tools only generate QR codes and read session state — they cannot move money.
Read or create, no destruction. Tools either generate new payment objects or read existing ones. There is no "delete" or "refund" tool.
Build from source
git clone https://github.com/Bentonabento/toreador-sdk.git
cd toreador-sdk/mcp
npm install
npm run build
TOREADOR_API_KEY=tdr_... node dist/index.jsThe server will boot, print [toreador-mcp] ready (5 tools registered) to
stderr, and wait for MCP requests on stdin.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/Logitale/toreador-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server