INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.withiconic.ai/lazy/mcp
Connect to this endpoint to inspect the live schema for whoami 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 suggests sending messages.
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://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.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.duplicate_project— The tool for "make a copy of this site", "duplicate this project", "start a new one from this one", "use this as a starting point".