
Toreador
@Logitale
关于 Toreador
Official Model Context Protocol (MCP) server for Toreador — generate crypto QR codes and manage payment sessions from Claude Desktop, Cursor, ChatGPT and other MCP clients.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"toreador": {
"command": "npx",
"args": [
"-y",
"@toreador/mcp-server"
],
"env": {
"TOREADOR_API_KEY": "tdr_your_api_key_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Toreador?
This MCP server lets Claude Desktop, Cursor, and other MCP-capable assistants generate crypto QR codes and manage payment sessions via the Toreador API. It is intended for developers and users needing on‑chain payments through an AI assistant.
How to use Toreador?
Install by adding a configuration entry for the npx -y @toreador/mcp-server command and setting the TOREADOR_API_KEY environment variable. Once configured, ask your assistant prompts like “Generate a Bitcoin QR code for 0.001 BTC to [address]” and the server will call the Toreador API.
Key features of Toreador
- Generate QR codes for native tokens (BTC, ETH, SOL, POL) and Solana SPL (USDC on Solana)
- Create hosted ERC‑20 stablecoin sessions (USDC, USDT, EURC) on Ethereum, Polygon, or Base
- Poll payment session status (pending, submitted, confirming, completed, expired, failed)
- List the 50 most recent QR code generations and payment sessions
- Non‑custodial – only generates payment objects and reads state; cannot move funds
Use cases of Toreador
- Generate a Bitcoin QR code for a specific amount and address from a chat prompt
- Create a USDC payment session on Polygon and receive a hosted payment URL
- Check the status of an existing payment session
- Review recent QR code generation history
- Audit the latest ERC‑20 payment sessions
FAQ from Toreador
What do I need to use this server?
You need a Pro plan API key (format tdr_...) from your Toreador dashboard. The server runs locally via npx and requires Node.js.
Does Toreador hold my funds?
No. Toreador is non‑custodial. The MCP tools only generate QR codes and read session state – they cannot move money.
Can I delete or refund a payment with these tools?
No. There is no “delete” or “refund” tool. The tools either create new payment objects or read existing ones.
Where does my API key go?
Your API key only leaves your computer in outbound HTTPS calls to https://toreador.io/api/v1/public. The server runs locally over stdio.
What transport does the server use?
The server uses stdio (standard input/output) for MCP communication. It runs as a local process via npx.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
评论