LIVE ENDPOINT
https://mcp.orbitwan.io/mcp
Connect to this endpoint to inspect the live schema for get_address_tags 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
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.