Which chains are sending value to which, in what asset and at what size, over a window you choose — the questions a bridge dashboard answers, without opening one.
A Python server over Wormhole's metrics that returns Markdown tables. It pivots volume between source and destination chains over a window you pick, reports transaction count and volume for a route, and ranks assets by volume, with further tools for chain pairs, symbols, token corridors and headline KPIs.
- get_cross_chain_activity returns a pivot table of volume between source and destination chains over 7d, 30d, 90d, 1y or all-time, measured by notional or transaction count and optionally filtered to named apps
- get_money_flow returns transaction count and volume for a route
- get_top_assets_by_volume ranks the assets moving the most value
- Further tools cover chain pairs, symbols, token corridors and protocol KPIs
- Everything arrives as a Markdown table, so a bridge question is answerable without a charting tool
Python 3.10 or higher with uv; install it into Claude Desktop with `uv run mcp install main.py`. No account and no key.
Build from source — clone the repository and build it, then point your client at the binary
