affiliate-router-mcp
Rank #23,943io.github.forgemeshlabs/affiliate-router-mcp
Route x402 payments, Pyrimid affiliate splits, and referral links. Vendor-neutral, adapter-based.
affiliate-router-mcp is a Model Context Protocol (MCP) server published by forgemeshlabs. It ranks #23,943 of 115,591 servers tracked on MCP Toplist. affiliate-router-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 14, 2026 and most recently updated on May 17, 2026.
Ranks ahead of 91,648 of 115,591 servers on MCP Toplist.
Use affiliate-router-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add affiliate-router-mcp -e "WALLET_PRIVATE_KEY=<your WALLET_PRIVATE_KEY>" -e "PYRIMID_AFFILIATE_ID=<your PYRIMID_AFFILIATE_ID>" -- npx -y affiliate-router-mcpReplace each placeholder with your own value before saving.
[mcp_servers.affiliate-router-mcp]
command = "npx"
args = ["-y", "affiliate-router-mcp"]
[mcp_servers.affiliate-router-mcp.env]
WALLET_PRIVATE_KEY = "<your WALLET_PRIVATE_KEY>"
PYRIMID_AFFILIATE_ID = "<your PYRIMID_AFFILIATE_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"affiliate-router-mcp": {
"command": "npx",
"args": [
"-y",
"affiliate-router-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>",
"PYRIMID_AFFILIATE_ID": "<your PYRIMID_AFFILIATE_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"affiliate-router-mcp": {
"command": "npx",
"args": [
"-y",
"affiliate-router-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>",
"PYRIMID_AFFILIATE_ID": "<your PYRIMID_AFFILIATE_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"affiliate-router-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"affiliate-router-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>",
"PYRIMID_AFFILIATE_ID": "<your PYRIMID_AFFILIATE_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"affiliate-router-mcp": {
"command": "npx",
"args": [
"-y",
"affiliate-router-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>",
"PYRIMID_AFFILIATE_ID": "<your PYRIMID_AFFILIATE_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"affiliate-router-mcp": {
"command": "npx",
"args": [
"-y",
"affiliate-router-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>",
"PYRIMID_AFFILIATE_ID": "<your PYRIMID_AFFILIATE_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.forgemeshlabs%2Faffiliate-router-mcp)<a href="https://mcptoplist.com/server/io.github.forgemeshlabs%2Faffiliate-router-mcp"><img src="https://mcptoplist.com/badge/io.github.forgemeshlabs%2Faffiliate-router-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
forgemeshlabs
Other servers by forgemeshlabs
- aso-audit-mcp#10,518 · 3 vers
- Agent Readiness MCP#14,063 · 3 vers
- ASO Score MCP#14,064 · 3 vers
- coinopai-mcp#17,514 · 2 vers
- forgemesh-imagegen#17,515 · 2 vers
- Anomaly Tracker MCP#17,992 · 2 vers
- Travel Assistant MCP#18,290 · 2 vers
- gov-transparency-mcp#19,525 · 2 vers
- Disruption Intelligence MCP#20,664 · 1 ver
- kronos-forgemesh-mcp#20,791 · 1 ver
- library-mcp#24,222 · 1 ver
- Travel Agent MCP#24,583 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.5 | May 17, 2026 |
Frequently asked questions
- Who maintains affiliate-router-mcp?
- affiliate-router-mcp is maintained by forgemeshlabs, which publishes 22 MCP servers (33 total versions) tracked on MCP Toplist.
- Is affiliate-router-mcp listed on the Official MCP Registry?
- Yes — affiliate-router-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does affiliate-router-mcp have?
- MCP Toplist tracks 1 version of affiliate-router-mcp, most recently published on May 17, 2026.
- Where can I find the source code for affiliate-router-mcp?
- The source code for affiliate-router-mcp is hosted at github.com/forgemeshlabs/affiliate-router-mcp.