Analyzes cross-chain activity and transactions originating from Ethereum blockchain within the Wormhole protocol, tracking volume, token transfers, and transaction counts.
Formats all data outputs as Markdown tables for clear presentation of metrics, transaction data, and cross-chain activity analysis.
Provides metrics and analysis for cross-chain transactions from Optimism, including top token corridors, transfer counts, and transaction volumes.
Tracks and analyzes Polygon blockchain transactions through the Wormhole protocol, measuring cross-chain activity, money flows and top token transfers.
Monitors Solana blockchain transactions within the Wormhole ecosystem, providing data on transfer volumes, popular assets, and cross-chain interactions.
Wormhole Metrics MCP
An MCP server that analyzes cross-chain activity on the Wormhole protocol, providing insights into transaction volumes, top assets, source-destination chain pairs, and key performance indicators (KPIs).
Features
- Comprehensive Tools: Includes tools for cross-chain activity, money flow, top assets, chain pairs, symbols, token corridors, and KPIs.
- Markdown Output: Returns data as Markdown-formatted tables for clear presentation.
Installation
Prerequisites
- Python 3.10 or higher
- uv (recommended package manager)
Setup
- Clone the Repository
- Install Dependencies
- Installing to Claude Desktop: Install the server as a Claude Desktop application:Configuration file as a reference:Replace
/path/to/wormhole-metrics-mcp
with your actual installation path.
Usage
The wormhole-metrics-mcp
server exposes several tools via the MCP interface. Below is an overview of the tools and their usage.
Tools
- get_cross_chain_activity
- Description: Fetches cross-chain activity data, returning a pivot table of volumes between source and destination chains.
- Parameters:
timeSpan
:7d
,30d
,90d
,1y
,all-time
(default:7d
)by
:notional
,tx count
(default:notional
)app
: Comma-separated list of apps (default: empty)
- Example:
- Prompt: "Show me the cross-chain activity for the last 7 days, measured by notional volume."
- Output:
- get_money_flow
- Description: Retrieves transaction count and volume data for a specific period.
- Parameters:
timespan
:1h
,1d
,1mo
,1y
(default:1d
)from_date
: ISO 8601 format (e.g.,2024-01-01T15:04:05Z
, default: empty)to_date
: ISO 8601 format (default: empty)appId
: Application ID (default: empty)sourceChain
: Source chain ID (default: empty)targetChain
: Target chain ID (default: empty)
- Example:
- Prompt: "Get the transaction count and volume for Solana as the source chain over the last day."
- Output:
- get_top_assets_by_volume
- Description: Lists top assets by volume, including emitter and token chains.
- Parameters:
timeSpan
:7d
,15d
,30d
(default:7d
)
- Example:
- Prompt: "List the top assets by volume for the past 15 days."
- Output:
- get_top_chain_pairs_by_num_transfers
- Description: Returns top chain pairs by number of transfers.
- Parameters:
timeSpan
:7d
,15d
,30d
(default:7d
)
- Example:
- Prompt: "Show the top chain pairs by number of transfers for the last 7 days."
- Output:
- get_top_symbols_by_volume
- Description: Fetches top symbols by volume and transaction count.
- Parameters:
timeSpan
:7d
,15d
,30d
(default:7d
)
- Example:
- Prompt: "What are the top symbols by volume over the last 30 days?"
- Output:
- get_top100_corridors
- Description: Lists top 100 token corridors by number of transactions.
- Parameters:
timeSpan
:2d
,7d
(default:2d
)
- Example:
- Prompt: "Get the top 100 token corridors by transactions for the last 7 days."
- Output:
- get_kpi_list
- Description: Retrieves key performance indicators (KPIs) for the Wormhole protocol.
- Parameters: None
- Example:
- Prompt: "Show me the key performance indicators for Wormhole."
- Output:
License
This project is licensed under the MIT License. See the LICENSE file for details.
Tools
An MCP server that analyzes cross-chain activity on the Wormhole protocol, providing insights into transaction volumes, top assets, source-destination chain pairs, and key performance indicators (KPIs).
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.Last updated -38528TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3Last updated -324TypeScriptMIT License
Armor Crypto MCPofficial
AsecurityAlicenseAqualityAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.Last updated -20141PythonGPL 3.0- AsecurityFlicenseAqualityAn MCP server that analyzes stock trading volume to identify significant price levels (volume walls), supporting features like order book data fetching, trade analysis, and volume distribution tracking.Last updated -3512Python