mcpbeat Sign in

Affiliate Router MCP Server

local only

Affiliate Router MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from npm. Last commit 8 Sep 2026.

Route x402 payments, Pyrimid affiliate splits, and referral links. Vendor-neutral, adapter-based.

Installs per day peak 22 · avg 8 · -33% w/w
a month agotoday
77
Installs / week
npm · affiliate-router-mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Affiliate Router MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add affiliate-router-mcp -- npx -y affiliate-router-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "affiliate-router-mcp": {
      "args": [
        "-y",
        "affiliate-router-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.affiliate-router-mcp]
command = "npx"
args = ["-y", "affiliate-router-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "affiliate-router-mcp": {
      "args": [
        "-y",
        "affiliate-router-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "affiliate-router-mcp": {
      "args": [
        "-y",
        "affiliate-router-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WALLET_PRIVATE_KEY (Dedicated low-balance Base wallet private key for x402 USDC micropayments. Do not use your primary wallet.), PYRIMID_AFFILIATE_ID (Your Pyrimid affiliate wallet address for on-chain commission splits (optional).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Affiliate Router MCP

same job, measured the same way
Pyrimid Protocol
by pyrimid

Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.

7 tools answering
Nexflow Smf
by moejeaux

Smart Meta-Facilitator for x402 payments on Base: route, verify, and settle payments.

27 installs/wk local only
SafeRoute
by crystalsignal

Noncustodial Base x402 payment control and seller settlement recovery

13 tools answering
Spawnpay
by robocular

Crypto wallets, payments, and referral earnings for AI agents on Base L2

73 installs/wk local only
ClawPay MCP — Non-Custodial x402 Payments for AI Agents
by up2itnow0822

Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.

53 installs/wk local only
I
URL Normalizer
by ryuamarines

Normalizes and deduplicates a list of URLs. x402 payment required (testnet USDC, Base Sepolia).

1 tools answering
Xendit MCP
by mrslbt

Xendit payment APIs for AI agents. Payment links, payouts, balances, and transactions.

49 installs/wk local only
Griffnode
by griffnode

Non-custodial crypto payments for AI assistants: balances, payments, and create payment links.

answering

Affiliate Router MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Affiliate Router MCP?
Affiliate Router MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package affiliate-router-mcp was installed 77 times last week.
How do I connect Affiliate Router MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls affiliate-router-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Affiliate Router MCP?
The npm package affiliate-router-mcp was installed 77 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Affiliate Router MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.