Skip to main content
ClaudeWave

Lotus — AI Citation Intelligence. Hosted MCP server for Generative Engine Optimization (GEO)

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/martinendara/lotus-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "lotus-mcp": {
      "command": "node",
      "args": ["/path/to/lotus-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/martinendara/lotus-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Lotus — AI Citation Intelligence (MCP Server)

Lotus is a Generative Engine Optimization (GEO) platform. It measures whether
your brand is actually cited as a source inside LLM-generated answers, and
hands your coding agent the exact code to fix what is missing.

This repository documents the **hosted Lotus MCP server**. The server is a
managed remote endpoint — there is nothing to install or self-host.

- **Endpoint:** `https://lotus.clicon.app/mcp/` (trailing slash required)
- **Transport:** streamable-http, stateless
- **Registry:** `app.clicon/lotus`
- **Website:** https://clicon.app

## What it does

Search engines told you when you ranked badly. Generative engines do not.
If an assistant hallucinates your product, ignores you, or cites a competitor
instead, you lose the business with no signal that it happened.

Lotus closes that loop in three steps:

1. **Measure** — real citation measurements across LLM answers for your domain,
   plus crawler activity and Search Console signals.
2. **Fix** — prioritized "quick wins" with ready-to-install code (JSON-LD
   structured data, `llms.txt`).
3. **Verify** — Lotus fetches your live site and confirms the fix is really
   there. A fix is not "applied" because an agent said so; it is applied
   because it was found in production.

## Tools

`analyze_geo` works without credentials, so any agent can evaluate a domain
before signing up. Every other tool requires an API key. Tools that take no
`domain` argument resolve the domain from the key itself.

### Preview

| Tool | Description |
|---|---|
| `analyze_geo` | GEO diagnosis for any domain: visibility score and estimated revenue at risk |

### Read (API key)

| Tool | Description |
|---|---|
| `get_quick_wins` | Pending fixes, each with title, category, priority, estimated impact and a `hash` |
| `get_quick_win_code` | Full, install-ready code for one quick win, by `hash` |
| `get_competitor_actions` | Competitor moves classified by AI-discoverability layer |
| `get_artifact` | Retrieve a generated artifact (`json_ld`, `llms_txt`) |
| `get_bot_activity` | AI crawler activity on your site over the last N days |
| `get_bleed_model` | Estimated business lost through the generative channel, with its provenance |
| `verify_installation` | Check whether your artifacts are live on your site right now |
| `get_citation_verdict` | Latest citation score plus the per-query measurements behind it |

### Write (API key)

| Tool | Description |
|---|---|
| `mark_applied` | Marks a quick win as applied — after verifying it against your live site |
| `generate_share_link` | Create a shareable report link |
| `regenerate_artifacts` | Regenerate your artifacts. Rate-limited; paid tiers only |

## Configuration

Add the server to any MCP-compatible client (Claude Code, Claude Desktop,
Cursor, VS Code, or your own agent):

```json
{
  "mcpServers": {
    "lotus": {
      "url": "https://lotus.clicon.app/mcp/",
      "headers": {
        "X-API-Key": "YOUR_LOTUS_API_KEY"
      }
    }
  }
}
```

The API key is sent as the `X-API-Key` **header** — never as a tool argument
or a query parameter. Keys are issued during onboarding at
[clicon.app](https://clicon.app). Without a key the server still responds to
`analyze_geo`.

Exact config syntax varies slightly per client; the shape above is what most
of them expect.

## Usage

Talk to your agent in plain language — it picks the tools:

> "Run the Lotus GEO analysis on my domain."

> "Show me the pending Lotus quick wins."

> "Get me the code for the highest-priority one and apply it to this repo."

> "I deployed. Mark it as applied in Lotus."

On that last step Lotus fetches your live site and looks for the schema. If it
is there, the fix turns green with a verification date. If it is not — because
the deploy has not landed, or the snippet went in wrong — Lotus refuses to mark
it. No false positives.

**Lotus generates and verifies. You deploy.** The server never writes to your
site or your repository.

## Support

Questions or access: https://clicon.app

What people ask about lotus-mcp

What is martinendara/lotus-mcp?

+

martinendara/lotus-mcp is mcp servers for the Claude AI ecosystem. Lotus — AI Citation Intelligence. Hosted MCP server for Generative Engine Optimization (GEO) It has 0 GitHub stars and was last updated today.

How do I install lotus-mcp?

+

You can install lotus-mcp by cloning the repository (https://github.com/martinendara/lotus-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is martinendara/lotus-mcp safe to use?

+

martinendara/lotus-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains martinendara/lotus-mcp?

+

martinendara/lotus-mcp is maintained by martinendara. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to lotus-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy lotus-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: martinendara/lotus-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/martinendara-lotus-mcp)](https://claudewave.com/repo/martinendara-lotus-mcp)
<a href="https://claudewave.com/repo/martinendara-lotus-mcp"><img src="https://claudewave.com/api/badge/martinendara-lotus-mcp" alt="Featured on ClaudeWave: martinendara/lotus-mcp" width="320" height="64" /></a>

More MCP Servers

lotus-mcp alternatives