VOOZH about

URL: https://mcp.so/server/toreador/Logitale

⇱ Toreador MCP Server


Toreador

@Logitale

Generate crypto QR codes (BTC, ETH, SOL, USDC, USDT, EURC) and manage payment sessions from Claude Desktop or any MCP client. Non-custodial, free.
Overview

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 session
  • history — List recent QR codes
  • sessions — List recent payment sessions

Links

Server Config

{
 "mcpServers": {
 "toreador": {
 "command": "npx",
 "args": [
 "-y",
 "@toreador/mcp-server"
 ],
 "env": {
 "TOREADOR_API_KEY": "tdr_your_api_key_here"
 }
 }
 }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.