
Affiliate Router Mcp
Wire x402 USDC micropayments, Pyrimid on-chain affiliate splits, and vendor-neutral referral routing into agent-driven monetization flows.
Overview
Affiliate Router MCP is an MCP server for the Grow phase that routes x402 USDC payments, Pyrimid affiliate splits, and referral links through vendor-neutral adapters.
What is this MCP server?
- Vendor-neutral adapter layer for x402 payments and referral links
- Pyrimid affiliate wallet splits via optional PYRIMID_AFFILIATE_ID
- stdio npm package affiliate-router-mcp at version 0.1.5
- Base-chain USDC micropayments using a dedicated low-balance wallet
- Environment-driven config: WALLET_PRIVATE_KEY required secret
- Package version 0.1.5
- Transport: stdio via npm identifier affiliate-router-mcp
- Required env: WALLET_PRIVATE_KEY (secret)
What problem does it solve?
Agent monetization breaks when every paid API needs a custom payment handler and affiliate commissions are not split consistently on-chain.
Who is it for?
Indie builders running agent storefronts, x402-paid MCP tools, or multi-vendor referral stacks on Base USDC.
Skip if: Products that only need static affiliate HTML links with no agent payments or no willingness to operate a dedicated signing wallet.
What do I get? / Deliverables
Your agent can route micropayments and referral attribution through one MCP layer so partner revenue and x402 spend stay auditable and swappable across vendors.
- Agent-callable payment and referral routing through MCP tools
- Optional Pyrimid on-chain affiliate split configuration
- Swappable vendor adapters without rewriting agent prompts
Recommended MCP Servers
Journey fit
Affiliate and micropayment routing compounds after you ship—when you optimize how agents pay for APIs and attribute partner revenue. Lifecycle covers attribution, referrals, and recurring revenue mechanics that affiliate splits and payment adapters support.
How it compares
Payment and affiliate-routing MCP integration, not a full billing dashboard or storefront marketplace.
Common Questions / FAQ
Who is Affiliate Router MCP for?
Solo builders who monetize AI agents with x402 micropayments and want Pyrimid-style affiliate splits without hard-coding each vendor.
When should I use Affiliate Router MCP?
Use it in Grow when you are wiring paid tool calls, referral attribution, and on-chain commission routing into production agent workflows.
How do I add Affiliate Router MCP to my agent?
Install the npm package affiliate-router-mcp, add it as a stdio MCP server in your client, and set WALLET_PRIVATE_KEY plus optional PYRIMID_AFFILIATE_ID.