About
Multiversx — Model Context Protocol server
README
The official Model Context Protocol (MCP) server for the MultiversX Blockchain. This server enables AI Agents (Claude, Gemini, etc.) to securely interact with the blockchain and allows products to be indexed by Google Shopping via specific feeds.
🚀 Features
- 14 Comprehensive Tools: Cover everything from account queries to batch transfers and token issuance.
- Relayed V3 Support: Native support for gas-sponsored transactions.
- Modular Architecture: Easy to extend or integrate into custom agents.
- Dual Mode: Runs via Stdio (for desktop agents) or HTTP (for web services/Google Shopping feeds).
- UCP Compliant: Implements Universal Commerce Protocol for Agentic Commerce discovery.
Quick Start
git clone https://github.com/sasurobert/multiversx-mcp-server.git
cd multiversx-mcp-server
chmod +x setup.sh && ./setup.sh
The setup script installs dependencies, creates a default .env, builds the project, and runs tests.
Prerequisites
| Tool | Version | Required |
|---|---|---|
| Node.js | v18+ | Yes |
| npm | v9+ | Yes |
Configuration
Create a .env file (or let setup.sh create one from .env.example):
MVX_NETWORK=devnet
MVX_SIGNING_MODE=signed
MVX_WALLET_PEM=./wallets/my-wallet.pem
# OR for multi-shard Relayed V3 support:
MVX_WALLET_DIR=./wallets/
Configure Registry Addresses in src/config.json:
{
"registry_config": {
"identity": "erd1...",
"reputation": "erd1...",
"validation": "erd1..."
}
}
3. Usage
- MCP Stdio: Add to your MCP client config (e.g.,
claude_desktop_config.json). - HTTP Mode: Run
npm start httpto enable web-native features:- UCP Manifest:
/.well-known/ucp(Standard Discovery) - Google Shopping Feed:
/feed.json - ACP Products:
/.well-known/acp/products.json
- UCP Manifest:
🧩 UCP Discovery & Usage
This server is UCP-compliant. To allow AI agents to discover this connector:
- Deploy the server to a public URL (e.g.,
https://agent-payments.example.com). - Ensure it is running in HTTP Mode.
- Point ucp-compatible agents to
https://[your-domain]/.well-known/ucp.
The manifest links UCP capabilities (like dev.ucp.payment.process) directly to our MCP tools.
🛠 Available Tools
| Category | Tools |
|---|---|
| Account | get-balance, query-account |
| Transfers | send-egld, send-tokens, send-egld-to-multiple, send-tokens-to-multiple |
| Tokens | issue-fungible-token, issue-nft-collection, issue-sft-collection, create-nft |
| Advanced | create-relayed-v3, track-transaction, search-products |
📚 Documentation
- Architecture Overview - System design and data flow.
- API Reference - Detailed tool specifications and examples.
- Integration Guide - Setup for Claude Desktop and custom clients.
- RelayedV3 Spec - Technical deep-dive into gas-sponsored transactions.
- E2E Testing Guide - How to run and verify the test suite.
🧪 Testing
# Run unit tests
npm test
# Run E2E tests (Playwright)
npx playwright test src/__tests__/e2e
Installing Multiversx
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/sasurobert/multiversx-mcp-serverFAQ
Is Multiversx MCP free?
Yes, Multiversx MCP is free — one-click install via Unyly at no cost.
Does Multiversx need an API key?
No, Multiversx runs without API keys or environment variables.
Is Multiversx hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Multiversx in Claude Desktop, Claude Code or Cursor?
Open Multiversx on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Multiversx with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
