XGR.Network MCP
About
XGR.Network MCP is a connector for XGRChain and the XDaLa on-chain process engine, enabling AI agents to access chain data, inspect process activity, and prepare secure workflow actions for user-controlled wallet signing.
Details
- Author
- xgr-network
- Downloads
- 287
- Categories
- Productivity, Finance, Other, Automation, AI
Jump to
- Connects to XGRChain mainnet and testnet
- Inspects XDaLa on-chain process activity
- Analyzes XDaLa sessions and receipts
- Reads explorer evidence, XRC standards, and schemas
- Prepares workflow handoffs for user wallet signing
- Non-custodial gateway – does not hold private keys
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
XGR.Network MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure your MCP client to use one of the provided endpoints: mainnet at https://mcp.xgr.network/mcp or testnet at https://mcp.testnet.xgr.network/mcp. Use the testnet endpoint for safe experimentation, workflow drafting, and validation before production use.
get_xgr_network_info
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.
get_chain_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.
get_latest_block
Use this when the user asks for the latest EVM block details from XGRChain.
get_account_live_state
Use this for live EVM account state. Returns balance, nonce and contract code for an address.
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.
get_transaction_receipt
Use this for receipt logs, status and gas usage of a transaction. Prefers Explorer decoded receipt data.
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.
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.
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.
get_block_transactions
Read-only list of transactions in a specific indexed block, latest indexed block, or latest indexed block minus latestOffset.
get_transaction_stats
Read-only compact chain transaction statistics from the Explorer transaction index, with optional block or block-timestamp window filters.
search_xgr_transactions
Find indexed native-XGR transactions using time, value and address filters before choosing a transaction for Relation Graph or Value Flow analysis. Typical use: all native transfers in the last 24 hours above a given XGR/wei amount. Results are read-only and cursor-paginated for latest/oldest sorting.
get_address_relation_graph
Read-only bounded graph of indexed native XGR transfers around an address. Returns aggregated on-chain relations, verified Explorer labels, depth and truncation metadata. A relation proves only that transactions occurred between addresses; it does not imply common ownership or identity.
expand_address_relation_graph
Read-only progressive expansion of one address by exactly one graph level. Use this instead of requesting a larger graph when exploring interactively.
trace_xgr_transaction
Loads an indexed transaction, uses its sender as the bounded graph root, returns sender/recipient trace roots plus the graph and an explicit edge to highlight. Useful for following native XGR transaction relations, but it does not attribute later mixed balances to the seed value.
trace_xgr_value_flow
Read-only native-XGR value-flow analysis starting from one transaction. Use model="possible" for conservative attribution ranges or model="proportional" for haircut attribution. Native XGR has no per-coin identity, so results are provenance models rather than proof that a specific coin moved. maxTransfers and maxHops accept a number or "all"; "all" is still bounded by Explorer server safety caps and reports truncation explicitly.
get_relation_edge_transactions
Returns the indexed native XGR transactions represented by one directed graph edge, with the same minimum-value and time filters used by the relation graph.
get_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.
get_session_status_live
Use this to check live session status from XGR RPC. Returns xgr_sessionAlive for a session owner and session id.
list_wakeup_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.
resolve_wakeup_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.
get_sessions_overview
Use this for high-level indexed XDaLa session analytics from the Explorer API.
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.
get_latest_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.
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.
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.
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.
list_xdala_session_ids
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.
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.
get_xdala_session_stats
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.
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".
get_xdala_step_stats
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”.
get_xdala_payload_key_stats
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.
get_xdala_payload_term_stats
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.
get_xdala_payload_field_value_stats
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”.
get_xdala_active_sessions_timeseries
Use this when the user asks for active/concurrent XDaLa sessions over time.
get_xdala_start_payload_history
Read-only indexed history of payload values used when starting a specific XRC-729 OSTC entry step. Reads Explorer PGRO through the MCP gateway only, selects the first matching entry-step receipt per owner/session, and returns compact scalar value statistics for UI pickers.
get_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.
get_xgr_core_addresses
Use this to retrieve XGR core protocol addresses exposed by the xgr_getCoreAddrs RPC method.
get_xgr_circulating_supply
Use this to retrieve circulating supply information exposed by xgr_getCirculatingSupply.
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.
get_xrc729_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.
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.
list_xrc_contracts
Read-only list of indexed XRC-137/XRC-729 contracts globally or filtered by owner/type.
get_xrc_contract
Read-only lookup of one indexed XRC contract by address.
list_xrc_events
Read-only list of XRC events globally or by owner, contract, type/action, tx hash, or block range.
get_xrc_contract_events
Read-only list of all indexed XRC events for one contract.
get_xrc729_ostc_state
Read-only list of indexed OSTC state entries for an XRC-729 contract.
get_xrc_owner_summary
Compact read-only summary of XRC-137/XRC-729 assets and recent XRC events for an owner.
read_xrc729_ostc_json
Read-only eth_call to XRC729.getOSTC(ostcId), returning the runtime OSTC JSON string.
read_xrc137_rule_json
Read-only eth_call to XRC137.getRule(), returning the runtime rule JSON string.
resolve_xrc729_process_graph
Resolve deployed XRC-729 OSTC runtime JSON and linked indexed XRC-137 rule contracts without mutating chain state.
get_xrc_usage
Read-only usage statistics from Explorer PGRO tx_receipts for XRC-137 rules or XRC-729 OSTC/process filters.
list_xrc_process_sessions
Read-only list of sessions associated with an XRC-729 OSTC id/hash.
find_reusable_xrc137_rules
Read-only metadata-assisted search for existing owner XRC-137 contracts that could be reused instead of redeployed.
get_unused_xrc137_rules
Read-only list of owner XRC-137 rules with no observed tx_receipts engine_rule_contract usage.
get_xrc_failure_stats
Read-only invalid/failure statistics associated with an XRC-137 rule or XRC-729 OSTC/process filters.
list_xrc729_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.
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.
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.
cancel_operation_handoff
Cancel a pending offchain operation handoff. This never cancels already signed or submitted chain transactions.
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.
get_xdala_bundle_deploy_handoff
Return stored metadata, bundle JSON, and any recorded deployed result/artifact for an XDaLa bundle deploy handoff handle.
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.
cancel_xdala_bundle_deploy_handoff
Cancel a pending XDaLa bundle deploy handoff. This is offchain metadata only and never cancels chain transactions.
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 session owner/starter after Workbench start.
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.
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.
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.
list_recent_operations
List recent offchain operation handoffs. Secrets and browser execution tokens are never returned by this tool.
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.
list_xgr_standards
List agent-readable XGR and XDaLa standards available in the MCP knowledge base.
list_xgr_docs
List canonical Markdown documentation topics served by the MCP knowledge base.
get_xgr_doc
Retrieve canonical Markdown documentation for an XGR/XDaLa topic.
get_xdala_authoring_rules
Use this before creating, modifying or reviewing XRC/XDaLa artifacts.
get_xgr_standard_reference
Use this before drafting XRC-137 or XRC-729 artifacts.
get_xgr_standard_schema
Retrieve machine-readable JSON schema for XGR standards.
list_xgr_standard_examples
List available example artifacts for a standard.
get_xgr_standard_example
Retrieve a concrete JSON example for XRC-137 or XRC-729.
get_xgr_multibundle_reference
Retrieve canonical xgr-multi-bundle@1 Markdown documentation.
get_xgr_multibundle_schema
Retrieve canonical XGR MultiBundle schema.
get_xgr_session_start_schema
Retrieve canonical Workbench xgr-session-start@1 handoff schema.
validate_xgr_session_start
Validate legacy low-level session-start payload only.
validate_xgr_session_start_handoff
Validate a canonical Workbench xgr-session-start@1 request.
validate_xgr_multibundle
Validate canonical deployable xgr-multi-bundle@1.
validate_xdala_bundle
Alias for validate_xgr_multibundle.
validate_xrc137_authoring
Validate a drafted XRC-137 authoring object.
validate_xdala_rules
Validate rule expressions against available placeholder fields.
validate_xdala_blueprint
Validate XRC-729 OSTC plus per-step XRC-137 payload-flow consistency.
get_xgr_purchase_options
Call this first for every XGR purchase. Read live price, stock and payment assets; use payment_assets[].key exactly as payment_asset and inspect requires_sender_wallet before creating an order.
quote_xgr_purchase
Use only when the user specifies a maximum USDC/USDT payment budget. Call get_xgr_purchase_options first, pass payment_assets[].key, and treat this result as planning only: it creates no order and is not a payment instruction.
create_xgr_purchase_order
Use when the user specifies an exact integer amount_xgr. Call get_xgr_purchase_options first, use payment_assets[].key, collect user-supplied identity and wallet fields, require explicit terms acceptance, and create one live reservation. Pay only from the returned payment_instruction.
create_xgr_purchase_order_by_budget
Use when the user specifies a maximum USDC/USDT payment amount rather than an XGR quantity. Call get_xgr_purchase_options first, use payment_assets[].key, collect user-supplied identity and wallet fields, require explicit terms acceptance, and create one live reservation. Pay only when payment_approved=true and next_action=external_crypto_payment; otherwise do not pay.
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.
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"xgr.network mcp": {
"xgr-mainnet": {
"type": "http",
"url": "https://mcp.xgr.network/mcp"
},
"xgr-testnet": {
"type": "http",
"url": "https://mcp.testnet.xgr.network/mcp"
}
}
}
}
McpServers
{
"xgr-mainnet": {
"type": "http",
"url": "https://mcp.xgr.network/mcp"
},
"xgr-testnet": {
"type": "http",
"url": "https://mcp.testnet.xgr.network/mcp"
}
}
XGR.Network MCP is a connector for XGRChain and the XDaLa on-chain process engine, enabling AI agents to access chain data, inspect process activity, and prepare secure workflow actions for user-controlled wallet signing.
XGR MCP Gatewayprovides AI-native access to the XGR.Network stack through theModel 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 requests, receives, stores or controls user or third-party private keys and cannot sign on behalf of users. User write intents are prepared as handoffs and signed locally. An optional starter-gas service may use a dedicated server-controlled funding key solely to send fixed XGR gas grants from the service wallet.
Use mainnet to inspect real XGRChain and XDaLa activity. Use testnet to safely draft, validate and experiment with agent-driven workflows before production use.
{ "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 expecthttpinstead ofstreamable-http, use the same endpoint URL and select the HTTP/remote MCP transport offered by your client.
- Read chain state: inspect live XGRChain status, blocks, account state and transaction evidence.
- Discover official XGR resources: useget_xgr_network_infofor canonical XGR.Network, XGRChain, XDaLa, RPC, Explorer, MCP, documentation and ecosystem metadata.
- 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.
- Request starter gas where enabled: fund an eligible low-balance address with one fixed 1 XGR grant before deployment, session start, contract calls or other on-chain actions.
get_xgr_network_inforeturns versioned, machine-readable metadata for XGR.Network and its ecosystem. Agents should use it when users request official project information, network configuration, RPC or Explorer endpoints, MCP connection details, documentation, XRC standard context or source repositories.
get_chain_statusremains the live JSON-RPC status tool and additionally returns compact official entry points for the connected XGRChain mainnet.
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 user signing, user custody and final approval outside the gateway.
- 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
Full reference lives in the central XGR documentation:
- Gateway Overview
- Tool Reference
- Operation Handoff
- Authoring & Knowledge
- Setup & Configuration
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.
npm install npm run typecheck npm run build npm run start:http
Required runtime configuration is documented inSetup & Configuration.
- The gateway never requests, receives, stores or controls user or third-party private keys.
- User transactions are prepared as handoffs and signed locally by the user or the user's custody setup.
- The optional starter-gas service is a narrow exception: it signs only transfers from a dedicated server-controlled funding wallet and cannot sign on behalf of users.
- Starter-gas grants are fixed at 1 XGR, limited by recipient balance, one confirmed grant per address, hourly and daily caps, and a bounded retry policy.
- Starter-gas grant state is stored atomically in SQLite withreserved,broadcast,confirmedandfailedstates.
- Production user signing remains under the control of the user's wallet or custody setup.
- Website:https://xgr.network
- MCP endpoint:https://mcp.xgr.network/mcp
- Official MCP Registry name:io.github.xgr-network/xdala-workflow-builder
- Smithery listing:https://smithery.ai/servers/xgrnetwork/xdala-workflow-builder
The optional purchase tools aremainnet-only, disabled by default, and are never registered by testnet. Enable them only withXGR_PURCHASE_TOOLS_ENABLED=true,XGR_PURCHASE_NETWORK=mainnet, a valid HTTPS API URL (or local HTTP), and a maximum at or below249.99EUR.
quote_xgr_purchaseis optional planning only.create_xgr_purchase_ordercreates the real order in one call toPOST /api/orders; the website confirmation modal is not a separate API phase. The backend is authoritative for the final price, crypto amount, custody wallet, payment reference, and reservation. The MCP holds no user or third-party private keys and does not pay; an external wallet agent can execute the returned exact payment instruction.
The249.99 EURmaximum is an MCP policy for autonomous orders. Separately, the XGR_Web backend requires a complete billing address from a newly calculatednet_eur >= 250; it is not a backend order maximum. A backend repricing/address error is returned without retrying the order.
Purchase tools distinguish fixed-XGR orders from conservative USDC/USDT budget orders. The live backend POST determines the binding market price and exactamount_crypto; EUR is only a policy/reference value. A budget order whose exact returned amount exceeds its cap is not paid and its existing reservation expires normally.
Where enabled,get_xgr_starter_gas_optionsexposes the current fixed grant and eligibility policy.request_xgr_starter_gassends one fixed 1 XGR grant from a dedicated service wallet to an eligible low-balance EVM address. Agents should use it before deployments, session starts, contract calls or other on-chain actions when the target address lacks native XGR for gas.
The service does not request an address-ownership proof and does not use proof-of-work. Abuse is bounded through one confirmed grant per address, an hourly cap, a daily cap, recipient-balance eligibility, a low-balance service wallet and a limited number of retries after pre-broadcast failures.
An assistant API to help find and apply for funding opportunities.
Provides MCP access to OculusMind.AI agents who search the web, analyze stocks and products, automate and schedule workflows and utilize other MCP server tools.
Self-improving AI workflows with natural language backtesting. 21 MCP tools for creating workflows, backtesting trading strategies, parameter sweeps, portfolio optimization, prompt optimization, cron scheduling, and webhook triggers. Install: pip install vynn-mcp
AI agents that automate bookkeeping and financial close for SMBs.
Trustless AI task verification and XRPL escrow management — post jobs, verify completions, and release XRP payments automatically via MCP.
Automate Your Trading. Zero Code Required. Build, backtest, and run algorithmic strategies using visual blocks and AI. Connect your exchange and go live in minutes.
Visual coordination protocol for AI agents — 22 MCP tools for glyph-based communication with 50-70% token savings, shared memory, governance, and on-chain attestation.
Anonymous broker where AI agents publish capabilities, negotiate, and seal direct peer-to-peer deals; three of its tools need no API key or account.
Open intent exchange where AI agents get a cryptographic identity, reputation-ranked discovery, and dual-signed outcomes on a publicly auditable ledger — zero-config, no accounts.
Independent verification for autonomous agents: pre-trade/pre-action review returning approve/reject verdicts with signed proofs (free /verify-proof), public on-chain-checkable verdict ledger; pay-per-call via Lightning, USDC (x402), or card.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




