JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 39
  • Score
    100M100P100Q50505F
  • License MIT

MCP server for UniVoucher - provides access to documentation and API for building integrations

Package Exports

  • univoucher-mcp
  • univoucher-mcp/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (univoucher-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

UniVoucher MCP Server

A Model Context Protocol (MCP) server that provides access to UniVoucher documentation and API for developers building integrations with the world's first decentralized crypto gift card protocol.

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.

Quick Start

Note: You don't need to install this package manually. Just add the configuration below to your MCP client (Cursor, Claude Desktop, etc.) and it will automatically download and run when needed.

For Cursor Users

Add this to your Cursor MCP configuration:

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

For Claude Desktop Users

Add this to your Claude Desktop MCP configuration:

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

Manual Installation (Optional)

npm install -g univoucher-mcp

Then use univoucher-mcp directly in your MCP configuration.

Features

  • Complete UniVoucher user guides and technical documentation
  • Developer integration guides and API reference
  • Security best practices and implementation examples

📊 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
search_docs Search UniVoucher documentation
query_api_cards Query gift cards from the protocol
get_single_card Get details of a specific card
get_current_fees Get current protocol fees
get_chains Get supported blockchain networks
get_fee_history Get historical fee data

Example Usage

Once configured, you can ask your AI assistant:

  • "How many cards are in the UniVoucher protocol?"
  • "What are the current fees on Ethereum?"
  • "Show me how to create a gift card using UniVoucher"
  • "Which blockchains does UniVoucher support?"
  • "What security measures should I implement when integrating UniVoucher?"

Support

License

MIT License - see LICENSE file for details


Built with ❤️ for the UniVoucher ecosystem