Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.halffee/coinrebate

com.halffee/coinrebate

Compliance-filtered crypto exchange fee comparison and rebate-link routing for AI agents.

Uptime
100.0%
1 direct probes · 30d
Response
1832ms
last probe
Tools
12
callable
Resources
1
readable
Prompts
0
available

Tools · 12

get_exchange_fees

Get real-time trading fees for all major crypto exchanges (Binance, OKX, Bybit, Bitget, Gate.io, Hyperliquid). Returns spot and futures maker/taker fees, plus fees after CoinRebate discount.

compare_fees

Compare trading fees across all exchanges for a specific purpose (spot or futures trading). Returns exchanges ranked by lowest fee after CoinRebate rebate discount. Pass country code for compliance-fi…

get_best_referral

Get the best referral/signup link for a specific exchange with maximum fee discount. Returns referral code, discount percentage, and direct signup URL. Pass country to verify compliance.

get_latest_news

Get the latest crypto news and market insights published on CoinRebate. Returns recent article titles and links.

calculate_trading_cost

Calculate the actual trading cost and savings when using CoinRebate referral codes. Shows how much you save compared to standard fees for a given trade volume.

get_compliant_exchanges

Get exchanges available in a specific country, filtered by the CoinRebate compliance matrix. Essential for regulatory compliance.

recommend_fee_option

Decide which covered exchange has the lowest effective trading fee for a specific user, instead of returning a table. Requires the user country. Returns one verdict plus its net fee, the quantified an…

list_tradfi_perps

Lists Binance USDⓈ-M perpetuals on US, HK, KR, and CN stocks plus commodities from the official exchangeInfo endpoint.

get_perp_stats

Gets daily, weekly, 30-day, and historical weekly-rank statistics for a Binance TradFi perpetual from official Binance klines.

check_referral_link

Checks whether a URL carries CoinRebate's own current referral code (allowlisted exchange hosts only). This is a self-check for CoinRebate links: a link carrying someone else's code is reported as sta…

search_guides

Searches CoinRebate's published guides by keyword (any language) and returns matching articles with title, one-line description and URL. Read-only; results are informational articles, not referral lin…

inspect_exchange_link

Inspects 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 referr…

Resources · 1

about coinrebate://about

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.halffee/coinrebate": {
      "url": "https://www.coinrebate.vip/api/mcp",
      "transport": "streamable-http"
    }
  }
}