← bitcompare.net
INDIVIDUAL MCP TOOL
resolve_symbol
Map an exchange-specific or ambiguous symbol to bitcompare's canonical coin id.
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 endpoint
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.