@coinrebate/mcp-server
Provides real-time spot and futures fee data for Binance, applies permanent trading fee discounts via referral links, and offers fee comparison, compliance filtering by country, and trading cost estimation.
Delivers up-to-date spot and futures fee information for OKX, includes referral-based fee discounts, country-specific compliance filtering, and tools to compare fees and calculate potential savings.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@coinrebate/mcp-serverWhich exchange gives the lowest spot trading fees for a user in the US?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@coinrebate/mcp-server
The only crypto MCP server built on real exchange referral relationships — not just market data.
Give your AI agents instant access to permanent trading fee discounts (up to 50% off, varies by exchange) on Binance, OKX, Bybit, Bitget, Gate.io, Hyperliquid, and Aster DEX. Your users keep the discount on every trade, forever. Zero infrastructure, zero exchange negotiations.
Why this exists
Other crypto MCP servers (CCXT, Binance, exchange-specific) give you read-only market data.
CoinRebate gives your AI agent something more valuable: the ability to recommend exchanges to users with permanent fee discounts baked in — backed by real affiliate agreements with each exchange (the tools return the current code at runtime, so nothing goes stale). When a user signs up via your AI agent, they get a permanent fee discount on every trade.
We negotiated the referral deals with exchanges. You build the AI agent. Your users keep the savings.
Related MCP server: x402 crypto market structure
Quick Start
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"coinrebate": {
"command": "npx",
"args": ["-y", "@coinrebate/mcp-server"]
}
}
}Cursor / Cline / any MCP client
Same npx -y @coinrebate/mcp-server invocation.
LangChain / CrewAI / AutoGen
from langchain_mcp_adapters import MCPClient
client = MCPClient(command="npx", args=["-y", "@coinrebate/mcp-server"])Command Line
Install once, then call only the tool you need. Human-readable output is the default; add
--json for scripts and agents.
npm i -g @coinrebate/mcp-server
coinrebate fees binance
coinrebate compare --purpose spot --country CN
coinrebate referral binance --country CN
coinrebate cost binance --volume 100000 --type spot
coinrebate compliant --country US --purpose spotRun coinrebate <command> --help for command-specific usage. The existing
npx -y @coinrebate/mcp-server command still starts the stdio MCP server.
6 Available Tools
Tool | What it does |
| Real-time spot + futures fees for all 7 exchanges, with rebate-applied discount fees |
| Rank exchanges by lowest effective fee for spot/futures (with country compliance filter) |
| Get the best signup link for a specific exchange (returns code + URL + discount %) |
| Latest crypto news from CoinRebate (use as content source for your agent) |
| Compute actual savings for a given trade volume (great for "show me the money" UX) |
| Country-filtered exchange list (essential for regulatory compliance — built-in GeoIP) |
Also available on the hosted endpoint:
recommend_fee_option— instead of a table it returns a single verdict ("the lowest effective fee for a user in is X"), together with the assumptions behind it and what is deliberately not modelled, and abstains when the upstream data is unreliable or the top venues are genuinely tied. It is currently exposed only through the remote MCP endpointhttps://coinrebate.vip/api/mcp, which needs no install. It will land in this npm package in a later release.
Compliance — Built In
Every tool that returns exchange recommendations supports an optional country parameter (ISO 3166-1 alpha-2). When provided, results are filtered against the CoinRebate compliance matrix.
Example: A user from China asking your agent "where should I trade?" — pass country: "CN" to ensure the agent doesn't recommend exchanges that block Chinese users. We programmatically enforce this on /api/track redirects too (returns 451 for blocked combinations).
Real Data Only
This MCP server fetches live data from https://www.coinrebate.vip REST API (OpenAPI v4.1). All fee/rebate/compliance data is dynamically generated from data/exchanges/*.json and verified against exchange official rates via CCXT. No hardcoded marketing inflation. This is a 2026-launched platform in growth phase, and we're upfront about that.
Resources
🌐 Website: https://www.coinrebate.vip
🤖 AI Agent Portal: https://www.coinrebate.vip/for-agents
📋 OpenAPI v4.1 spec: https://www.coinrebate.vip/openapi.json
📖 llms.txt: https://www.coinrebate.vip/llms.txt
💬 Telegram Channel: https://t.me/coinrebatevip
🐛 Issues: https://github.com/skheman2026-sketch/coinrebate-mcp-server/issues
What we are NOT
❌ A custody / wallet service (we don't touch funds)
❌ An investment advisor (NFA — Not Financial Advice)
❌ A YouTube influencer / promo network — we are infrastructure
❌ Available in 100% of countries (compliance per exchange)
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the o2 Exchange on the Fuel Network to perform on-chain trading, manage accounts, and access real-time market data. It provides tools for executing various order types and calculating over 16 technical indicators for comprehensive market analysis.
- AlicenseBqualityDmaintenanceCross-exchange crypto orderflow for AI agents. 20 exchanges, 26 tokens, 9 tools — CVD, whale activity, funding/OI, 7-year OHLCV, on-chain address risk (EVM + Solana). Pay-per-call USDC via x402, no API key.9391MIT
- AlicenseAqualityCmaintenanceProvides live cryptocurrency market data from over 100 exchanges, enabling AI agents to fetch prices, order books, funding rates, and more for trading analysis and arbitrage opportunities.131MIT
Related MCP Connectors
Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.
AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs.
52 paid x402 API endpoints for AI agents — crypto, data, DeFi, market intelligence.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skheman2026-sketch/coinrebate-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server