Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"openaffiliate": {
"url": "https://openaffiliate.dev/api/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The open registry of affiliate programs. Built for developers and AI agents.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'openaffiliate' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked openaffiliate against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools.
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
mcdev MCP: wiki search, .mcdevrc help, journey checklists, metadata types via mcdev.
MCP Security Weekly
Get CVE alerts and security updates for io.github.sonpiaz/openaffiliate-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The open registry of affiliate programs. Built for developers and AI agents.

OpenAffiliate is a community-driven, open-source registry of affiliate programs. Every program is stored as a YAML file in this repo, making it easy to contribute, review, and integrate.
[](https://openaffiliate.dev/programs/stripe)npx openaffiliate with --json output for scripting and agent consumption.Visit openaffiliate.dev to browse and search programs.
# Search programs
npx openaffiliate search "email"
# Filter by category and commission
npx openaffiliate search --category Database --min-commission 10 --type recurring
# Get program details
npx openaffiliate info stripe
# Add a program to your project
npx openaffiliate add supabase
HTTP endpoint (Claude.ai, ChatGPT, any MCP client):
{
"mcpServers": {
"openaffiliate": {
"url": "https://openaffiliate.dev/api/mcp"
}
}
}
Stdio transport (Claude Code, Cursor, local tools):
{
"mcpServers": {
"openaffiliate": {
"command": "npx",
"args": ["openaffiliate-mcp"]
}
}
}
Available tools: search_programs, get_program, list_categories
import { createMCPClient } from "@ai-sdk/mcp";
import { generateText } from "ai";
import { anthropic } from "@ai-sdk/an
... [View full README on GitHub](https://github.com/Affitor/open-affiliate#readme)