Analytics
orbitwan.io
Provides indexed Wanchain blockchain data including chain status, address activity, transaction details, and cross-chain bridge transfers.
ENDPOINT 1
https://mcp.orbitwan.io/mcp
MCP server metadata
- Name
- orbitwan
- Version
- 0.1.0
Known tools 24
get_chain_statusCurrent indexed head, genesis backfill progress, and approximate row counts from the OrbitWan Wanchain archive indexer.
Inferred read-onlyresolve_identifierClassifies an address, transaction hash, block number, or 4-byte selector and checks existence.
Inferred read-onlyget_address_activityRecent transactions, token transfers, or internal calls for a Wanchain address, with cursor pagination.
Inferred read-onlyget_transactionFull detail for a Wanchain transaction: core fields, token transfers, cross-chain leg, and internal calls.
Inferred read-onlyget_bridge_activityCross-chain bridge transfers from the transfers pipeline: recent network-wide, by token, or by a counterparty on a foreign chain.
Inferred read-onlyget_chain_coveragePer-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 effectsget_tokenToken symbol, decimals, transfer_count, last transfer time, and recent transfers for a Wanchain token contract, with cursor pagination.
Potential side effectsget_verified_contractSource-verification status and provenance for a Wanchain contract, with an ABI summary; optionally the full ABI and source files.
Inferred read-onlyget_validatorPer-epoch incentive rewards or delegate in/out flows for a Wanchain validator.
Inferred read-onlyget_earn_yieldsWanchain-native earn positions and cross-chain (DefiLlama-sourced) yield opportunities reachable via WanBridge.
Inferred read-onlylist_tokensThe full token registry: address, symbol, decimals, and curated tag for every indexed Wanchain token, with the untagged count carried in the payload.
Inferred read-onlyget_contract_creationCreator address, creation transaction, block, and timestamp for a Wanchain contract.
Inferred read-onlyget_address_summaryTransaction and transfer counts, first seen, and last active for a Wanchain address, with the indexed coverage range the figures are drawn from.
Potential side effectsget_address_flowsPer-token in/out sums and native WAN flows for a Wanchain address over a window of 1 to 90 days.
Inferred read-onlylookup_selectorResolves 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-onlyget_crosschain_statsRaw 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 effectsorbitpay_infoHow to pay for OrbitWan premium data: returns the live payment manual.
Potential side effectsorbitpay_crosschain_historyPremium bulk cross-chain transfer history from ARCHIVE, filtered and paginated.
Potential side effectsorbitpay_economics_seriesPremium Wanchain economics time series from ARCHIVE (supply, fees, and related metrics over time).
Inferred read-onlyorbitpay_vaultGet 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.