affiliate-router-mcp
About
Route x402 payments, Pyrimid affiliate splits, and referral links. Vendor-neutral, adapter-based.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
WALLET_PRIVATE_KEY PYRIMID_AFFILIATE_IDClaude Code
claude mcp add --env WALLET_PRIVATE_KEY= --env PYRIMID_AFFILIATE_ID= affiliate-router-mcp -- npx affiliate-router-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"affiliate-router-mcp","command":"npx","args":["affiliate-router-mcp"],"env":{"WALLET_PRIVATE_KEY":"","PYRIMID_AFFILIATE_ID":""}}'
JSON
{
"mcpServers": {
"affiliate-router-mcp": {
"command": "npx",
"args": [
"affiliate-router-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "",
"PYRIMID_AFFILIATE_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.