One call turns any web page into a structured map — what it is, what's on it, and the actions an agent can take (search, add-to-cart, log in, paginate) — instead of raw HTML or screenshots. Served from a shared, always-current registry, so popular pages return in milliseconds.
Server Config
{
"mcpServers": {
"webspeed": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.getwebspeed.io/mcp/sse",
"--header",
"X-Web-Speed-Key: wsp_your_key_here"
]
}
}
}