← Registry

Marketing

coinrebate.vip

Provides real-time crypto exchange trading fees, fee comparisons, referral links, latest news, and trading cost savings calculations.

1 endpoint12 known tools

ENDPOINT 1

https://www.coinrebate.vip/api/mcp

No auth detected

MCP server metadata

Name
coinrebate
Version
2.5.0
Capabilities
tools.listChangedresources.listChanged

Known tools 12

get_exchange_fees

Get real-time trading fees for all major crypto exchanges (Binance, OKX, Bybit, Bitget, Gate.io, Hyperliquid).

Inferred read-only
compare_fees

Compare trading fees across all exchanges for a specific purpose (spot or futures trading).

Inferred read-only
get_best_referral

Get the best referral/signup link for a specific exchange with maximum fee discount.

Inferred read-only
get_latest_news

Get the latest crypto news and market insights published on CoinRebate.

Inferred read-only
calculate_trading_cost

Calculate the actual trading cost and savings when using CoinRebate referral codes.

Inferred read-only
get_compliant_exchanges

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

Inferred read-only
recommend_fee_option

Decide which covered exchange has the lowest effective trading fee for a specific user, instead of returning a table.

Inferred read-only
list_tradfi_perps

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

Inferred read-only
get_perp_stats

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

Inferred read-only
check_referral_link

Checks whether a URL carries CoinRebate's own current referral code (allowlisted exchange hosts only).

Inferred read-only
search_guides

Searches CoinRebate's published guides by keyword (any language) and returns matching articles with title, one-line description and URL.

Inferred read-only
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 referral code it carries, how CoinRebate's records list the exchange for a given country, and what rebate (if any) is configured.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.