← Back to Plugins
MCP Server MCP

io.github.TheNextGenNexus/seo-web-analysis-mcp-server

github By github 👁 1 views ▲ 0 votes

Run Lighthouse audits, check SSL certificates, detect tech stacks, query WHOIS and DNS records

Homepage Verified source GitHub

Install

npx -y @thenextgennexus/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@thenextgennexus/seo-web-analysis-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Apify API token for accessing web scraping actors",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "APIFY_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...