Skip to main content
Glama

wormhole-metrics-mcp

MIT License

get_money_flow

Retrieve transaction count and volume data from the Wormholescan API for specified time periods, chains, and applications. Analyze cross-chain activity with customizable filters for precise insights.

Instructions

Fetch transaction count and volume data from Wormholescan API for a specific period. Args: timespan: Time span for data (1h, 1d, 1mo, 1y). Default: 1d from_date: From date in ISO 8601 format (e.g., 2024-01-01T15:04:05Z). Default: empty to_date: To date in ISO 8601 format (e.g., 2024-01-01T15:04:05Z). Default: empty appId: Application ID to filter results. Default: empty sourceChain: Source chain ID to filter results. Default: empty targetChain: Target chain ID to filter results. Default: empty Returns: String representation of a pandas DataFrame containing transaction count and volume data

Input Schema

NameRequiredDescriptionDefault
appIdNo
from_dateNo
sourceChainNo
targetChainNo
timespanNo1d
to_dateNo

Input Schema (JSON Schema)

{ "properties": { "appId": { "default": "", "title": "Appid", "type": "string" }, "from_date": { "default": "", "title": "From Date", "type": "string" }, "sourceChain": { "default": "", "title": "Sourcechain", "type": "string" }, "targetChain": { "default": "", "title": "Targetchain", "type": "string" }, "timespan": { "default": "1d", "title": "Timespan", "type": "string" }, "to_date": { "default": "", "title": "To Date", "type": "string" } }, "title": "get_money_flowArguments", "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