← Back to Plugins
MCP Server MCP

pseolint

github By github 👁 1 views ▲ 0 votes

Penalty-risk audit for programmatic SEO sites: verdict, risk score, and a fix manifest.

Homepage Verified source GitHub

Install

npx -y @pseolint/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@pseolint/mcp",
      "version": "0.6.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AI provider key used ONLY by the pseolint_orchestrate_audit tool (auto-detects ANTHROPIC_API_KEY / OPENAI_API_KEY / etc.). The other three tools run without it.",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "Optional. Max pages sampled per audit (default 50).",
          "name": "PSEOLINT_MCP_SAMPLE_CAP"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...