UniVoucher MCP Server
Enables interaction with UniVoucher's decentralized crypto gift card protocol across multiple blockchains. Supports querying documentation, retrieving real-time protocol statistics, and creating/redeeming crypto gift cards on networks like Ethereum, Polygon, BSC, and more.
README
UniVoucher MCP Server
Official Model Context Protocol (MCP) server for UniVoucher.com - the world's first decentralized crypto gift card protocol that allows users to create and redeem crypto gift cards across multiple blockchains.
What is UniVoucher?
UniVoucher is the world's first decentralized tangible crypto gift card protocol that allows users to create and redeem crypto gift cards across multiple blockchains including Ethereum, Polygon, BSC, and more.
🚀 Quick Installation
Note: No manual installation needed! Just add the configuration below to your MCP client and it will automatically download and run when needed.
MCP Configuration
Add this to your MCP configuration file (mcp.json or equivalent):
Basic Configuration (Read-only access)
{
"mcpServers": {
"univoucher": {
"command": "npx",
"args": ["-y", "univoucher-mcp@latest"],
"env": {}
}
}
}
With Wallet Private Key (Full access including card creation)
{
"mcpServers": {
"univoucher": {
"command": "npx",
"args": ["-y", "univoucher-mcp@latest"],
"env": {
"WALLET_PRIVATE_KEY": "your_ethereum_wallet_private_key_here"
}
}
}
}
⚠️ Security Note: Never commit your wallet private key to version control. Use environment variables or secure configuration management.
📝 Note: The private key is optional. You can provide your standard Ethereum crypto wallet private key with or without the 0x prefix.
Supported MCP Clients
- Cursor: Add to your Cursor MCP settings
- Claude Desktop: Add to your Claude Desktop configuration
- Any MCP-compatible client: Use the configuration above
Alternative Installation Methods
Global Installation
npm install -g univoucher-mcp@latest
Specific Version Installation
npm install univoucher-mcp@1.3.4
Then use univoucher-mcp directly in your MCP configuration.
Features
📚 Documentation Access
- Complete UniVoucher documentation pages delivered in full
- Browse and discover all available documentation
- Get multiple related pages at once for comprehensive information
- No more search guessing - get the exact page you need
📊 Live API Access
- Query gift cards with advanced filtering
- Get current fees across all supported chains
- Check supported blockchain networks
- Retrieve real-time protocol statistics
🛠️ Available Tools
| Tool | Description |
|---|---|
list_doc_pages |
List all available documentation pages with descriptions |
get_doc_page |
Get complete content of a specific documentation page |
get_multiple_doc_pages |
Get complete content of multiple documentation pages at once |
query_api_cards |
Query gift cards from the protocol |
get_single_card |
Get details of a specific card |
create_gift_card |
Create a new gift card (requires private key) |
get_current_fees |
Get current protocol fees |
get_chains |
Get supported blockchain networks |
get_fee_history |
Get historical fee data |
Card Creation Feature
Prerequisites
- Wallet Private Key: Your standard Ethereum crypto wallet private key (with or without 0x prefix, optional)
- Supported Networks: Ethereum (1), Base (8453), BNB Chain (56), Polygon (137), Arbitrum (42161), Optimism (10), Avalanche (43114)
- Token Support: Any ERC-20 token or native currency
Security
- Wallet private keys are only used locally and never stored
- Keys are passed via environment variables for security
- All transactions are signed locally and sent to UniVoucher API
- Private key is optional - you can use the MCP server for read-only operations without providing a private key
- Uses Direct Response Mode for immediate card details without callbacks
Supported Tokens
- Native Currency: Use
0x0000000000000000000000000000000000000000as token address - ERC-20 Tokens: Use the token's contract address
- Amount Format: Use string format for large numbers (e.g., "1000000000000000000" for 1 ETH)
- Bulk Creation: Create up to 100 cards in a single transaction
Example Usage
Once configured, you can ask your AI assistant:
- "Show me the complete UniVoucher integration guide for developers"
- "Get me the full documentation on creating gift cards"
- "What are the current fees on Ethereum?"
- "List all available UniVoucher documentation pages"
- "Show me the technical documentation on how UniVoucher works"
- "Get the API reference and security documentation"
- "How many cards are in the UniVoucher protocol?"
- "Create a new gift card on Ethereum with 0.1 ETH"
- "Create a gift card on Polygon with 100 USDC"
- "Create 5 gift cards on Base with 50 USDC each"
Links
- Official Website: univoucher.com
- Documentation: docs.univoucher.com
- API: api.univoucher.com
- GitHub: UniVoucher MCP Repository
- NPM Package: univoucher-mcp
Support
- GitHub Issues: Report bugs or request features
- Telegram: UniVoucher Community
- Email: support@univoucher.com
License
Business Source License 1.1 - see LICENSE file for details
This project will transition to MIT License on 2035-05-04
Built with ❤️ for the UniVoucher ecosystem | Visit UniVoucher.com
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。