MCP Server

Connect an AI assistant to Visiblee, authorize access, and ask questions using your live project data.

Quickstart

ChatGPT and Claude use the OAuth connector URL. No API key is required.

https://api.visiblee.ai/mcp/connect
  1. Add the URL in your assistant’s connector settings.
  2. Sign in to Visiblee and approve access.
  3. Ask “List my Visiblee projects” to verify the connection.

Authentication

Use OAuth for browser assistants and API-key headers for headless or coding-agent clients.

Browser OAuthhttps://api.visiblee.ai/mcp/connect
Header authenticationhttps://api.visiblee.ai/mcp
HeaderX-API-Key: YOUR_VISIBLEE_API_KEY
TransportStreamable HTTP

Connect ChatGPT

  1. Open Settings → Connectors in ChatGPT.
  2. Enable Developer mode under Advanced if custom connectors are not visible.
  3. Choose Add custom connector and paste the OAuth connector URL.
  4. Sign in to Visiblee and approve access.

Connect Claude

  1. Open Settings → Connectors in Claude.
  2. Choose Add custom connector.
  3. Name it Visiblee and paste the OAuth connector URL.
  4. Click Connect, sign in to Visiblee, and approve access.

Connect Claude Code

Create an API key in Visiblee, then run:

claude mcp add visiblee --transport http https://api.visiblee.ai/mcp \
  --header "X-API-Key: YOUR_VISIBLEE_API_KEY"

Run /mcp inside Claude Code to confirm the connection.

Connect Cursor

Add Visiblee to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "visiblee": {
      "url": "https://api.visiblee.ai/mcp",
      "headers": {
        "X-API-Key": "YOUR_VISIBLEE_API_KEY"
      }
    }
  }
}

Other MCP clients

Use Streamable HTTP. Choose the OAuth URL for browser-based clients or the header-auth URL for clients that can send an API key.

Tools and permissions

  • Read projects, visibility, trends, competitors, segments, prompts, mentions, citations, sources, and runs.
  • Find GEO suggestions, Reddit opportunities, warm leads, query fanout, and referrers.
  • Manage prompts, tracked engines, and tracked regions.
  • Write and destructive tools are declared to the MCP client so it can request confirmation.

Troubleshooting

Authorization fails

Remove the connector, confirm you are signed into the correct Visiblee account, and add it again.

No projects are returned

Confirm your Visiblee account has access to at least one project.

Tools do not appear

Restart the client. Some clients only reload MCP tools at startup.