Marketing
coinrebate.vip
Provides real-time crypto exchange trading fees, fee comparisons, referral links, latest news, and trading cost savings calculations.
ENDPOINT 1
https://www.coinrebate.vip/api/mcp
MCP server metadata
- Name
- coinrebate
- Version
- 2.5.0
Known tools 12
get_exchange_feesGet real-time trading fees for all major crypto exchanges (Binance, OKX, Bybit, Bitget, Gate.io, Hyperliquid).
Inferred read-onlycompare_feesCompare trading fees across all exchanges for a specific purpose (spot or futures trading).
Inferred read-onlyget_best_referralGet the best referral/signup link for a specific exchange with maximum fee discount.
Inferred read-onlyget_latest_newsGet the latest crypto news and market insights published on CoinRebate.
Inferred read-onlycalculate_trading_costCalculate the actual trading cost and savings when using CoinRebate referral codes.
Inferred read-onlyget_compliant_exchangesGet exchanges available in a specific country, filtered by the CoinRebate compliance matrix.
Inferred read-onlyrecommend_fee_optionDecide which covered exchange has the lowest effective trading fee for a specific user, instead of returning a table.
Inferred read-onlylist_tradfi_perpsLists Binance USDⓈ-M perpetuals on US, HK, KR, and CN stocks plus commodities from the official exchangeInfo endpoint.
Inferred read-onlyget_perp_statsGets daily, weekly, 30-day, and historical weekly-rank statistics for a Binance TradFi perpetual from official Binance klines.
Inferred read-onlycheck_referral_linkChecks whether a URL carries CoinRebate's own current referral code (allowlisted exchange hosts only).
Inferred read-onlysearch_guidesSearches CoinRebate's published guides by keyword (any language) and returns matching articles with title, one-line description and URL.
Inferred read-onlyinspect_exchange_linkInspects an exchange sign-up or referral link and reports evidence on five separate points: whether the domain is a verified official domain of a listed exchange, whether it is reachable, whose referral code it carries, how CoinRebate's records list the exchange for a given country, and what rebate (if any) is configured.
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.coinrebate]
url = "https://www.coinrebate.vip/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coinrebate": {
"type": "http",
"url": "https://www.coinrebate.vip/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coinrebate
Remote MCP URL: https://www.coinrebate.vip/api/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": {
"coinrebate": {
"url": "https://www.coinrebate.vip/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coinrebate": {
"type": "http",
"url": "https://www.coinrebate.vip/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coinrebate",
"transport": "streamable-http",
"url": "https://www.coinrebate.vip/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.