Features Pricing Docs Help Centre API MCP Sign in Start free
Developers

Locuvox, inside your AI assistant.

The Locuvox MCP server connects your visibility data to Claude, Cursor and any MCP-compatible assistant — so you can ask "how did our AI visibility move this week?" and get an answer grounded in your real data.

Available on the Pro and Scale plans.

What's MCP? The Model Context Protocol is an open standard that lets AI assistants securely call external tools and data sources. The Locuvox MCP server exposes your visibility data as tools any MCP client can use.
Setup

Connect in one config block

Add the Locuvox server to your MCP client's configuration with an API key from your account settings. That's the whole setup.

  • Works with Claude Desktop, Cursor and other MCP clients.
  • Read-only — the assistant can query, never change your data.
  • Authenticated with the same API key as the REST API.
mcp.jsonclient config
{
  "mcpServers": {
    "locuvox": {
      "url": "https://app.locuvox.com/mcp",
      "headers": {
        "Authorization": "Bearer lvx_live_…"
      }
    }
  }
}
Tools

What your assistant can ask Locuvox

get_visibility

Headline visibility, position and sentiment for a project over any date range.

list_mentions

Recent AI responses that named your brand, filtered by engine or prompt.

get_competitors

Competitor visibility and position alongside your own.

get_sentiment

Sentiment breakdown and drift, per engine, for your brand.

list_sources

The domains and pages AI engines cite for your prompts.

list_opportunities

Insights' link opportunities, ready for the assistant to act on.

In practice

Ask in plain language

assistantexample
You › Which AI engine lost us the most visibility this month,
        and which prompts drove it?

Assistant › (calls locuvox.get_visibility, locuvox.list_mentions)
        Gemini fell 11 points — most of the drop is on
        "best keyword research tool", where a competitor
        moved ahead of you. Here are the three prompts…

Put your AI visibility one question away

The MCP server is included on Pro and Scale. Start free and connect your assistant.

Start freeSee the REST API