Monitor Core Web Vitals. Catch regressions. Get AI-powered fixes.
One API call. 30 seconds.
One API, many workflows. Pick what fits your stack.
Scan any URL with a single POST request. Get Core Web Vitals and AI recommendations in the response.
curl-X POST https://pulspeed.ai/api/v2/scan \ -H "Authorization: Bearer $PULSPEED_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com", "wait": true}'# Response (200) ~ 30 seconds{ "data": { "performance_score": 85, "metrics": { "fcp": 1200, "lcp": 2500, "tbt": 150, "cls": 0.05 }, "analysis": "AI-powered recommendations..." } }
Install the MCP server and let AI agents analyze your site performance directly in Claude, Cursor, or any MCP-compatible tool.
# Install MCP servernpx@pulspeed/mcp-server# Then ask your AI agent:"Scan my site and suggest performance improvements"# Agent automatically:# 1. Calls scan_site tool -> gets Core Web Vitals# 2. Calls get_recommendations -> gets AI analysis# 3. Suggests concrete code changes to fix issues
Trigger scans after every deployment. Catch performance regressions before users notice.
# .github/workflows/lighthouse.ymlname:Performance Checkon:[push]jobs:scan:runs-on:ubuntu-lateststeps:- name: Run Pulspeed scanrun:|curl-X POST https://pulspeed.ai/api/v2/scan \ -H "Authorization: Bearer ${{ secrets.PULSPEED_KEY }}" \ -d '{"url": "${{ env.STAGING_URL }}", "wait": true}'
Automate scans on every deploy via CI/CD webhooks. Get notified when performance drops.
# Trigger scan via webhook (Team plan)curl-X POST https://pulspeed.ai/api/v1/webhook/scan \ -H "Authorization: Bearer $WEBHOOK_TOKEN" \ -d '{"repository": {"full_name": "your-org/your-repo"}}'# Pulspeed will:# 1. Find the site linked to this repository# 2. Run a full PageSpeed scan# 3. Store snapshot with metrics & AI analysis# 4. Data available via API and dashboard
Pay for what you use. Start free, scale as you grow.
| Features |
Free
$0
|
Developer
$29/month
14-day free trial
|
Scale
$79/month
14-day free trial
|
|---|---|---|---|
| Scans / month | 30 | 500 | 2,000 |
| Sites | 3 | Unlimited | Unlimited |
| History retention | 7 days | 90 days | 1 year |
| AI-powered analysis | 5 / month | Included | Included |
| Webhooks | — | ✓ | ✓ |
| MCP Server | ✓ | ✓ | ✓ |
| API rate limit | 60 req/min | 300 req/min | 1,000 req/min |
| Support | Community | Priority | |
| Get Started Free | Start Free Trial | Start Free Trial |
Need more? Contact us for Enterprise plans with custom limits and dedicated support.
Built by developers, for developers.
Open-source MCP server · Structured API · AI-powered analysis
MCP tools let agents scan, analyze, and suggest fixes autonomously.
Catch regressions in CI/CD before they hit production.
Automated post-deploy checks with webhooks and structured metrics.
Track Core Web Vitals impact on search rankings and conversions.
Get your free API key, scan your first URL, and integrate into your workflow.