PluginBench
MCP Server

io.github.teamsincetoday/newsletter-commerce-mcp MCP Server

io.github.teamsincetoday/newsletter-commerce-mcp

What is the io.github.teamsincetoday/newsletter-commerce-mcp MCP server?

Extract shoppable products from newsletter content with affiliate signals.

How to install io.github.teamsincetoday/newsletter-commerce-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OPENAI_API_KEY
    required
    secret

    OpenAI API key for GPT-4o-mini product extraction (required)

  • MCP_API_KEYS
    secret

    Comma-separated paid API keys for unlimited calls (optional — omit for free tier: 200 calls/day)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "newsletter-commerce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "newsletter-commerce-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "MCP_API_KEYS": "<YOUR_MCP_API_KEYS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "newsletter-commerce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "newsletter-commerce-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "MCP_API_KEYS": "<YOUR_MCP_API_KEYS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "newsletter-commerce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "newsletter-commerce-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "MCP_API_KEYS": "<YOUR_MCP_API_KEYS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "newsletter-commerce-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "newsletter-commerce-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "MCP_API_KEYS": "<YOUR_MCP_API_KEYS>"
      }
    }
  }
}
Claude Code
claude mcp add newsletter-commerce-mcp --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> --env MCP_API_KEYS=<YOUR_MCP_API_KEYS> -- npx -y newsletter-commerce-mcp

Related MCP servers

Extract product mentions from podcast transcripts with affiliate signals. Free tier 200/day.

View repository →

Extract shoppable ingredients from recipe content with affiliate signals.

View repository →