← clicon.app

INDIVIDUAL MCP TOOL

verify_installation

Check live whether llms.

clicon.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://lotus.clicon.app/mcp

No auth detected

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

clicon.app

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.lotus-geo-engine]
url = "https://lotus.clicon.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lotus-geo-engine": {
      "type": "http",
      "url": "https://lotus.clicon.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lotus-geo-engine
Remote MCP URL: https://lotus.clicon.app/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": {
    "lotus-geo-engine": {
      "url": "https://lotus.clicon.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lotus-geo-engine": {
      "type": "http",
      "url": "https://lotus.clicon.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lotus-geo-engine",
  "transport": "streamable-http",
  "url": "https://lotus.clicon.app/mcp"
}
MCP Inspector

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

Related tools

  • analyze_geo — Analyze a domain's visibility across AI-generated answers.
  • get_quick_wins — Return pending and applied quick wins for a domain.
  • get_quick_win_code — Generate ready-to-install code for a quick win, identified by its hash.
  • mark_applied — Verify-before-mark: checks that the expected schema is actually present in the live DOM of the site before marking the quick win as applied.
  • get_competitor_actions — Return pending and completed competitor actions for a domain.
  • get_artifact — Return the most recent artifact (llms_txt or json_ld) for the authenticated client: content, version, generated_at and status.
  • get_bot_activity — Return AI crawler activity for the authenticated client's domain: total hits, breakdown per bot, most recent hits and last-seen per bot.
  • get_bleed_model — Return the traffic erosion model for the authenticated client: cascading metrics with their *_source provenance labels, plus the resulting revenue-at-risk calculation.