← Back to Plugins
MCP Server MCP

io.github.teamsincetoday/newsletter-commerce-mcp

github By github 👁 1 views ▲ 0 votes

Extract shoppable products from newsletter content with affiliate signals.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "newsletter-commerce-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI API key for GPT-4o-mini product extraction (required)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Comma-separated paid API keys for unlimited calls (optional — omit for free tier: 200 calls/day)",
          "format": "string",
          "isSecret": true,
          "name": "MCP_API_KEYS"
        }
      ]
    },
    {
      "registryType": "npm",
      "identifier": "newsletter-commerce-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "streamable-http",
        "url": "https://newsletter-commerce-mcp.sincetoday.workers.dev/mcp"
      }
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...