@coinrebate/mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_exchange_feesA | 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_feesA | 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-filtered results. |
| get_best_referralA | 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_newsA | Get the latest crypto news and market insights published on CoinRebate. Returns recent articles with titles, summaries, and links. |
| calculate_trading_costA | 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_exchangesA | Get exchanges available in a specific country, filtered by the CoinRebate compliance matrix. Essential for regulatory compliance. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| about |
TDQS
Scored across 6 tools
Each tool targets a distinct function: fees, comparison, referrals, news, cost calculation, and compliance filtering. There is no meaningful overlap; even compare_fees and get_exchange_fees are differentiated through the specific purpose and ranking output.
All tools follow a clear verb_noun pattern (get_exchange_fees, compare_fees, get_best_referral, get_latest_news, calculate_trading_cost, get_compliant_exchanges). Slight inconsistency: compare_fees and calculate_trading_cost lack the 'get' prefix, but the pattern is otherwise uniform and predictable.
With 6 tools, the server is well-scoped for a fee rebate informational service. Each tool serves a distinct user intent without redundancy, and the count is appropriately small for the domain.
The server covers fee lookup, comparison, referrals, cost calculation, compliance, and news. However, missing features like retrieving specific exchange details, historical fee trends, or referral program terms could be considered useful gaps. Still, the core promotional workflow is complete.