# XDaLa Workflow Builder (remote · mcp.xgr.network)

Remote MCP server for XDaLa workflow preparation on XGR.Network.

- Trust score: 73/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.xgr.network`: 73/100 (this document), [markdown](https://verifymcp.io/servers/xgr-network-xdala-workflow-builder/mcp.md), [page](https://verifymcp.io/servers/xgr-network-xdala-workflow-builder/mcp)

## Channel facts

- Endpoint: `https://mcp.xgr.network/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 8922 tokens (~101/item across 88 items; 88 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http xgr-network-xdala-workflow-builder https://mcp.xgr.network/mcp
```

### Codex

```toml
[mcp_servers.xgr-network-xdala-workflow-builder]
url = "https://mcp.xgr.network/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xgr-network-xdala-workflow-builder": {
      "type": "remote",
      "url": "https://mcp.xgr.network/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add xgr-network-xdala-workflow-builder --url https://mcp.xgr.network/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  xgr-network-xdala-workflow-builder:
    url: "https://mcp.xgr.network/mcp"
```

### Other

```json
{
  "mcpServers": {
    "xgr-network-xdala-workflow-builder": {
      "type": "http",
      "url": "https://mcp.xgr.network/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 71, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 67, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 66)

First indexed and scored.

## MCP tools (88)

### `get_xgr_network_info` (~80 tokens)

Get official XGR.Network information

Use this when the user asks what XGR.Network, XGRChain or XDaLa is, or requests official XGR URLs, chain metadata, RPC, Explorer, MCP, testnet faucet, documentation, XRC standards, source repositories or ecosystem entry points. Returns canonical project metadata and links; use get_chain_status for live chain state.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_chain_status` (~46 tokens)

Get XGRChain status

Use this for live XGRChain status. Returns chain id, latest block number and gas price from JSON-RPC, plus official XGR.Network entry points for the connected mainnet.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_latest_block` (~27 tokens)

Get latest block

Use this when the user asks for the latest EVM block details from XGRChain.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_account_live_state` (~53 tokens)

Get account live state

Use this for live EVM account state. Returns balance, nonce and contract code for an address.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_transaction_evidence` (~58 tokens)

Get transaction evidence

Use this when the user asks what happened in a specific transaction. Combines indexed Explorer transaction data, receipt data and live RPC fallback if available.

Input parameters:

- `txHash` (string, required): 0x-prefixed transaction hash to inspect or resolve.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_transaction_receipt` (~50 tokens)

Get transaction receipt

Use this for receipt logs, status and gas usage of a transaction. Prefers Explorer decoded receipt data.

Input parameters:

- `txHash` (string, required): 0x-prefixed transaction hash to inspect or resolve.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `search_transactions` (~321 tokens)

Search transactions

Read-only chain-wide Explorer DB transaction search. Use for general transaction, native XGR value, from/to address, hash, input, session id, validity/execution, and block/time-range questions; do not sample XDaLa sessions for chain-wide transaction questions.

Input parameters:

- `contractCreation` (boolean): Value for the contract creation parameter.
- `executed` (boolean): Value for the executed parameter.
- `from` (string): Sender address or lower bound used for the query.
- `fromBlock` (integer): Value for the from block parameter.
- `hasInput` (boolean): Value for the has input parameter.
- `hasValue` (boolean): Value for the has value parameter.
- `limit` (integer): Maximum number of records to return.
- `page` (integer): One-based page number for paginated explorer/API results.
- `sessionId` (string): XDaLa session identifier used to query runtime or explorer data.
- `to` (string): Recipient address, contract address or upper bound used for the query.
- `toBlock` (integer): Value for the to block parameter.
- `txHash` (string): 0x-prefixed transaction hash to inspect or resolve.
- `valid` (boolean): Value for the valid parameter.
- `valueEqWei` (string): Value for the value eq wei parameter.
- `valueGtWei` (string): Value for the value gt wei parameter.
- `valueLtWei` (string): Value for the value lt wei parameter.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_recent_value_transfers` (~139 tokens)

Get recent value transfers

Read-only shortcut for recent native XGR value transfers from the Explorer transaction index. Native value transfer means transactions.value > minValueWei and does not include gas fees.

Input parameters:

- `from` (string): Sender address or lower bound used for the query.
- `limit` (integer): Maximum number of records to return.
- `minValueWei` (string): Value for the min value wei parameter.
- `page` (integer): One-based page number for paginated explorer/API results.
- `to` (string): Recipient address, contract address or upper bound used for the query.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_account_transactions` (~136 tokens)

Get account transactions

Read-only chain-wide Explorer DB transaction lookup for one account as sender, recipient, or both. Use this instead of XDaLa session tools for account-wide transaction history.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.
- `direction` (string): Value for the direction parameter.
- `limit` (integer): Maximum number of records to return.
- `page` (integer): One-based page number for paginated explorer/API results.
- `valueOnly` (boolean): Value for the value only parameter.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_block_transactions` (~94 tokens)

Get block transactions

Read-only list of transactions in a specific indexed block, latest indexed block, or latest indexed block minus latestOffset.

Input parameters:

- `blockNumber` (integer): Block number or block identifier used for the chain lookup.
- `latestOffset` (integer): Value for the latest offset parameter.
- `limit` (integer): Maximum number of records to return.
- `page` (integer): One-based page number for paginated explorer/API results.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_transaction_stats` (~73 tokens)

Get transaction stats

Read-only compact chain transaction statistics from the Explorer transaction index, with optional block or block-timestamp window filters.

Input parameters:

- `fromBlock` (integer): Value for the from block parameter.
- `toBlock` (integer): Value for the to block parameter.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_session_transactions` (~125 tokens)

Get XDaLa session transactions

Use this to list the blockchain transactions belonging to an XDaLa session. This returns the timeline of transaction hashes, blocks, fees and iteration steps. It does not return full engine payloads, API saves or contract read results.

Input parameters:

- `limit` (integer): Maximum number of records to return.
- `owner` (string, required): EVM address of the XDaLa session owner or relevant account.
- `page` (integer): One-based page number for paginated explorer/API results.
- `sessionId` (string, required): XDaLa session identifier used to query runtime or explorer data.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_session_status_live` (~75 tokens)

Get live XDaLa session status

Use this to check live session status from XGR RPC. Returns xgr_sessionAlive for a session owner and session id.

Input parameters:

- `owner` (string, required): EVM address of the XDaLa session owner or relevant account.
- `sessionId` (string, required): XDaLa session identifier used to query runtime or explorer data.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_wakeup_targets_by_address` (~106 tokens)

List open XDaLa wake-up targets by address

Use this to list WAITING XDaLa runtime steps that the given wallet or Safe address is allowed to wake via RPC. This is read-only and calls xgr_listWakeupTargetsByAddress, then enriches public/plain XRC rule payload metadata via eth_call when available.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.
- `last` (integer): Maximum number of most recent records to inspect.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `resolve_wakeup_payload_schema` (~163 tokens)

Resolve XDaLa wake-up payload schema

Use this to resolve payload fields for one currently WAITING wake-up target. It reads XRC-729.getOSTC(step -> XRC-137) and XRC-137.getRule() via eth_call for plain JSON rules. Encrypted rules are not decrypted server-side.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.
- `owner` (string, required): EVM address of the XDaLa session owner or relevant account.
- `pid` (string): XDaLa process id within a session tree.
- `sessionId` (string, required): XDaLa session identifier used to query runtime or explorer data.
- `step` (string): Human-readable XDaLa step label or step identifier.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_sessions_overview` (~41 tokens)

Get XDaLa sessions overview

Use this for high-level indexed XDaLa session analytics from the Explorer API.

Input parameters:

- `window` (string): Time window for aggregated analytics or overview data.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `find_latest_xdala_session` (~106 tokens)

Find latest XDaLa session

Use this when the user asks for the latest XDaLa session but does not provide owner and sessionId. This read-only tool resolves the newest indexed XDaLa session from the Explorer database and can optionally include final receipt payload data.

Input parameters:

- `includePayload` (boolean): Value for the include payload parameter.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_latest_session_payload` (~95 tokens)

Get latest XDaLa session payload

Use this when the user asks for the payload of the latest XDaLa session. This read-only tool resolves the latest indexed session without requiring owner plus sessionId, then returns payload, apiSaves, contractSaves and extras from the final receipt.

Input parameters:

- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_recent_xdala_sessions` (~115 tokens)

Get recent XDaLa sessions

Use this to list recent indexed XDaLa sessions from the read-only Explorer database, especially when the user does not know owner and sessionId. Supports optional owner filtering, time windows, result limits and payload enrichment.

Input parameters:

- `includePayload` (boolean): Value for the include payload parameter.
- `limit` (integer): Maximum number of records to return.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_xdala_session_owners` (~87 tokens)

List XDaLa session owners

Use this when the user asks which owners had XDaLa sessions, asks for the owner list, or when aggregate results show uniqueOwners but the concrete owner addresses are needed. For “last 3 weeks”, pass windowHours=504.

Input parameters:

- `limit` (integer): Maximum number of records to return.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_xdala_sessions` (~132 tokens)

List XDaLa sessions

Use this when the user asks to list XDaLa sessions, enumerate recent sessions, or discover owner/sessionId pairs. This returns concrete owner + sessionId pairs and supports keyset pagination. For “last 3 weeks”, pass windowHours=504.

Input parameters:

- `cursor` (object): Value for the cursor parameter.
- `limit` (integer): Maximum number of records to return.
- `outcome` (string): Value for the outcome parameter.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_xdala_session_ids` (~118 tokens)

List XDaLa session IDs grouped by owner

Use this when the user asks for session IDs. Always returns session IDs grouped by owner because session IDs are only unique together with owner.

Input parameters:

- `limitOwners` (integer): Value for the limit owners parameter.
- `maxSessionIdsPerOwner` (integer): Value for the max session ids per owner parameter.
- `outcome` (string): Value for the outcome parameter.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_session_detail` (~128 tokens)

Get XDaLa session detail

Use this when the user asks for details, timeline, steps, payloads, or evidence for a concrete XDaLa session with owner and sessionId.

Input parameters:

- `includeFinalPayload` (boolean): Value for the include final payload parameter.
- `includePayloads` (boolean): Value for the include payloads parameter.
- `limitSteps` (integer): Value for the limit steps parameter.
- `owner` (string, required): EVM address of the XDaLa session owner or relevant account.
- `sessionId` (string, required): XDaLa session identifier used to query runtime or explorer data.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_session_stats` (~112 tokens)

Get XDaLa session statistics

Use this when the user asks for aggregate XDaLa session statistics, for example “statistics for the last 2 weeks”, “success/failure counts”, “average session duration”, “average steps per session”, “top errors”, or “how many sessions ran recently”. For “last 2 weeks”, pass windowHours=336.

Input parameters:

- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_session_timeseries` (~119 tokens)

Get XDaLa session timeseries

Use this when the user asks for XDaLa sessions over time, for example “sessions per day”, “daily sessions last 2 weeks”, “monthly session trend”, or “success/fail per day”. For “last 2 weeks by day”, pass windowHours=336 and bucket="day".

Input parameters:

- `bucket` (string): Value for the bucket parameter.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_step_stats` (~121 tokens)

Get XDaLa step statistics

Use this when the user asks for step-level XDaLa statistics, for example “how many steps were valid”, “invalid steps”, “failed steps”, “step gas totals”, or “step stats for a session”.

Input parameters:

- `bucket` (string): Value for the bucket parameter.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `sessionId` (string): XDaLa session identifier used to query runtime or explorer data.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_payload_key_stats` (~129 tokens)

Get XDaLa payload key statistics

Use this when the user asks which payload fields/keys occurred, how often payload fields appeared, or which payload fields were empty/non-empty. For “last 14 days”, pass windowHours=336.

Input parameters:

- `limit` (integer): Maximum number of records to return.
- `outcome` (string): Value for the outcome parameter.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `source` (string): Source type for deriving the prepared XDaLa request.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_payload_term_stats` (~166 tokens)

Get XDaLa payload term statistics

Use this when the user asks for payload terms, payload words, payload Begriff statistics, or a statistic over all payload terms in a time range. For “last 14 days”, pass windowHours=336. Do not sample sessions for this task.

Input parameters:

- `limit` (integer): Maximum number of records to return.
- `minTermLength` (integer): Value for the min term length parameter.
- `mode` (string): Value for the mode parameter.
- `outcome` (string): Value for the outcome parameter.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `source` (string): Source type for deriving the prepared XDaLa request.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_payload_field_value_stats` (~133 tokens)

Get XDaLa payload field value statistics

Use this when the user asks which values occurred for a specific payload field, for example “which DocumentType values occurred?” or “top values for ReasonCategory”.

Input parameters:

- `field` (string, required): Value for the field parameter.
- `limit` (integer): Maximum number of records to return.
- `outcome` (string): Value for the outcome parameter.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `source` (string): Source type for deriving the prepared XDaLa request.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_active_sessions_timeseries` (~44 tokens)

Get XDaLa active sessions timeseries

Use this when the user asks for active/concurrent XDaLa sessions over time.

Input parameters:

- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_session_receipt_logs` (~195 tokens)

Get XDaLa session receipt logs

Use this to inspect what an XDaLa session actually did. Returns decoded engine receipt data such as input payload, API saves, contract saves, execution contract, rule contract, valid flag, inner gas usage and optional raw receipt logs. Do not use this for a simple transaction timeline; use get_session_transactions instead.

Input parameters:

- `filters` (object): Value for the filters parameter.
- `includeBlock` (boolean): Value for the include block parameter.
- `includeRaw` (boolean): Value for the include raw parameter.
- `includeTx` (boolean): Value for the include tx parameter.
- `limit` (integer): Maximum number of records to return.
- `owner` (string, required): EVM address of the XDaLa session owner or relevant account.
- `sessionId` (string, required): XDaLa session identifier used to query runtime or explorer data.
- `stepIds` (array): Value for the step ids parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xgr_core_addresses` (~32 tokens)

Get XGR core addresses

Use this to retrieve XGR core protocol addresses exposed by the xgr_getCoreAddrs RPC method.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xgr_circulating_supply` (~31 tokens)

Get XGR circulating supply

Use this to retrieve circulating supply information exposed by xgr_getCirculatingSupply.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `estimate_xdala_rule_gas` (~103 tokens)

Estimate XDaLa rule gas

Use this to estimate XDaLa/XRC-137 rule gas. Returns validation gas, branch gas, grant fees and worst-case totals from xgr_estimateRuleGas.

Input parameters:

- `encrypted` (boolean): Value for the encrypted parameter.
- `invalidSpawns` (integer): Value for the invalid spawns parameter.
- `json` (string, required): Value for the json parameter.
- `validSpawns` (integer): Value for the valid spawns parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xrc729_authority` (~77 tokens)

Get XRC-729 authority

Read-only authority lookup for one XRC-729 orchestration contract. Reads owner()/getOwner() and getExecutorList(), detects zero-address executor wildcard, and never signs, submits, executes, or creates a handoff.

Input parameters:

- `orchestration` (string, required): Address or identifier of the deployed XDaLa orchestration contract.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `find_startable_xdala_workflows` (~214 tokens)

Find startable XDaLa workflows

Read-only discovery of deployed XRC-729 workflows that a given address can start as owner, executor, or wildcard executor. Use this whenever the user provides an address and asks which sessions/workflows they can start. This tool does not create session-start handoffs.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.
- `includeExecutor` (boolean): Value for the include executor parameter.
- `includeGraph` (boolean): Value for the include graph parameter.
- `includeOwner` (boolean): Value for the include owner parameter.
- `includePayloadSchema` (boolean): Value for the include payload schema parameter.
- `includeWildcard` (boolean): Value for the include wildcard parameter.
- `limit` (integer): Maximum number of records to return.
- `network` (string): Target network name or environment, for example mainnet or devnet.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_xrc_contracts` (~95 tokens)

List indexed XRC contracts

Read-only list of indexed XRC-137/XRC-729 contracts globally or filtered by owner/type.

Input parameters:

- `limit` (integer): Maximum number of records to return.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `page` (integer): One-based page number for paginated explorer/API results.
- `type` (string): Operation or handoff type identifier.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xrc_contract` (~45 tokens)

Get indexed XRC contract

Read-only lookup of one indexed XRC contract by address.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_xrc_events` (~168 tokens)

List indexed XRC events

Read-only list of XRC events globally or by owner, contract, type/action, tx hash, or block range.

Input parameters:

- `action` (string): Value for the action parameter.
- `contract` (string): Value for the contract parameter.
- `fromBlock` (integer): Value for the from block parameter.
- `limit` (integer): Maximum number of records to return.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `page` (integer): One-based page number for paginated explorer/API results.
- `toBlock` (integer): Value for the to block parameter.
- `txHash` (string): 0x-prefixed transaction hash to inspect or resolve.
- `type` (string): Operation or handoff type identifier.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xrc_contract_events` (~77 tokens)

Get indexed XRC contract events

Read-only list of all indexed XRC events for one contract.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.
- `limit` (integer): Maximum number of records to return.
- `page` (integer): One-based page number for paginated explorer/API results.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xrc729_ostc_state` (~98 tokens)

Get XRC-729 OSTC state

Read-only list of indexed OSTC state entries for an XRC-729 contract.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.
- `includeDeleted` (boolean): Value for the include deleted parameter.
- `limit` (integer): Maximum number of records to return.
- `page` (integer): One-based page number for paginated explorer/API results.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xrc_owner_summary` (~54 tokens)

Get XRC owner summary

Compact read-only summary of XRC-137/XRC-729 assets and recent XRC events for an owner.

Input parameters:

- `owner` (string, required): EVM address of the XDaLa session owner or relevant account.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `read_xrc729_ostc_json` (~82 tokens)

Read XRC-729 OSTC JSON

Read-only eth_call to XRC729.getOSTC(ostcId), returning the runtime OSTC JSON string.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.
- `ostcId` (string, required): Orchestration step contract id for the XDaLa workflow.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `read_xrc137_rule_json` (~53 tokens)

Read XRC-137 rule JSON

Read-only eth_call to XRC137.getRule(), returning the runtime rule JSON string.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `resolve_xrc729_process_graph` (~104 tokens)

Resolve XRC-729 process graph

Resolve deployed XRC-729 OSTC runtime JSON and linked indexed XRC-137 rule contracts without mutating chain state.

Input parameters:

- `includeRules` (boolean): Value for the include rules parameter.
- `includeUsage` (boolean): Value for the include usage parameter.
- `ostcId` (string): Orchestration step contract id for the XDaLa workflow.
- `xrc729Address` (string, required): Value for the xrc729 address parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xrc_usage` (~140 tokens)

Get XRC session usage

Read-only usage statistics from Explorer PGRO tx_receipts for XRC-137 rules or XRC-729 OSTC/process filters.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.
- `limit` (integer): Maximum number of records to return.
- `ostcHash` (string): Hash or identifier of the orchestration step contract artifact.
- `ostcId` (string): Orchestration step contract id for the XDaLa workflow.
- `type` (string): Operation or handoff type identifier.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_xrc_process_sessions` (~150 tokens)

List XRC process sessions

Read-only list of sessions associated with an XRC-729 OSTC id/hash.

Input parameters:

- `limit` (integer): Maximum number of records to return.
- `ostcHash` (string): Hash or identifier of the orchestration step contract artifact.
- `ostcId` (string): Orchestration step contract id for the XDaLa workflow.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `page` (integer): One-based page number for paginated explorer/API results.
- `windowHours` (integer): Value for the window hours parameter.
- `xrc729Address` (string): Value for the xrc729 address parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `find_reusable_xrc137_rules` (~156 tokens)

Find reusable XRC-137 rules

Read-only metadata-assisted search for existing owner XRC-137 contracts that could be reused instead of redeployed.

Input parameters:

- `allowEncrypted` (boolean): Value for the allow encrypted parameter.
- `draftRule` (object): Value for the draft rule parameter.
- `includeUsage` (boolean): Value for the include usage parameter.
- `limit` (integer): Maximum number of records to return.
- `owner` (string, required): EVM address of the XDaLa session owner or relevant account.
- `requiredInputKeys` (array): Value for the required input keys parameter.
- `requiredOutputKeys` (array): Value for the required output keys parameter.
- `ruleHash` (string): Value for the rule hash parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_unused_xrc137_rules` (~66 tokens)

Get unused XRC-137 rules

Read-only list of owner XRC-137 rules with no observed tx_receipts engine_rule_contract usage.

Input parameters:

- `limit` (integer): Maximum number of records to return.
- `owner` (string, required): EVM address of the XDaLa session owner or relevant account.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xrc_failure_stats` (~158 tokens)

Get XRC failure stats

Read-only invalid/failure statistics associated with an XRC-137 rule or XRC-729 OSTC/process filters.

Input parameters:

- `address` (string): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.
- `limit` (integer): Maximum number of records to return.
- `ostcHash` (string): Hash or identifier of the orchestration step contract artifact.
- `ostcId` (string): Orchestration step contract id for the XDaLa workflow.
- `owner` (string): EVM address of the XDaLa session owner or relevant account.
- `type` (string): Operation or handoff type identifier.
- `windowHours` (integer): Value for the window hours parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_xrc729_contracts_by_executor` (~88 tokens)

List XRC-729 contracts by executor

Read-only Explorer lookup for active XRC-729 executor relations of one address. This is index-backed, does not scan contracts, and returns Explorer pagination metadata.

Input parameters:

- `executor` (string, required): Value for the executor parameter.
- `limit` (integer): Maximum number of records to return.
- `page` (integer): One-based page number for paginated explorer/API results.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `create_operation_handoff` (~305 tokens)

Create operation handoff

Create an offchain human-in-the-loop operation and return a browser URL. The MCP never signs or submits transactions; the user executes locally with a browser wallet on the operation page. Do not use this tool to start, run, launch, execute, or queue XDaLa sessions. Do not use this tool for xgr_validateDataTransfer, SessionPermit, Manage Sessions imports, xgr-session-start@1, XDaLa session start handoffs, or starting a deployed XRC-729 workflow. For these intents, use create_xdala_session_start_handoff. If create_xdala_session_start_handoff is unavailable, report that the session-start tool is unavailable instead of falling back to create_operation_handoff.

Input parameters:

- `chainId` (integer, required): Numeric EVM chain id for the target network.
- `network` (string, required): Target network name or environment, for example mainnet or devnet.
- `payload`: Structured payload object for an XDaLa step or workflow request.
- `policy` (object): Policy metadata controlling human review, approval or execution constraints.
- `steps` (array): Ordered workflow or operation steps included in the handoff.
- `summary` (object): Structured summary metadata for human review and audit context.
- `ttlSeconds` (integer): Time-to-live in seconds for temporary offchain handoff data.
- `type` (string, required): Operation or handoff type identifier.
- `validation`: Validation metadata or validation result object for the handoff.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_operation_status` (~72 tokens)

Get operation status

Return the current status of an operation handoff. Use this after the user opens the operation page and signs or cancels local wallet transactions.

Input parameters:

- `operationId` (string, required): Identifier of a stored offchain operation handoff.
- `secret` (string): Secret token required to read or cancel protected handoff state.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `cancel_operation_handoff` (~65 tokens)

Cancel operation handoff

Cancel a pending offchain operation handoff. This never cancels already signed or submitted chain transactions.

Input parameters:

- `operationId` (string, required): Identifier of a stored offchain operation handoff.
- `secret` (string, required): Secret token required to read or cancel protected handoff state.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `create_xdala_bundle_deploy_handoff` (~170 tokens)

Create XDaLa bundle deploy handoff

Store a validated xgr-multi-bundle@1 bundle offchain under an unguessable bearer handle and return an XDaLa Workbench import URL. The MCP does not sign, submit, or execute transactions.

Input parameters:

- `bundle` (object, required): Canonical XDaLa bundle JSON object to validate, store or hand off.
- `chainId` (integer, required): Numeric EVM chain id for the target network.
- `network` (string, required): Target network name or environment, for example mainnet or devnet.
- `summary` (object): Structured summary metadata for human review and audit context.
- `ttlSeconds` (integer): Time-to-live in seconds for temporary offchain handoff data.
- `validation` (object): Validation metadata or validation result object for the handoff.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_bundle_deploy_handoff` (~60 tokens)

Get XDaLa bundle deploy handoff

Return stored metadata, bundle JSON, and any recorded deployed result/artifact for an XDaLa bundle deploy handoff handle.

Input parameters:

- `handle` (string, required): Opaque handoff handle returned by a previous XDaLa MCP tool.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_bundle_deploy_result` (~71 tokens)

Get XDaLa bundle deploy result

Return the stored XDaLa bundle deploy result, canonical deployed artifact, and audit events for a handoff handle. This is read-only and never signs, submits, or executes transactions.

Input parameters:

- `handle` (string, required): Opaque handoff handle returned by a previous XDaLa MCP tool.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `cancel_xdala_bundle_deploy_handoff` (~59 tokens)

Cancel XDaLa bundle deploy handoff

Cancel a pending XDaLa bundle deploy handoff. This is offchain metadata only and never cancels chain transactions.

Input parameters:

- `handle` (string, required): Opaque handoff handle returned by a previous XDaLa MCP tool.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `create_xdala_session_start_handoff` (~878 tokens)

Create XDaLa session start handoff

Prepare and store a read-only xgr-session-start@1 handoff for xDaLa Workbench. Use this tool whenever the user wants to start, run, launch, execute, queue, or prepare an XDaLa session. Use this tool for starting an existing deployed XRC-729/XRC-137 workflow, starting from a runtime XRC-729 orchestration, starting from a bundle deploy result, or importing a canonical xgr-session-start@1 request into xDaLa Manage Sessions. When explaining required input to users, use canonical xgr-session-start@1 terminology: sessions[].orchestration, sessions[].ostcId, sessions[].stepId, sessions[].payload, sessions[].maxTotalGas. Do not ask users for entryStepId; entryStepId is not the Workbench Session Start field. For deployed XRC-729 workflows, first inspect the runtime, identify ostcId and the likely entry step, resolve that step's XRC-137 rule, derive required payload fields from the XRC-137 payload schema, treat fields with defaults as optional, and present required and optional/default fields before creating a handoff. Do not call this tool with guessed payload values. If required start payload fields are missing, first present the required fields to the user and ask for values or explicit permission to use demo values. Only use demo/dummy/example/default values when the user explicitly asks or accepts them. This tool returns a Workbench xdalaUrl such as https://xdala.devnet.xgr.network/session-start/ss_... . The agent must show the returned xdalaUrl to the user. Do not replace the xdalaUrl with a generic /operations/op_... link. The MCP does not sign, submit, or execute. xDaLa Workbench performs local signing and calls xgr_validateDataTransfer. Do not describe the XRC-729 contract owner as the owner of a not-yet-started session; owner()/getOwner() and getExecutorList() identify start-authority roles only. Use sessions[].starterAddress only as an intended starter when explicitly set, and use terminal result data such as result.results[].owner/sessionId/pid for the actual ses…

Input parameters:

- `bundleDeployHandle` (string): Opaque handle returned by the XDaLa bundle deploy handoff flow.
- `chainId` (integer): Numeric EVM chain id for the target network.
- `execution` (object): Execution metadata for prepared XDaLa workflow requests.
- `executorGrants` (object): Executor grant metadata for prepared XDaLa session-start requests.
- `expectedSigner` (string): Expected wallet address that should sign or execute the prepared handoff.
- `expiry` (integer): Unix timestamp or expiry value for the prepared request.
- `maxTotalGas` (integer): Maximum total gas budget allowed for the prepared XDaLa session request.
- `network` (string, required): Target network name or environment, for example mainnet or devnet.
- `orchestration` (string): Address or identifier of the deployed XDaLa orchestration contract.
- `ostcHash` (string): Hash or identifier of the orchestration step contract artifact.
- `ostcId` (string): Orchestration step contract id for the XDaLa workflow.
- `payload` (object): Structured payload object for an XDaLa step or workflow request.
- `request` (object): Canonical request object used by the target XDaLa workflow operation.
- `security` (object): Optional security metadata for handoff preparation.
- `sessions` (array): Array of canonical xgr-session-start@1 session requests.
- `signing` (object): Signing metadata for Workbench or local wallet handoff preparation.
- `source` (string, required): Source type for deriving the prepared XDaLa request.
- `stepId` (string): Canonical XDaLa step id used by Workbench/session-start requests.
- `summary` (object): Structured summary metadata for human review and audit context.
- `ttlSeconds` (integer): Time-to-live in seconds for temporary offchain handoff data.
- `ui` (object): Optional user-interface metadata for Workbench import and display.
- `walletAddress` (string): Wallet address used as intended signer, starter or actor context.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_session_start_handoff` (~103 tokens)

Get XDaLa session start handoff

Read stored xDaLa session start handoff metadata, canonical request, authority, derived sessionOwnership role summary, validation, lean result summary, and terminal result. Read-only; does not sign, submit, or execute. Use sessionOwnership to avoid confusing the XRC-729 contract owner with the actual session owner/starter before Workbench completion.

Input parameters:

- `handle` (string, required): Opaque handoff handle returned by a previous XDaLa MCP tool.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `cancel_xdala_session_start_handoff` (~66 tokens)

Cancel XDaLa session start handoff

Cancel pending xDaLa session start handoff metadata only. This preparation/read-only MCP tool does not sign, submit, execute, or cancel on-chain work.

Input parameters:

- `handle` (string, required): Opaque handoff handle returned by a previous XDaLa MCP tool.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_session_start_result` (~111 tokens)

Get XDaLa session start result

Return terminal xDaLa session start result, lean result summary, and audit events. Read-only preparation/result lookup only; the MCP does not sign, submit, or execute, and users sign locally in Workbench/wallet/local signer. For completed handoffs, prefer result.results[].owner/sessionId/pid over XRC-729 contract owner facts when identifying the actual session owner/starter.

Input parameters:

- `handle` (string, required): Opaque handoff handle returned by a previous XDaLa MCP tool.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_recent_operations` (~42 tokens)

List recent operations

List recent offchain operation handoffs. Secrets and browser execution tokens are never returned by this tool.

Input parameters:

- `limit` (integer): Maximum number of records to return.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_process_mermaid` (~237 tokens)

Get XDaLa process Mermaid

Render an XDaLa XRC-729 process graph from runtime, bundle, or bundle handoff data as Mermaid flowchart text. Read-only; does not sign, submit, or execute transactions.

Input parameters:

- `bundle` (object): Canonical XDaLa bundle JSON object to validate, store or hand off.
- `direction` (string): Value for the direction parameter.
- `handle` (string): Opaque handoff handle returned by a previous XDaLa MCP tool.
- `includeAddresses` (boolean): Value for the include addresses parameter.
- `includePayloadFields` (boolean): Value for the include payload fields parameter.
- `includeRuleSummary` (boolean): Value for the include rule summary parameter.
- `includeRules` (boolean): Value for the include rules parameter.
- `includeWarnings` (boolean): Value for the include warnings parameter.
- `ostcId` (string): Orchestration step contract id for the XDaLa workflow.
- `source` (string, required): Source type for deriving the prepared XDaLa request.
- `xrc729Address` (string): Value for the xrc729 address parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_xgr_standards` (~29 tokens)

List XGR standards

List agent-readable XGR and XDaLa standards available in the MCP knowledge base.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_xgr_docs` (~22 tokens)

List XGR documentation topics

List canonical Markdown documentation topics served by the MCP knowledge base.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xgr_doc` (~35 tokens)

Get XGR documentation topic

Retrieve canonical Markdown documentation for an XGR/XDaLa topic.

Input parameters:

- `topic` (string, required): Value for the topic parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xdala_authoring_rules` (~27 tokens)

Get XDaLa authoring rules

Use this before creating, modifying or reviewing XRC/XDaLa artifacts.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xgr_standard_reference` (~38 tokens)

Get XGR standard reference

Use this before drafting XRC-137 or XRC-729 artifacts.

Input parameters:

- `standard` (string, required): Value for the standard parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xgr_standard_schema` (~33 tokens)

Get XGR standard schema

Retrieve machine-readable JSON schema for XGR standards.

Input parameters:

- `standard` (string, required): Value for the standard parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `list_xgr_standard_examples` (~31 tokens)

List XGR standard examples

List available example artifacts for a standard.

Input parameters:

- `standard` (string, required): Value for the standard parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xgr_standard_example` (~54 tokens)

Get XGR standard example

Retrieve a concrete JSON example for XRC-137 or XRC-729.

Input parameters:

- `name` (string, required): Name used for lookup, generation or display.
- `standard` (string, required): Value for the standard parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xgr_multibundle_reference` (~26 tokens)

Get XGR MultiBundle reference

Retrieve canonical xgr-multi-bundle@1 Markdown documentation.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xgr_multibundle_schema` (~21 tokens)

Get XGR MultiBundle schema

Retrieve canonical XGR MultiBundle schema.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xgr_session_start_schema` (~26 tokens)

Get XGR Session Start schema

Retrieve canonical Workbench xgr-session-start@1 handoff schema.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `validate_xgr_session_start` (~34 tokens)

Validate legacy XGR Session Start

Validate legacy low-level session-start payload only.

Input parameters:

- `sessionStart` (object, required): Value for the session start parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `validate_xgr_session_start_handoff` (~46 tokens)

Validate XGR Session Start Handoff

Validate a canonical Workbench xgr-session-start@1 request.

Input parameters:

- `request` (object, required): Canonical request object used by the target XDaLa workflow operation.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `validate_xgr_multibundle` (~47 tokens)

Validate XGR MultiBundle

Validate canonical deployable xgr-multi-bundle@1.

Input parameters:

- `bundle` (object, required): Canonical XDaLa bundle JSON object to validate, store or hand off.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `validate_xdala_bundle` (~41 tokens)

Validate XDaLa bundle

Alias for validate_xgr_multibundle.

Input parameters:

- `bundle` (object, required): Canonical XDaLa bundle JSON object to validate, store or hand off.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `validate_xrc137_authoring` (~35 tokens)

Validate XRC-137 authoring rules

Validate a drafted XRC-137 authoring object.

Input parameters:

- `rule` (object, required): Value for the rule parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `validate_xdala_rules` (~44 tokens)

Validate XDaLa rule expressions

Validate rule expressions against available placeholder fields.

Input parameters:

- `availableFields` (array): Value for the available fields parameter.
- `rules` (array, required): Value for the rules parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `validate_xdala_blueprint` (~95 tokens)

Validate XDaLa blueprint

Validate XRC-729 OSTC plus per-step XRC-137 payload-flow consistency.

Input parameters:

- `entryStepId` (string, required): Value for the entry step id parameter.
- `initialPayloadFields` (array): Value for the initial payload fields parameter.
- `ostc` (object, required): Value for the ostc parameter.
- `xrc137ByStep` (object, required): Value for the xrc137 by step parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xgr_purchase_options` (~18 tokens)

Get XGR purchase options

Read available mainnet purchase options.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `quote_xgr_purchase` (~69 tokens)

Quote XGR purchase budget

Non-binding USDC/USDT budget planning only.

Input parameters:

- `max_payment_amount` (number, required): Value for the max payment amount parameter.
- `payment_asset` (string, required): Value for the payment asset parameter.
- `safety_margin_bps` (integer): Value for the safety margin bps parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `create_xgr_purchase_order` (~140 tokens)

Create XGR purchase order

Create one live mainnet order for a fixed XGR amount.

Input parameters:

- `amount_xgr` (integer, required): Value for the amount xgr parameter.
- `country_code` (string, required): Value for the country code parameter.
- `email` (string, required): Value for the email parameter.
- `name` (string, required): Name used for lookup, generation or display.
- `payment_asset` (string, required): Value for the payment asset parameter.
- `sender_wallet` (string): Value for the sender wallet parameter.
- `terms_accepted` (boolean, required): Value for the terms accepted parameter.
- `xgr_wallet` (string, required): Value for the xgr wallet parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `create_xgr_purchase_order_by_budget` (~167 tokens)

Create XGR purchase order by budget

Create one conservative USDC/USDT budget order; payment may be blocked after exact backend check.

Input parameters:

- `country_code` (string, required): Value for the country code parameter.
- `email` (string, required): Value for the email parameter.
- `max_payment_amount` (number, required): Value for the max payment amount parameter.
- `name` (string, required): Name used for lookup, generation or display.
- `payment_asset` (string, required): Value for the payment asset parameter.
- `safety_margin_bps` (integer): Value for the safety margin bps parameter.
- `sender_wallet` (string): Value for the sender wallet parameter.
- `terms_accepted` (boolean, required): Value for the terms accepted parameter.
- `xgr_wallet` (string, required): Value for the xgr wallet parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `get_xgr_starter_gas_options` (~70 tokens)

Get XGR starter gas options

Check whether free native XGR starter gas is available for a low-balance EVM address. Use this before deployments, session starts, contract calls or other on-chain actions when the address lacks gas. Returns the fixed 1 XGR grant policy and the tool to call next.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

### `request_xgr_starter_gas` (~157 tokens)

Request XGR starter gas

Use this tool when a user or agent needs native XGR to pay transaction fees on the configured XGR network. It sends one fixed 1 XGR grant from a dedicated server-controlled funding wallet to an eligible low-balance EVM address. Use it before deployments, session starts, contract calls or other on-chain actions when the address lacks gas. One confirmed grant per address; client-IP request limits apply; no repayment is required. The service never requests, receives or stores user or third-party private keys and cannot sign on behalf of users.

Input parameters:

- `address` (string, required): EVM wallet, Safe or contract address in 0x-prefixed hexadecimal format.
- `purpose` (string): Value for the purpose parameter.

Output parameters:

- `data`: Structured result data returned by the XGR MCP gateway.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/xgr-network-xdala-workflow-builder/mcp#diagnostics

## Score history

- 2026-08-03: 73
- 2026-08-02: 72
- 2026-08-01: 72
- 2026-07-31: 71
- 2026-07-30: 69
- 2026-07-29: 68
- 2026-07-28: 68
- 2026-07-27: 67
- 2026-07-26: 66

## Links

- Remote endpoint: https://mcp.xgr.network/mcp
- Repository: https://github.com/xgr-network/xgr-mcp
- Website: https://xgr.network/
- Changelog RSS feed: https://verifymcp.io/servers/xgr-network-xdala-workflow-builder/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/xgr-network-xdala-workflow-builder/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/xgr-network-xdala-workflow-builder/mcp
