Website Performance & Technical SEO MCP Server for AI Assistant avatar
Website Performance & Technical SEO MCP Server for AI Assistant

Pricing

Pay per event

Go to Apify Store
Website Performance & Technical SEO MCP Server for AI Assistant

Website Performance & Technical SEO MCP Server for AI Assistant

MCP Server providing AI assistants with unified access to website performance and technical SEO analysis through a single interface. PageSpeed Insights, Core Web Vitals, Lighthouse audits, robots.txt validation, sitemap analysis, and comprehensive technical SEO checks.

Pricing

Pay per event

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

14 days ago

Last modified

Share

Performance SEO MCP Server - Technical SEO for AI

What is MCP (Model Context Protocol)?

MCP is a protocol that allows AI assistants (like Claude) to interact with external tools and data sources. This MCP server connects to various APIs and services.

How to Use MCP Servers

  1. Install the MCP server in Claude Desktop's config
  2. The server provides tools the AI can use
  3. Ask Claude to use the tools (e.g., "Search for local businesses...")

MCP Server providing AI assistants with unified access to website performance and technical SEO analysis tools. PageSpeed Insights, Core Web Vitals, robots.txt checking, sitemap analysis, Lighthouse scores, and GTmetrix testing. By John Rippy (https://www.linkedin.com/in/johnrippy/ | https://johnrippy.link/).

Features

  • Model Context Protocol (MCP) compatible
  • Works with Claude and other AI assistants
  • Structured data output
  • Multiple data sources

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeRequiredDescription
See input schema

Output Format

{
"data": [...]
}

Pricing

This actor uses pay-per-event billing: This actor uses pay-per-event pricing:

EventDescriptionPrice
actor-startBase cost per run$0.10
pagespeed_analyzedPer PageSpeed analysis$0.05
lighthouse_auditPer Lighthouse audit$0.10
gtmetrix_testPer GTmetrix test$0.15
technical_seo_auditPer technical audit$0.10
sitemap_analyzedPer sitemap analysis$0.03

Example costs:

  • PageSpeed Insights: $0.10 + $0.05 = $0.15
  • Full Performance Audit: $0.10 + $0.40 = $0.50
  • Technical SEO Check: $0.10 + $0.10 = $0.20

Use Cases

  • Performance Optimization - Identify speed issues and opportunities
  • Technical SEO Audits - Check indexability and crawlability
  • Core Web Vitals Monitoring - Track Google ranking factors
  • Mobile Optimization - Ensure mobile-first compliance
  • Security Hardening - Identify security vulnerabilities

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal