Generate crypto QR codes (BTC, ETH, SOL, USDC, USDT, EURC) and manage payment sessions from Claude Desktop or any MCP client. Non-custodial, free.
概要
Toreador MCP Server
Generate crypto QR codes and manage payment sessions directly from Claude Desktop, ChatGPT, or any MCP client. Non-custodial, free, supports Bitcoin, Ethereum, Solana, USDC, USDT, and EURC.
Features
- Native crypto QR codes — Bitcoin, Ethereum, Solana, Polygon (BTC, ETH, SOL, POL)
- Stablecoin payment sessions — USDC, USDT, EURC on Ethereum, Polygon, Base, Solana
- On-chain status tracking — check the status of any payment session
- History — list your past QR codes and sessions
- No custody — funds go directly to your wallet, zero intermediary fees
- Free public tier — 50 requests/hour for native tokens, no API key needed
Installation
The server runs locally via npx. Add this to your MCP client config:
{
"mcpServers": {
"toreador": {
"command": "npx",
"args": ["-y", "@toreador/mcp-server"]
}
}
}
For higher rate limits and stablecoin sessions, add a Pro API key from toreador.io:
{
"mcpServers": {
"toreador": {
"command": "npx",
"args": ["-y", "@toreador/mcp-server"],
"env": {
"TOREADOR_API_KEY": "tdr_your_api_key_here"
}
}
}
}
Tools
generate_qr— Generate a QR code for a native token (BTC, ETH, SOL, POL, USDC on Solana)create_session— Create a payment session for an EVM stablecoin (USDC, USDT, EURC)get_session_status— Check the on-chain status of a payment sessionhistory— List recent QR codessessions— List recent payment sessions
Links
- npm: @toreador/mcp-server
- GitHub: Logitale/toreador-mcp-server
- MCP Registry: io.toreador/mcp-server
- Documentation: toreador.io/docs
- License: MIT
サーバー設定
{
"mcpServers": {
"toreador": {
"command": "npx",
"args": [
"-y",
"@toreador/mcp-server"
],
"env": {
"TOREADOR_API_KEY": "tdr_your_api_key_here"
}
}
}
}