🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@thenextgennexus/seo-web-analysis-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thenextgennexus/seo-web-analysis-mcp-server

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

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

SEO & Web Analysis MCP Server

Run Lighthouse audits, check SSL certificates, detect tech stacks, query WHOIS and DNS records — powered by nexgendata on Apify.

Quick Start

npx @nexgendata/seo-web-analysis-mcp-server

Install globally

npm install -g @nexgendata/seo-web-analysis-mcp-server

Configure with Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
      "mcpServers": {
            "seo-web-analysis-mcp-server": {
                  "command": "npx",
                  "args": [
                        "-y",
                        "@nexgendata/seo-web-analysis-mcp-server"
                  ],
                  "env": {
                        "APIFY_TOKEN": "your-apify-token-optional"
                  }
            }
      }
}

Configure with Cline

Add the same configuration to your Cline MCP settings.

Available Tools

ToolDescription
run_lighthouse_auditRun a Google Lighthouse performance audit on a URL
get_pagespeed_insightsGet Google PageSpeed Insights for a URL
check_ssl_certificateCheck SSL certificate details for a domain
identify_tech_stackIdentify the technology stack of a website
query_whoisQuery WHOIS records for a domain
query_dns_recordsQuery DNS records for a domain

Environment Variables

VariableRequiredDescription
APIFY_TOKENNoYour Apify API token for authenticated access. Without it, the server uses the public endpoint (rate-limited).

How It Works

This MCP server acts as a local stdio bridge to the nexgendata Apify MCP endpoint. When you call a tool, it forwards the request to Apify and returns the results.

License

MIT

Keywords

mcp

FAQs

Package last updated on 21 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts