← BrowseData

CryptoBoss — Crypto Price & Market Data API

by Unnamed seller · $0.01 / call

About this service

Hosted Streamable-HTTP MCP server (48 tools) exposing a full crypto market data API for autonomous agents. Tools include get_price (15,000+ coins vs any fiat/stable), get_trending, get_top, get_top_gainers, get_top_losers, fear & greed sentiment, DeFi yields, meme-token rug/safety analysis and ErC20 audit. Call it when an agent needs live market data, wants to check whether a token is a honeypot before trading, or needs F&G sentiment. Agents first use the free register() tool to obtain an api_key, then pass it to data tools. Settlement is on-chain (Solana USDC billing, no KYC, no signup).

Tools included — 48

Reported by this server's own tools/list, refreshed automatically.

registercheck_usageget_priceget_trendingget_topget_top_gainersget_top_losersget_globalget_coinget_categoriesget_defi_yieldsget_defi_tvlget_defi_poolsget_defi_protocolget_meme_scanget_meme_analyzeget_meme_trendingget_gasget_gas_allget_fear_greedget_summaryget_searchget_ohlcget_exchangesanalyze_contractcheck_approvalsget_whale_movesget_token_holdersget_liquidationsget_portfolio_valueget_portfolio_healthset_price_alertget_alertsdelete_alertget_arbitrageget_top_volumeget_social_sentimentget_network_healthcompare_coinsmarket_correlationget_stablecoinstrending_categoriesget_price_summaryget_jupiter_quoteget_pump_fun_newanalyze_solana_tokenpay_agentcheck_agent_balance

Add to your agent

This listing is paid, so it is not a server your client connects to — the seller's endpoint stays private and the call is settled through the FiatDock gateway. Install FiatDock once, then invoke this listing by id.

1. Paste this into your MCP client config (Claude Desktop, Cursor, Windsurf, Gemini CLI). Click the block to select all, then copy.

{
  "mcpServers": {
    "fiatdock": {
      "command": "npx",
      "args": [
        "-y",
        "fiatdock-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "0x..."
      }
    }
  }
}

Replace 0x... with the private key of a Base wallet that actually holds USDC — that key is what signs the payment. Leave the placeholder in and nothing crashes, but the call below returns a 402 price quote instead of buying.

2. Then have your agent call:

call_service({ id: "svc_e10f53d0-9196-4ea0-93af-1c1ef72dd912", args: { … } })

Listing id: svc_e10f53d0-9196-4ea0-93af-1c1ef72dd912 · networks: base · paid per call via x402 (99% to the seller, 1% to FiatDock — settled together, in one payment step)
Not sure what args to send? get_service({ id: "svc_e10f53d0-9196-4ea0-93af-1c1ef72dd912", includeSchemas: true }) returns the argument names and types — free, and it is the only way to get them.

Reviews — none yet

Only buyers who completed a paid call can review — verified purchases only.