Coinrebate MCP Server
Rank #41,027com.halffee/coinrebate
Compliance-filtered crypto exchange fee comparison and rebate-link routing for AI agents.
Coinrebate MCP Server is a Model Context Protocol (MCP) server published by skheman2026-sketch. It ranks #41,027 of 115,460 servers tracked on MCP Toplist. Coinrebate MCP Server is listed on Official MCP, with 5 tracked versions. It was first listed on Aug 13, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 74,433 of 115,460 servers on MCP Toplist.
Use Coinrebate MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add coinrebate -- npx -y @coinrebate/mcp-server[mcp_servers.coinrebate]
command = "npx"
args = ["-y", "@coinrebate/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"coinrebate": {
"command": "npx",
"args": [
"-y",
"@coinrebate/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"coinrebate": {
"command": "npx",
"args": [
"-y",
"@coinrebate/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"coinrebate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@coinrebate/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"coinrebate": {
"command": "npx",
"args": [
"-y",
"@coinrebate/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"coinrebate": {
"command": "npx",
"args": [
"-y",
"@coinrebate/mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.halffee%2Fcoinrebate)<a href="https://mcptoplist.com/server/com.halffee%2Fcoinrebate"><img src="https://mcptoplist.com/badge/com.halffee%2Fcoinrebate.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
skheman2026-sketch
Available versions (5)
| Version | Published |
|---|---|
| 2.3.0 | Aug 24, 2026 |
| 2.2.1 | Aug 22, 2026 |
| 2.2.0 | Aug 20, 2026 |
| 2.1.0 | Aug 14, 2026 |
| 2.0.2 | Aug 13, 2026 |
Frequently asked questions
- Who maintains Coinrebate MCP Server?
- Coinrebate MCP Server is maintained by skheman2026-sketch, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Coinrebate MCP Server listed on the Official MCP Registry?
- Yes — Coinrebate MCP Server is listed on the Official MCP Registry.
- How many versions does Coinrebate MCP Server have?
- MCP Toplist tracks 5 versions of Coinrebate MCP Server, most recently published on Aug 24, 2026.
- Where can I find the source code for Coinrebate MCP Server?
- The source code for Coinrebate MCP Server is hosted at github.com/skheman2026-sketch/coinrebate-mcp-server.