← withiconic.ai
INDIVIDUAL MCP TOOL
publish_status
Reads whether the project is live and where, without publishing anything.
LIVE ENDPOINT
https://withiconic.ai/lazy/mcp
Connect to this endpoint to inspect the live schema for publish_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
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.