Skip to content
Cursor

affiliate router mcp for Cursor

io.github.forgemeshlabs/affiliate-router-mcp

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

client:Cursor transport:stdio runtime:npm

Install affiliate router mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "affiliate-router-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "affiliate-router-mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
        "PYRIMID_AFFILIATE_ID": "<PYRIMID_AFFILIATE_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

affiliate router mcp in other clients