← withiconic.ai

INDIVIDUAL MCP TOOL

list_projects

Lists every Iconic project the user can reach (the websites and apps they have built): their own AND those of every team they are a member of, newest first, 20 at a time: id, name, slug, last update, and the team holding it.

withiconic.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://withiconic.ai/lazy/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_projects and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

withiconic.ai

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.iconic]
url = "https://withiconic.ai/lazy/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "iconic": {
      "type": "http",
      "url": "https://withiconic.ai/lazy/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: iconic
Remote MCP URL: https://withiconic.ai/lazy/mcp

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": {
    "iconic": {
      "url": "https://withiconic.ai/lazy/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "iconic": {
      "type": "http",
      "url": "https://withiconic.ai/lazy/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "iconic",
  "transport": "streamable-http",
  "url": "https://withiconic.ai/lazy/mcp"
}
MCP Inspector

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

Related tools

  • ping — A connectivity check for the Iconic server: it answers with the server's current time, whether the caller is signed in, and the version of the tool surface this server is serving right now.
  • whoami — Returns who is signed in to Iconic: display name, email address, the account's internal id, the plan the account is on by name, and when the account was created and last signed in.
  • send_feedback — Sends a bug report or feedback about Iconic itself to the people who build it: something broken, a tool that failed or refused for a reason you could not act on, a capability you expected and could not find, wording that misled you, or an idea for making this better.
  • update_profile — Sets the display name and photo shown for the signed-in Iconic account.
  • check_progress — Returns status/progress/result for background work started by another tool (e.g.
  • check_progress_widget — The poll endpoint the publish card reads while a publish runs (and the progress card read before it was switched off).
  • create_project — The tool for "make me a website", "build me an app", "create a landing page", and any request to make, build, or create a website, site, web app, landing page, portfolio, online store, or blog.
  • import_github_project — Imports an existing GitHub repository as an Iconic project.