Skip to content
Integrations · MCP server

Ansyra + MCP server Live

Ansyra ships a remote MCP (Model Context Protocol) server, so AI assistants like Claude can query your AI Presence, list citation gaps, run a scan, or create a content brief: with your permission, under a scoped token.

Availability: API-enabled plans (Agency and up); same tokens as the REST API, with read and action scopes.

What you get

  • Remote MCP server over Streamable HTTP at /v1/mcp; no local process to run.
  • Read tools for prompts, AI Presence, citations, competitors and movement.
  • Action tools (run_scan, create_brief) behind an explicit actions scope.
  • Works with Claude and any MCP-capable client that supports remote servers.

Set it up

  1. Mint a token in Settings › Connections › MCP & API access (choose read, or read + actions).
  2. Add the server to your MCP client config with the Bearer header.
  3. Ask your assistant for your AI Presence, gaps, or to queue a scan.

Client config

{
  "mcpServers": {
    "ansyra": {
      "url": "https://<YOUR_ANSYRA_API_HOST>/v1/mcp",
      "headers": { "Authorization": "Bearer <YOUR_TOKEN>" }
    }
  }
}

Put MCP server to work on your AI visibility

Free for 14 days on ChatGPT, Gemini and Google's AI answers; all five AI engines on every plan.