← orbitwan.io

INDIVIDUAL MCP TOOL

orbitpay_vault

Get your dedicated OrbitPay deposit vault address: bridge wanUSDT or wanUSDC to it from any chain via XFlows (set toAddress to the vault) and your prepaid credit lands automatically after 12 confirmations, no WAN needed, no second transaction.

orbitwan.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.orbitwan.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for orbitpay_vault and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

orbitwan.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.orbitwan]
url = "https://mcp.orbitwan.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "orbitwan": {
      "type": "http",
      "url": "https://mcp.orbitwan.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: orbitwan
Remote MCP URL: https://mcp.orbitwan.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "orbitwan": {
      "url": "https://mcp.orbitwan.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "orbitwan": {
      "type": "http",
      "url": "https://mcp.orbitwan.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "orbitwan",
  "transport": "streamable-http",
  "url": "https://mcp.orbitwan.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_chain_status — Current indexed head, genesis backfill progress, and approximate row counts from the OrbitWan Wanchain archive indexer.
  • resolve_identifier — Classifies an address, transaction hash, block number, or 4-byte selector and checks existence.
  • get_address_activity — Recent transactions, token transfers, or internal calls for a Wanchain address, with cursor pagination.
  • get_transaction — Full detail for a Wanchain transaction: core fields, token transfers, cross-chain leg, and internal calls.
  • get_bridge_activity — Cross-chain bridge transfers from the transfers pipeline: recent network-wide, by token, or by a counterparty on a foreign chain.
  • get_chain_coverage — Per-chain cross-chain transfer coverage from the transfers pipeline: counts as source and destination for every indexed chain, plus the network-wide most recent transfer timestamp.
  • get_token — Token symbol, decimals, transfer_count, last transfer time, and recent transfers for a Wanchain token contract, with cursor pagination.
  • get_verified_contract — Source-verification status and provenance for a Wanchain contract, with an ABI summary; optionally the full ABI and source files.