← Back to Plugins
MCP Server MCP

Seerxo

github By github 👁 1 views ▲ 0 votes

Generate SEO-optimized Etsy listings — title, description, and 13 tags — from your AI assistant.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.seerxo.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "seerxo",
      "version": "1.13.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Seerxo account email; omit when credentials were saved with 'seerxo login'.",
          "name": "SEERXO_EMAIL"
        },
        {
          "description": "Optional API key from seerxo.com — omit to use the free tier set up via 'seerxo configure'.",
          "isSecret": true,
          "name": "SEERXO_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...