Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

XGR Gateway

БесплатноНе проверен

An MCP server providing AI-native access to XGR blockchain data, enabling queries about chain status, sessions, transactions, and contracts, as well as preparin

GitHubEmbed

Описание

An MCP server providing AI-native access to XGR blockchain data, enabling queries about chain status, sessions, transactions, and contracts, as well as preparing owner-signed on-chain actions via natural language.

README

XGR MCP Gateway provides AI-native access to the XGR.Network stack through the Model Context Protocol. It connects MCP-compatible agents such as Claude, ChatGPT, IDE assistants and custom hosts to XGRChain, XDaLa sessions, Explorer data, XRC standards and owner-reviewed on-chain action preparation.

The gateway is designed for agent-assisted workflow creation: agents can inspect live chain evidence, reason over XDaLa process state, draft XRC artifacts and prepare handoffs that a user reviews and signs locally.

The gateway never holds private keys and never signs transactions. Any write intent is prepared as a handoff. The user remains in control and signs locally in their own wallet.

Public MCP endpoints

Mainnet:

https://mcp.xgr.network/mcp

Testnet:

https://mcp.testnet.xgr.network/mcp

Use mainnet to inspect real XGRChain and XDaLa activity. Use testnet to safely draft, validate and experiment with agent-driven workflows before production use.

MCP client configuration

{
  "mcpServers": {
    "xgr-mainnet": {
      "type": "streamable-http",
      "url": "https://mcp.xgr.network/mcp"
    },
    "xgr-testnet": {
      "type": "streamable-http",
      "url": "https://mcp.testnet.xgr.network/mcp"
    }
  }
}

For clients that still expect http instead of streamable-http, use the same endpoint URL and select the HTTP/remote MCP transport offered by your client.

What agents can do

  • Read chain state: inspect live XGRChain status, blocks, account state and transaction evidence.
  • Inspect XDaLa sessions: find, list and explain sessions, process steps, payloads, receipts and execution outcomes.
  • Search Explorer data: query account history, value transfers, block history, transaction statistics and session analytics.
  • Work with XRC standards: explore XRC-137 rules, XRC-729 orchestrations, process graphs, reuse patterns and failure analytics.
  • Draft process artifacts: prepare XRC-137/XRC-729 artifacts and bundles against built-in schemas and validation rules.
  • Prepare owner-signed actions: create review-and-sign handoffs for deployments and session starts without exposing private keys.

Why XGR.Network MCP

XGR.Network MCP is built around deterministic process infrastructure rather than generic chat automation. It gives agents structured access to the XGR stack while keeping signing, custody and final approval outside the gateway.

This makes it suitable for:

  • AI-assisted Web3 workflow design
  • XDaLa process preparation and inspection
  • compliance-oriented process evidence
  • deterministic validation and execution flows
  • EVM-compatible process automation
  • agent interfaces for XGRChain data and XRC standards

Documentation

Full reference lives in the central XGR documentation:

Self-hosting

The gateway can be operated against your own XGRChain RPC and Explorer instance. Self-hosting requires an Explorer deployment with a read-only Postgres mirror for transaction search and session analytics tools.

Typical setup flow:

npm install
npm run typecheck
npm run build
npm run start:http

Required runtime configuration is documented in Setup & Configuration.

Security model

  • The gateway does not hold private keys.
  • The gateway does not sign transactions.
  • Write operations are prepared as handoffs for user-side review and signing.
  • Read tools are intended for chain, Explorer, XDaLa and documentation evidence retrieval.
  • Production signing remains under the control of the user's wallet or custody setup.

Links

License

Licensed under the Apache License 2.0.

from github.com/xgr-network/xgr-mcp

Установка XGR Gateway

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/xgr-network/xgr-mcp

FAQ

XGR Gateway MCP бесплатный?

Да, XGR Gateway MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для XGR Gateway?

Нет, XGR Gateway работает без API-ключей и переменных окружения.

XGR Gateway — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить XGR Gateway в Claude Desktop, Claude Code или Cursor?

Открой XGR Gateway на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare XGR Gateway with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai