Features Pricing Scorecard 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://mcp-locuvox.com/mcp",
      "headers": {
        "Authorization": "Bearer mcp_…"
      }
    }
  }
}
Tools

What your assistant can ask Locuvox

get_brands · get_prompt_stats

Visibility, position and brand mention analytics for a project over any date range.

get_llm_responses · get_sources

Raw AI answers that named your brand, plus the domains and pages engines cite.

list_fanout_queries · get_fanout_domains

The real searches AI ran behind each answer, and which domains got read vs cited.

get_sentiment_* · get_memory_vs_retrieval

Consensus, drift, topics, brand perception and per-engine memory-vs-retrieval.

get_ad_share_of_voice · get_shopping_placements

Sponsored ads inside AI answers and ChatGPT product placements, per advertiser.

create_prompt · delete_prompts · get_recommendation_brief

Manage tracked prompts and pull execution-ready action-plan briefs — 29 tools in all.

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_prompt_stats, locuvox.get_llm_responses)
        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