CryptoBoss — Crypto Price & Market Data API
by Unnamed seller · $0.01 / call
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).
Reported by this server's own tools/list, refreshed automatically.
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.
Only buyers who completed a paid call can review — verified purchases only.