# Lotus — AI Citation Intelligence MCP server

Measure how AI assistants cite your brand. Returns measured data and ready-to-apply fixes.

## Links
- Registry page: https://www.getdrio.com/mcp/app-clicon-lotus
- Repository: https://github.com/martinendara/lotus-mcp
- Website: https://clicon.app

## Install
- Endpoint: https://lotus.clicon.app/mcp/
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: X-API-Key (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://lotus.clicon.app/mcp/
- Header: X-API-Key

## Tools
- analyze_geo - 
    Analyze a domain's visibility across AI-generated answers.
    Without an API key: returns a limited preview (1/day per IP, 3/week).
    With a valid API key: returns the full analysis including measured
    metrics, revenue-at-risk estimates and scenario simulations.
     Endpoint: https://lotus.clicon.app/mcp/
- get_quick_wins - 
    Return pending and applied quick wins for a domain.
    Requires a valid API key (pro, growth or agency).
     Endpoint: https://lotus.clicon.app/mcp/
- get_quick_win_code - 
    Generate ready-to-install code for a quick win, identified by its hash.
    Only available for structured_data quick wins.
    Requires a valid API key.
     Endpoint: https://lotus.clicon.app/mcp/
- 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.
    Only marks it if the expected @type is found among the schemas detected
    on the domain (best-effort, fails safe).
    Requires a valid API key.
     Endpoint: https://lotus.clicon.app/mcp/
- get_competitor_actions - 
    Return pending and completed competitor actions for a domain.
    Requires a valid API key (pro, growth or agency).
     Endpoint: https://lotus.clicon.app/mcp/
- get_artifact - 
    Return the most recent artifact (llms_txt or json_ld) for the
    authenticated client: content, version, generated_at and status.
    Use when an agent needs to read the generated llms.txt or JSON-LD.
    artifact_type must be "llms_txt" or "json_ld".
     Endpoint: https://lotus.clicon.app/mcp/
- 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.
    Use when an agent needs to assess how frequently AI crawlers visit
    a site over the last N days.
     Endpoint: https://lotus.clicon.app/mcp/
- 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.
    Use when an agent needs to assess the economic impact of losing
    traffic to AI-generated answers.
     Endpoint: https://lotus.clicon.app/mcp/
- verify_installation - 
    Check live whether llms.txt and JSON-LD are correctly installed on the
    authenticated client's domain. Returns an overall status
    (fully_deployed / partially_deployed / not_deployed) plus the detailed
    result for each artifact.
    Use when an agent needs to confirm that GEO artifacts are serving
    correctly on the client's site.
     Endpoint: https://lotus.clicon.app/mcp/
- get_citation_verdict - 
    Return the most recent citation score for the authenticated client,
    along with the measurements from that same week (safe fields only).
    Raw data — no healthy/critical classification applied.
    Use when an agent needs to audit how generative engines cite a client:
    citation rate, average position, sentiment, competitors mentioned and
    entity fidelity.
     Endpoint: https://lotus.clicon.app/mcp/
- generate_share_link - 
    Generate a public report link for the authenticated client and persist
    it. Returns {report_url, slug}.
    Use when an agent needs to create a shareable report covering the
    client's full visibility status: crawler activity, revenue at risk,
    competitive intelligence and competitors.
     Endpoint: https://lotus.clicon.app/mcp/
- regenerate_artifacts - 
    Regenerate the GEO artifacts (llms_txt, json_ld and supporting schema
    nodes) for the authenticated client. Respects a 6h cooldown and the
    daily generation budget.
    Use when an agent needs to force regeneration after changes to the
    site or to the competitor/advantage configuration.
     Endpoint: https://lotus.clicon.app/mcp/
- get_report_data - 
    Return the full report payload for a share link slug owned by the
    authenticated client. Returns the report even if the share link has
    expired.
    Use when an agent needs to read a report it previously generated
    with generate_share_link, without opening the public URL in a browser.
     Endpoint: https://lotus.clicon.app/mcp/
- list_artifacts - 
    Return artifacts (llms_txt, json_ld, defense_nodes) for the
    authenticated client, without their content payload.
    Optionally filter by exact status (e.g. "pending_review", "approved").
    Use status="" to return all statuses.
    limit caps the number returned (default 20, max 100); the "total"
    field always reflects the real unfiltered count for the domain.
    Use when an agent needs to discover which artifact IDs are available
    before approving or activating a specific one.
     Endpoint: https://lotus.clicon.app/mcp/
- approve_artifact - 
    Approve an artifact by its ID. The artifact must belong to the
    authenticated client's domain. Approved artifacts are ready for
    activation but are not yet live on the site.
    Use when an agent has reviewed a generated artifact and wants to
    mark it as ready for deployment.
     Endpoint: https://lotus.clicon.app/mcp/
- activate_artifact - 
    Activate an artifact by its ID. The artifact must belong to the
    authenticated client's domain. Activation makes the artifact live
    — only one version of a given type can be active at a time.
    Use when an agent needs to deploy an approved artifact to production.
     Endpoint: https://lotus.clicon.app/mcp/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: app.clicon
- Version: 1.27.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 30, 2026
- Source: https://registry.modelcontextprotocol.io
