You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

univoucher-mcp

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

univoucher-mcp

Official MCP (Model Context Protocol) server for UniVoucher.com - the world's first decentralized crypto gift card protocol. Provides comprehensive documentation access and live API integration for building on the UniVoucher ecosystem across multiple bloc

1.4.0
latest
Source
npmnpm
Version published
Weekly downloads
30
-93.06%
Maintainers
1
Weekly downloads
 
Created
Source

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):

{
  "mcpServers": {
    "univoucher": {
      "command": "npx",
      "args": ["-y", "univoucher-mcp@latest"],
      "env": {}
    }
  }
}

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

ToolDescription
list_doc_pagesList all available documentation pages with descriptions
get_doc_pageGet complete content of a specific documentation page
get_multiple_doc_pagesGet complete content of multiple documentation pages at once
query_api_cardsQuery gift cards from the protocol
get_single_cardGet details of a specific card
get_current_feesGet current protocol fees
get_chainsGet supported blockchain networks
get_fee_historyGet historical fee data

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?"

Support

License

Business Source License 1.1 - see LICENSE file for details

This project will transition to MIT License on 2035-05-04

MCP Badge

Built with ❤️ for the UniVoucher ecosystem | Visit UniVoucher.com

Keywords

mcp

FAQs

Package last updated on 10 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts