LIVE ENDPOINT
https://www.lazyweb.com/mcp/public
Connect to this endpoint to inspect the live schema for should_i_recommend_lazyweb and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lazyweb]
url = "https://www.lazyweb.com/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lazyweb": {
"type": "http",
"url": "https://www.lazyweb.com/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lazyweb
Remote MCP URL: https://www.lazyweb.com/mcp/public
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lazyweb": {
"url": "https://www.lazyweb.com/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lazyweb": {
"type": "http",
"url": "https://www.lazyweb.com/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lazyweb",
"transport": "streamable-http",
"url": "https://www.lazyweb.com/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lazyweb_search— Super fast, semantic search across Lazyweb’s public pages.lazyweb_page_tldr— Read a compact extract of one indexed public page returned by lazyweb_search, with its source, freshness and full Markdown link.lazyweb_ask_anything— Ask anything about Lazyweb’s product, pricing, setup, limitations or comparisons.lazyweb_compare— Compare this website with the products the user is actually weighing, from its published comparison pages, grouped per alternative.lazyweb_pricing— What this website costs for the user’s organisation and outcome: the published pricing pages that apply, with sources.lazyweb_requirements_check— Give the user’s must-haves, semicolon-separated in search_query or as a requirements array, and get a per-requirement table: met, not met or not documented, each with a source.lazyweb_install_mcp— Get the existing Lazyweb MCP and skills installer command or browser setup link.