z2-trade-trust-mcp
Officialz2-trade-trust-mcp
MCP (Model Context Protocol) сервер, предоставляющий операции с документами TradeTrust/eBL на Zetrix L2 в виде MCP инструментов — тонкий, HMAC-подписанный клиент REST API core-engine. Инструменты чтения (verify, status, finality lookups) работают только с baseUrl; инструменты записи/рабочего процесса (issue, mint, transfer, sign) являются дополнительными и требуют идентификатора вызывающего.
Установка
npm installТакже опубликован на npm как zetrix-tradetrust-mcp.
Related MCP server: Mina MCP Server
Конфигурация
export Z2TT_ENV="z2-testnet" # or "z2-mainnet" -- shortcut for the known core-engine deployments
# export Z2TT_BASE_URL="https://core-engine.example/api/z2-core-engine" # custom deployment instead
export Z2TT_CALLER_ID="z2-trade-trust-mcp"
export Z2TT_HMAC_SECRET="…" # issued out-of-band by whoever operates the deployment
export Z2TT_ALLOW_WRITES="true" # omit/false to register read-only toolsИли укажите Z2TT_PROFILE на JSON файл вместо этого:
{
"baseUrl": "https://core-engine.example/api/z2-core-engine",
"callerId": "z2-trade-trust-mcp",
"hmacSecret": "…"
}Запуск
npm run build
node dist/index.jsИли запустите напрямую из исходного кода с помощью npm run dev (без этапа сборки). В любом случае процесс прослушивает stdio — он ничего не выводит при успехе, так как MCP клиенты запускают его и общаются по протоколу через stdin/stdout, а не через человеческую терминальную сессию.
Регистрация в MCP клиенте
{
"mcpServers": {
"z2-trade-trust-mcp": {
"command": "node",
"args": ["/abs/path/dist/index.js"],
"env": {
"Z2TT_BASE_URL": "https://core-engine.example/api/z2-core-engine",
"Z2TT_CALLER_ID": "z2-trade-trust-mcp",
"Z2TT_HMAC_SECRET": "…",
"Z2TT_ALLOW_WRITES": "false"
}
}
}
}OpenClaw
Если клиент — OpenClaw, пропустите ручную настройку mcpServers и установите openclaw-plugin/ вместо этого — openclaw plugins install ./openclaw-plugin саморегистрирует этот сервер и предоставляет ту же конфигурацию, что и настройки плагина (network/baseUrl/callerId/hmacSecret/allowWrites).
Лицензия
MIT — см. LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenance基于 Model Context Protocol (MCP) 的电子签署工具,支持文件上传、PDF转换、签署流程创建和状态查询等功能。22152

Mina MCP Serverofficial
AlicenseAqualityAmaintenanceExposes Mina blockchain data and operations through 40+ MCP tools, supporting live public networks, a local tutorial lightnet, and archive snapshot analysis.5112Apache 2.0- AlicenseAqualityAmaintenanceMCP server for TracePass — the EU Digital Product Passport platform. Create products, build and audit DPPs, set economic-operator parties, and read/capture GS1 EPCIS 2.0 supply-chain events.65421MIT
- Alicense-qualityAmaintenanceEnables tamper-evident anchoring of file, text, or JSON hashes to the BSV blockchain via MCP tools, with verification and lookup capabilities.MIT
Related MCP Connectors
MCP tools for TON Sites, TON DNS and TON Storage.
Production-grade cryptography toolkit with 31 MCP tools for classical, PQC, and KMS workflows.
Read-only XRP Ledger MCP tools with proof-annotation envelopes and signed daily snapshots.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zetrix-Chain/zetrix-tradetrust-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server