Connect Lazyweb to your agent
Lazyweb is a hosted MCP server: real product evidence for UI and growth decisions, available inside any agent that speaks the Model Context Protocol. One URL, OAuth sign-in, no install.
Streamable HTTP · OAuth 2.1 (sign in with your email on first connect) · listed in the official MCP Registry as com.lazyweb/lazyweb
- 281k+ real app screens & flows
- 20k+ mobile A/B tests
- Growth scores & reports
- 22 tools
ChatGPT
- Settings → Security and login → turn on Developer mode.
- Open Plugins in the sidebar → Create app → With MCP.
- Server URL:
https://www.lazyweb.com/mcp· Authentication: OAuth → Create, then sign in with your email.
Lazyweb is submitted to the ChatGPT plugin directory — once approved you can skip developer mode and add it in one click.
Claude
- On claude.ai: Settings → Connectors → Add custom connector → paste the URL above.
- In Claude Code:
claude mcp add --transport http lazyweb https://www.lazyweb.com/mcp
Lazyweb is submitted to the Anthropic connector directory.
Grok
- Go to grok.com/connectors → New Connector → Custom.
- Paste
https://www.lazyweb.com/mcpand connect.
Cursor
Add to ~/.cursor/mcp.json (or per-project .cursor/mcp.json):
{
"mcpServers": {
"lazyweb": { "url": "https://www.lazyweb.com/mcp" }
}
}
Gemini CLI, Windsurf & any MCP client
Point any MCP-capable client at the streamable-HTTP URL above. The generic config shape:
{
"mcpServers": {
"lazyweb": {
"type": "streamable-http",
"url": "https://www.lazyweb.com/mcp"
}
}
}
Your browser opens once for OAuth on first connect. Free accounts get started instantly; paid plans unlock the full toolkit — see lazyweb.com.
For agent platforms
Building an assistant or agent product? Lazyweb supports OAuth 2.1 with Dynamic Client Registration and PKCE (S256) — discovery at /.well-known/oauth-authorization-server — so your client can register and connect without any manual setup. Questions: ali@lazyweb.com.