Skip to main content
Glama

wormhole-metrics-mcp

MIT License

get_cross_chain_activity

Analyze cross-chain activity data on the Wormhole protocol by fetching transaction volumes, asset flows, and chain pairs for specified time spans, apps, and metrics.

Instructions

Fetch cross-chain activity data from Wormholescan API and return as a pandas DataFrame. Args: timeSpan: Time span for data (7d, 30d, 90d, 1y, all-time). Default: 7d by: Render results by notional or tx count. Default: notional app: Comma-separated list of apps. Default: all apps Returns: String representation of a pandas DataFrame containing cross-chain activity data

Input Schema

NameRequiredDescriptionDefault
appNo
byNonotional
timeSpanNo7d

Input Schema (JSON Schema)

{ "properties": { "app": { "default": "", "title": "App", "type": "string" }, "by": { "default": "notional", "title": "By", "type": "string" }, "timeSpan": { "default": "7d", "title": "Timespan", "type": "string" } }, "title": "get_cross_chain_activityArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/wormhole-metrics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server