W
WaveGuard
/waveguard_market_data
waveguard market data
Fetch live crypto market data from CoinGecko and DexScreener. No external data needed — WaveGuard pulls it for you. Use 'coin_id' for CoinGecko (e.g. 'bitcoin'
liveverifiedunknown~5s typical
mcpprobedwaveguard
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-emergentphysicslab-waveguard /waveguard_market_data for me.
Input
| Field | Type | Description |
|---|---|---|
| action* | string (token_data | price_history | ohlc | top_coins | search | dex_token) | What data to fetch: - token_data: full metrics for a CoinGecko coin - price_history: daily |
| coin_id | string | CoinGecko coin ID (e.g. 'bitcoin', 'ethereum'). Required for token_data, price_history, oh |
| contract_address | string | Token contract address (any chain). Required for dex_token. |
| query | string | Search query. Required for search, dex_search. |
| days | integer | Number of days of history (default: 90 for price_history, 30 for ohlc). default 90 |
| count | integer | Number of results for top_coins (default: 25). default 25 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-emergentphysicslab-waveguard","endpoint":"/waveguard_market_data","input":{"action":"token_data","days":90,"count":25}}'cli
npx cracked-ai run -p mcp-com-emergentphysicslab-waveguard -e /waveguard_market_data -i '{"action":"token_data","days":90,"count":25}'mcp
run_tool({ provider: "mcp-com-emergentphysicslab-waveguard", endpoint: "/waveguard_market_data", input: {"action":"token_data","days":90,"count":25} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.