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

Pricing

Pay per usage

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 usage

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Performance SEO MCP Server v1.0

Website Performance & Technical SEO for AI Assistants by John Rippy | johnrippy.link

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.

Supported Analysis Tools

ToolData Available
PageSpeed InsightsPerformance score, opportunities, diagnostics
Core Web VitalsLCP, FID, CLS, INP metrics
LighthousePerformance, accessibility, SEO, best practices
Robots.txtCrawl directives, sitemap references
SitemapURL count, structure, last modified dates
GTmetrixPage speed, YSlow scores, waterfall
Security HeadersHTTPS, HSTS, CSP, X-Frame-Options

MCP Tools Available

1. get_pagespeed_insights

Get Google PageSpeed Insights scores and recommendations.

{
"tool": "get_pagespeed_insights",
"toolInput": {
"url": "https://example.com",
"strategy": "mobile"
}
}

2. get_core_web_vitals

Get Core Web Vitals metrics (LCP, FID, CLS, INP).

{
"tool": "get_core_web_vitals",
"toolInput": {
"url": "https://example.com",
"device": "mobile"
}
}

3. run_lighthouse_audit

Run a full Lighthouse audit.

{
"tool": "run_lighthouse_audit",
"toolInput": {
"url": "https://example.com",
"categories": ["performance", "accessibility", "seo", "best-practices"]
}
}

4. check_robots_txt

Analyze robots.txt file for issues.

{
"tool": "check_robots_txt",
"toolInput": {
"url": "https://example.com"
}
}

5. analyze_sitemap

Analyze XML sitemap structure and health.

{
"tool": "analyze_sitemap",
"toolInput": {
"url": "https://example.com/sitemap.xml"
}
}

6. run_gtmetrix_test

Run GTmetrix performance test.

{
"tool": "run_gtmetrix_test",
"toolInput": {
"url": "https://example.com",
"location": "vancouver"
}
}

7. check_technical_seo

Comprehensive technical SEO audit.

{
"tool": "check_technical_seo",
"toolInput": {
"url": "https://example.com",
"checkCanonicals": true,
"checkHreflang": true,
"checkSchemaMarkup": true
}
}

8. analyze_mobile_usability

Check mobile-friendliness and usability.

{
"tool": "analyze_mobile_usability",
"toolInput": {
"url": "https://example.com"
}
}

9. check_security_headers

Analyze security headers and HTTPS configuration.

{
"tool": "check_security_headers",
"toolInput": {
"url": "https://example.com"
}
}

10. full_performance_audit

Complete performance and technical SEO audit.

{
"tool": "full_performance_audit",
"toolInput": {
"url": "https://example.com",
"includePageSpeed": true,
"includeLighthouse": true,
"includeGTmetrix": true,
"includeTechnicalSEO": true
}
}

11. list_tools

Get a list of all available performance SEO tools.

{
"tool": "list_tools"
}

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

Pricing

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

Integration with AI Assistants

Claude Desktop / Cursor

Add to your Claude configuration:

{
"mcpServers": {
"performance-seo": {
"url": "https://api.apify.com/v2/acts/localhowl~performance-seo-mcp-server/runs",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}

n8n / Make / Zapier

Use the Apify integration to call this actor with the desired tool and inputs.

Demo Mode

Set demoMode: true to test without actual API calls. Returns realistic sample performance data.


Built by John Rippy | johnrippy.link


Keywords

performance seo mcp, pagespeed insights api, core web vitals, lighthouse audit, technical seo, robots.txt checker, sitemap analyzer, gtmetrix api, website performance, mcp server, seo automation