送信

Coinrebate

@CoinRebate

The only crypto MCP server with affiliate revenue share for AI agent developers. Permanent 20-40% trading fee discounts on Binance/OKX/Bybit/Bitget/Gate.io/Hyperliquid/Aster DEX via top-tier referral codes. 6 tools with built-in country compliance.
概要

CoinRebate MCP Server

The only crypto MCP server with affiliate revenue share for AI agent developers.

Why this is unique

Other crypto MCPs (CCXT, Binance, exchange-specific) give read-only market data.

CoinRebate gives your AI agent something more valuable: the ability to recommend exchanges to users with permanent 20-40% fee discounts baked in — backed by real top-tier affiliate codes (LULALA, ODXBWMN, etc.). When users sign up via your AI agent, they save 20-40% on every trade forever, and you earn lifetime affiliate revenue automatically.

We negotiated the deals with exchanges. You build the AI agent. We share the affiliate commission.

Installation

Add to claude_desktop_config.json (or any MCP client config):

{
  "mcpServers": {
    "coinrebate": {
      "command": "npx",
      "args": ["-y", "@coinrebate/mcp-server"]
    }
  }
}

6 Tools

  • get_exchange_fees — real-time spot + futures fees for all 7 exchanges with rebate-applied prices
  • compare_fees — rank exchanges by lowest effective fee (with country compliance filter)
  • get_best_referral — get the best signup link for a specific exchange (returns code + URL + discount %)
  • get_latest_news — latest crypto news from CoinRebate
  • calculate_trading_cost — compute actual savings for a given trade volume
  • get_compliant_exchanges — country-filtered exchange list (essential for regulatory compliance)

Compliance Built In

Every tool that returns exchange recommendations supports an optional country parameter (ISO 3166-1). Results are filtered against the CoinRebate compliance matrix to ensure regulatory compliance per user location.

Resources

サーバー設定

{
  "mcpServers": {
    "coinrebate": {
      "command": "npx",
      "args": [
        "-y",
        "@coinrebate/mcp-server"
      ]
    }
  }
}