Marketing
lazyweb.com
Provides AI-powered growth ideas backed by a large dataset of real experiments and market signals.
ENDPOINT 1
https://www.lazyweb.com/mcp
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
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
MCP server metadata
- Name
- Lazyweb
- Version
- 0.1.0
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_page_tldrRead a compact extract of one indexed public page returned by lazyweb_search, with its source, freshness and full Markdown link.
Inferred read-onlylazyweb_ask_anythingAsk anything about Lazyweb’s product, pricing, setup, limitations or comparisons.
Inferred read-onlylazyweb_compareCompare this website with the products the user is actually weighing, from its published comparison pages, grouped per alternative.
Inferred read-onlylazyweb_pricingWhat this website costs for the user’s organisation and outcome: the published pricing pages that apply, with sources.
Inferred read-onlylazyweb_requirements_checkGive 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-onlylazyweb_install_mcpGet the existing Lazyweb MCP and skills installer command or browser setup link.
Potential side effectsCONNECT 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
MCP server metadata
- Name
- WebMCP
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.
lazyweb.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.