INDIVIDUAL MCP TOOL
list_earn_products
The canonical earn product graph: products (provider × asset × category) with their term variants — lockups, tiers, minimum deposits, payout schedules, withdrawal notice, TVL, promo flags — each carrying collection method, confidence (0-100 with bands), verification timestamps, and geo eligibility resolved from variant overrides or provider defaults.
LIVE ENDPOINT
https://api.bitcompare.net/mcp
Connect to this endpoint to inspect the live schema for list_earn_products and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.bitcompare]
url = "https://api.bitcompare.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bitcompare": {
"type": "http",
"url": "https://api.bitcompare.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bitcompare
Remote MCP URL: https://api.bitcompare.net/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": {
"bitcompare": {
"url": "https://api.bitcompare.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bitcompare": {
"type": "http",
"url": "https://api.bitcompare.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bitcompare",
"transport": "streamable-http",
"url": "https://api.bitcompare.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_rates— List current rates across providers, optionally filtered by symbol, category, or provider.get_rate_by_symbol— Fetch all provider rates for a specific coin symbol.get_rate_history— Historical rate timeseries for a symbol.list_providers— All rate providers, optionally filtered by product category.get_coin— Full metadata for a coin: description, links, categories, market data, developer stats.list_coins— Paginated list of coins with optional name/symbol search.top_coins— Top N coins ordered by market capitalisation.similar_coins— Coins related to the given coin by category/sector similarity.