Data Collection
cryptoboss.space
Provides cryptocurrency market data including real-time prices, trending coins, and top coins by market cap.
ENDPOINT 1
https://cryptoboss.space/mcp
MCP server metadata
- Name
- CryptoData API
- Version
- 3.0.0
Known tools 48
get_globalGlobal market stats: total cap, volume, BTC dominance (api_key required).
Inferred read-onlyget_coinDetailed coin info: price, ATH, supply, categories, social (api_key required).
Inferred read-onlyanalyze_contractDeep contract audit: liquidity, holder risk, bundled supply, honeypot, price manipulation.
Inferred read-onlycheck_approvalsCheck token approval risks: infinite approval detection, spending limits, dangerous functions.
Inferred read-onlyget_portfolio_healthPortfolio diversification: concentration, correlation, sector exposure.
Inferred read-onlycompare_coinsSide-by-side comparison of multiple coins: price, market cap, volume, 24h change, ATH.
Inferred read-onlyget_jupiter_quoteGet Jupiter swap quote: best route, price impact, fees for any Solana token pair.
Inferred read-onlyget_pump_fun_newLatest tokens created on Pump.fun — name, symbol, market cap, age, volume.
Inferred read-onlyanalyze_solana_tokenDeep Solana token analysis: mint authority, freeze authority, supply, decimals, metadata.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cryptodata-api]
url = "https://cryptoboss.space/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cryptodata-api": {
"type": "http",
"url": "https://cryptoboss.space/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cryptodata-api
Remote MCP URL: https://cryptoboss.space/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cryptodata-api": {
"url": "https://cryptoboss.space/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cryptodata-api": {
"type": "http",
"url": "https://cryptoboss.space/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cryptodata-api",
"transport": "streamable-http",
"url": "https://cryptoboss.space/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cryptoboss.space was fetched 2026-08-24T07:53:15.765Z.
cryptoboss.space is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.