← Registry

Analytics

orbitwan.io

Provides indexed Wanchain blockchain data including chain status, address activity, transaction details, and cross-chain bridge transfers.

1 endpoint24 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://mcp.orbitwan.io/mcp

No auth detected

MCP server metadata

Name
orbitwan
Version
0.1.0
Capabilities
tools.listChanged

Known tools 24

get_chain_status

Current indexed head, genesis backfill progress, and approximate row counts from the OrbitWan Wanchain archive indexer.

Inferred read-only
resolve_identifier

Classifies an address, transaction hash, block number, or 4-byte selector and checks existence.

Inferred read-only
get_address_activity

Recent transactions, token transfers, or internal calls for a Wanchain address, with cursor pagination.

Inferred read-only
get_transaction

Full detail for a Wanchain transaction: core fields, token transfers, cross-chain leg, and internal calls.

Inferred read-only
get_bridge_activity

Cross-chain bridge transfers from the transfers pipeline: recent network-wide, by token, or by a counterparty on a foreign chain.

Inferred read-only
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.

Potential side effects
get_token

Token symbol, decimals, transfer_count, last transfer time, and recent transfers for a Wanchain token contract, with cursor pagination.

Potential side effects
get_verified_contract

Source-verification status and provenance for a Wanchain contract, with an ABI summary; optionally the full ABI and source files.

Inferred read-only
list_verified_contracts

The roster of source-verified Wanchain contracts.

Inferred read-only
get_address_tags

Curated labels for Wanchain addresses.

Inferred read-only
get_validator

Per-epoch incentive rewards or delegate in/out flows for a Wanchain validator.

Inferred read-only
get_earn_yields

Wanchain-native earn positions and cross-chain (DefiLlama-sourced) yield opportunities reachable via WanBridge.

Inferred read-only
list_tokens

The full token registry: address, symbol, decimals, and curated tag for every indexed Wanchain token, with the untagged count carried in the payload.

Inferred read-only
get_contract_creation

Creator address, creation transaction, block, and timestamp for a Wanchain contract.

Inferred read-only
get_address_summary

Transaction and transfer counts, first seen, and last active for a Wanchain address, with the indexed coverage range the figures are drawn from.

Potential side effects
get_address_flows

Per-token in/out sums and native WAN flows for a Wanchain address over a window of 1 to 90 days.

Inferred read-only
lookup_selector

Resolves a 4-byte function selector to its name and signature, with the tier indicating whether the match is from a verified ABI or a heuristic table.

Inferred read-only
get_crosschain_stats

Raw cross-chain transfer tallies from the transfers pipeline: counts by status, by source chain, and by destination chain, plus the network-wide most recent transfer timestamp.

Potential side effects
orbitpay_info

How to pay for OrbitWan premium data: returns the live payment manual.

Potential side effects
orbitpay_crosschain_history

Premium bulk cross-chain transfer history from ARCHIVE, filtered and paginated.

Potential side effects
orbitpay_economics_series

Premium Wanchain economics time series from ARCHIVE (supply, fees, and related metrics over time).

Inferred read-only
orbitpay_token_supplies

Premium token supply data from ARCHIVE.

Inferred read-only
orbitpay_tags_export

Premium bulk address-tags export from ARCHIVE.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.