← withiconic.ai

INDIVIDUAL MCP TOOL

project_status

The Iconic project manifest: name, slug, setup state, workspace state (observed WITHOUT waking anything), whether the workspace ANSWERED a check just now (two different facts, reported separately: sandbox is the platform's record, workspace_observed is what a live check saw, and when the record says running while the check says otherwise the result says so and names the way out, because every workspace-backed call will hang until it is restarted), when the workspace last resumed from a stop (workspace_resumed_at, from the platform's own wake record; compare it with your own last change to tell whether the workspace restarted under recent work), whether the files in the workspace came back OLDER than the project's saved versions and by how many (a restart can restore an older copy of the files, and this says so with the version to roll forward to), the latest background work, and every time the site has moved between teams (with the teams and the dates, so a past sale, contact or bill can be put back with the team that held the site then).

withiconic.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.withiconic.ai/lazy/mcp

No auth detected

Connect to this endpoint to inspect the live schema for project_status 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: iconic
Remote MCP URL: https://mcp.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://mcp.withiconic.ai/lazy/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "iconic",
  "transport": "streamable-http",
  "url": "https://mcp.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.