Coinfuty
C
Coinfuty
/get_coins_markets

Coin Futures Market Screener

List coins with live futures market data: price, 1h/24h/7d price change, open interest (with 24h change), current funding rate (OI-weighted, % per interval), 24

liveverifiedunknown~5s typical
mcpprobedcoinfuty
$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-coinfuty-coinfuty /get_coins_markets for me.

Input

FieldTypeDescription
sortstring (oi | price | volume_24h | market_cap | funding_rate | liq_24h)Sort field, default `oi` (open interest)
orderstring (asc | desc)Default desc
limitintegerRows to return, default 20, max 100
symbolsarrayRestrict to these tickers, e.g. ["BTC","ETH"]

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-coinfuty-coinfuty","endpoint":"/get_coins_markets","input":{}}'
cli
npx cracked-ai run -p mcp-com-coinfuty-coinfuty -e /get_coins_markets -i '{}'
mcp
run_tool({ provider: "mcp-com-coinfuty-coinfuty", endpoint: "/get_coins_markets", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.