Skip to main content
Glama
Zetrix-Chain

z2-trade-trust-mcp

Official
by Zetrix-Chain

z2-trade-trust-mcp

MCP(Model Context Protocol)サーバー — Zetrix L2上のTradeTrustドキュメント/eBL操作をMCPツールとして公開します。core-engineのREST APIに対する薄いHMAC署名付きクライアントです。読み取りツール(verify、status、finalityルックアップ)はbaseUrlのみで動作します。書き込み/ワークフローツール(issue、mint、transfer、sign)はオプトインであり、呼び出し元のIDが必要です。

インストール

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を参照してください。

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    Exposes Mina blockchain data and operations through 40+ MCP tools, supporting live public networks, a local tutorial lightnet, and archive snapshot analysis.
    5
    112
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    MCP 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.
    6
    542
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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