Catalog
io.speedvault/mcp
OfficialRun web performance audits, get code-level fixes, crawl for SEO, and read real-user Core Web Vitals.
Web performance audits, SEO crawling, and Core Web Vitals monitoring with code fixes.
README not available yet.
Install
Configuration
Environment variables
SPEEDVAULT_API_KEYrequiredsecretSpeedVault API key used to authenticate audit, crawl, and RUM requests. Create one at https://speedvault.io.
SPEEDVAULT_API_URLOverride the SpeedVault API base URL. Optional; defaults to the SpeedVault production API.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@speedvault/mcp@1.0.3"
],
"env": {
"SPEEDVAULT_API_KEY": "<YOUR_SPEEDVAULT_API_KEY>",
"SPEEDVAULT_API_URL": "<YOUR_SPEEDVAULT_API_URL>"
}
}
}
}