npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@coinrebate/mcp-server

v2.0.1

Published

MCP server giving AI agents instant access to permanent crypto exchange fee discounts (20-40% off). Affiliate revenue share for AI agent developers — your users save fees, you earn lifetime commissions. 6 tools: fee comparison, referral codes, country com

Readme

@coinrebate/mcp-server

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

Give your AI agents instant access to permanent 20-40% trading fee discounts on Binance, OKX, Bybit, Bitget, Gate.io, Hyperliquid, and Aster DEX. Your users save fees forever; you earn lifetime affiliate commissions. Zero infrastructure, zero exchange negotiations.

npm License MCP

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 top-tier affiliate codes that already exist (LULALA, ODXBWMN, etc.). When a user signs 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.

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"])

With Affiliate Attribution

To get credited for affiliate revenue when users register through links your agent shares:

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

Get your partner ID at: https://www.coinrebate.vip/developers

6 Available Tools

| Tool | What it does | |------|--------------| | get_exchange_fees | Real-time spot + futures fees for all 7 exchanges, with rebate-applied discount fees | | compare_fees | Rank exchanges by lowest effective fee for spot/futures (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 (use as content source for your agent) | | calculate_trading_cost | Compute actual savings for a given trade volume (great for "show me the money" UX) | | get_compliant_exchanges | Country-filtered exchange list (essential for regulatory compliance — built-in GeoIP) |

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