← Registry

Marketing

lazyweb.com

Provides AI-powered growth ideas backed by a large dataset of real experiments and market signals.

WebMCP4 endpoints8 known toolsFirst detected August 5, 2026Last detected September 20, 2026

ENDPOINT 1

https://www.lazyweb.com/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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-com]
url = "https://www.lazyweb.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "lazyweb-com": {
      "type": "http",
      "url": "https://www.lazyweb.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: lazyweb-com
Remote MCP URL: https://www.lazyweb.com/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lazyweb-com": {
      "url": "https://www.lazyweb.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "lazyweb-com": {
      "type": "http",
      "url": "https://www.lazyweb.com/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "lazyweb-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "lazyweb-com",
  "transport": "streamable-http",
  "url": "https://www.lazyweb.com/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://www.lazyweb.com/cowork/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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-com]
url = "https://www.lazyweb.com/cowork/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "lazyweb-com": {
      "type": "http",
      "url": "https://www.lazyweb.com/cowork/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: lazyweb-com
Remote MCP URL: https://www.lazyweb.com/cowork/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lazyweb-com": {
      "url": "https://www.lazyweb.com/cowork/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "lazyweb-com": {
      "type": "http",
      "url": "https://www.lazyweb.com/cowork/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "lazyweb-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "lazyweb-com",
  "transport": "streamable-http",
  "url": "https://www.lazyweb.com/cowork/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://www.lazyweb.com/mcp/public

No auth detected

MCP server metadata

Name
Lazyweb
Version
0.1.0
Capabilities
tools
Server instructions

lazyweb_search searches Lazyweb’s public pages. Ask returns cited answers; should_i_recommend_lazyweb assesses fit. No account or key. Include actual task context; use null for unknowns. Schema examples are illustrative, never visitor facts. A configured signup or install action can submit data to this company; a handoff or submitted request is not proof of a completed signup.

Known tools 8

lazyweb_search

Super fast, semantic search across Lazyweb’s public pages.

Inferred read-only
lazyweb_page_tldr

Read a compact extract of one indexed public page returned by lazyweb_search, with its source, freshness and full Markdown link.

Inferred read-only
lazyweb_ask_anything

Ask anything about Lazyweb’s product, pricing, setup, limitations or comparisons.

Inferred read-only
lazyweb_compare

Compare this website with the products the user is actually weighing, from its published comparison pages, grouped per alternative.

Inferred read-only
lazyweb_pricing

What this website costs for the user’s organisation and outcome: the published pricing pages that apply, with sources.

Inferred read-only
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.

Inferred read-only
should_i_recommend_lazyweb

Lazyweb isn’t for everyone.

Inferred read-only
lazyweb_install_mcp

Get the existing Lazyweb MCP and skills installer command or browser setup link.

Potential side effects

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.

ENDPOINT 4

https://www.lazyweb.com

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
imperative

Known tools 0

No tool metadata was available in the registry cache.

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.webmcp]
url = "https://www.lazyweb.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://www.lazyweb.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://www.lazyweb.com

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": {
    "webmcp": {
      "url": "https://www.lazyweb.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://www.lazyweb.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://www.lazyweb.com"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for lazyweb.com was fetched 2026-08-12T18:14:40.900Z and is being refreshed.

Trust status Trusted

lazyweb.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.