Performance SEO MCP Server v1.0
Website Performance & Technical SEO for AI Assistants by John Rippy | johnrippy.link
🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →
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
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:
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🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →
---
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