Skip to main content
Reaudit - AI Search Optimization Platform
Services
Agencies
AI Rankings
AEO Report
Pricing
Contact
Log in

Footer

ChatGPT, Gemini, Perplexity
Track every major AI engine
Daily Ranking Refreshes
Catch shifts the moment they happen
180 MCP Tools
Built for AI agents & automation
Reaudit
Enterprise GEO Intelligence Platform

Advanced AI-powered GEO auditing and competitive intelligence for enterprise businesses. Dominate search rankings with data-driven insights.

[email protected]
+30 697 330 5186
4 Adelfon Giannidi, Moschato, Attica, Greece

Product

  • Optimization Station
  • AI Visibility
  • Content Factory
  • Reporting & Analytics
  • GTM Strategy
  • Reaudit MCP
  • AI AgentNEW

Company

  • About Us
  • Services
  • Pricing
  • Brand Guidelines
  • AI Instructions
  • Contact

Resources

  • Documentation
  • MCP Server (180 tools)
  • AI Agent & Skills
  • Help Center
  • Blog
  • AEO/GEO Glossary
  • Case Studies
  • Reality Check
  • Webinars
  • AI Rankings
  • Free Tools
  • AEO Report

Compare

  • Reaudit vs Profound
  • Reaudit vs Otterly
  • Reaudit vs Peec AI
  • Reaudit vs AirOps
  • Reaudit vs Athena HQ
  • All comparisons

Legal

  • Trust Center
  • Privacy Policy
  • Terms of Service
  • Security
  • Compliance
  • Cookie Policy

Newsletter

Stay up to date with the latest AI SEO and GEO trends.

Get updates on AI SEO, GEO insights, and new features. Unsubscribe anytime.

© 2026 Reaudit, Inc. All rights reserved.

Status unavailable—
OverviewWhat's NewGetting StartedTools ReferenceAI Agent IntegrationUse CasesFAQ
Analytics QuerySmart Filters
React / Next.jsWordPressSite TrackingSocial MediaStripeGoogle Analytics 4

Getting Started

Connect your AI assistant to Reaudit in under a minute

The Reaudit MCP server is hosted at mcp.reaudit.io. No installation or Node.js required -- just add a URL to your MCP client.

Prerequisites: An active Reaudit subscription and an MCP-compatible client (Cursor, Claude Desktop, VS Code, etc.).

Step 1: Get Your API Key

  1. Go to Dashboard → Tools
  2. Find the MCP Server (Hosted) card
  3. Click New Key and give it a name
  4. Copy the API key (it's only shown once)
The dashboard also shows a ready-to-paste config snippet for your MCP client.

Cursor

  1. Open Cursor Settings → Tools & MCP → New MCP server
  2. Paste the JSON config below into ~/.cursor/mcp.json:
mcp.json
{
  "mcpServers": {
    "reaudit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.reaudit.io/sse?apiKey=YOUR_API_KEY",
        "--transport",
        "sse-only"
      ]
    }
  }
}

Replace YOUR_API_KEY with the key from Step 1. Cursor uses the mcp-remote wrapper to bridge the hosted SSE server, so Node.js 18+ must be available on your PATH.


Claude.ai (Web)

Connect directly from the Claude.ai web interface using OAuth -- no API key needed.

  1. In Claude.ai, go to Settings → Connectors
  2. Click Add at the top
  3. Enter the server URL: https://mcp.reaudit.io/mcp
  4. Click Add custom connector
  5. You'll be redirected to sign in to Reaudit and authorize access
  6. Once approved, use the + button in any chat to enable the Reaudit connector
Claude.ai uses OAuth for authentication, so you don't need to create an API key. Just sign in with your Reaudit account when prompted.
Available on all Claude.ai plans (Free, Pro, Max, Team, Enterprise) and on the Claude mobile app.

Claude Desktop

Add the following to your Claude Desktop configuration file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "reaudit": {
      "url": "https://mcp.reaudit.io/mcp"
    }
  }
}

Restart Claude Desktop after saving the file. You'll be prompted to sign in to your Reaudit account via OAuth when the server connects.

Claude Desktop uses OAuth for authentication -- no API key needed. Just sign in with your Reaudit account when prompted.

ChatGPT

ChatGPT connects to Reaudit as a custom connector using Developer mode. Authentication is handled with OAuth -- you sign in to your Reaudit account, so no API key is needed.

Requirements: A paid ChatGPT plan (Plus, Pro, Business, or Enterprise). Developer mode and custom connectors are not available on the free plan.
  1. In ChatGPT, go to Settings → Apps & Connectors → Advanced settings
  2. Turn on Developer mode
  3. Back on the Apps & Connectors page, click Create (next to Advanced settings)
  4. Give it a name (e.g. Reaudit) and paste the MCP server URL:
    https://mcp.reaudit.io/mcp
  5. Set Authentication to OAuth
  6. Click Create. ChatGPT redirects you to sign in to Reaudit and authorize access
  7. Once approved, open the + (or Developer mode) menu in any chat and enable the Reaudit connector
ChatGPT uses OAuth, not API keys -- there's nothing to copy from the dashboard. Just sign in with your Reaudit account when prompted.
Developer mode gives the model full read/write access to connector tools. Review write actions before confirming them, and only enable connectors you trust.

Microsoft Copilot Studio

Add Reaudit to a Microsoft Copilot Studio agent (also surfaces in Microsoft 365 Copilot). Reaudit supports OAuth with Dynamic Client Registration and discovery, so no manual app registration is required.

  1. In Copilot Studio, open your agent and go to Tools → Add a tool → Model Context Protocol
  2. Choose Connect to an existing MCP server (the MCP onboarding wizard)
  3. Enter the server URL: https://mcp.reaudit.io/mcp
  4. For authentication, choose OAuth 2.0 → Dynamic discovery
  5. Save, then create a connection -- you'll be redirected to sign in to Reaudit and authorize access
"Dynamic discovery" works because Reaudit publishes OAuth protected-resource and authorization-server metadata plus a registration endpoint. If your tenant requires it, you can instead pick Manual and point at https://reaudit.io/api/oauth/authorize and https://reaudit.io/api/oauth/token.

Mistral Le Chat

Le Chat connects to any remote MCP server using OAuth 2.1 -- no API key needed. Adding a custom connector requires an admin on Team plans (Free/Pro users are admins by default).

  1. In the left sidebar, open Intelligence → Connectors
  2. Click + Add Connector and open the Custom MCP Connector tab
  3. Connector name: reaudit (no spaces)
  4. Server URL: https://mcp.reaudit.io/mcp
  5. Authentication is auto-detected as OAuth 2.1 -- click Connect and authorize Reaudit
  6. In a chat, open the Tools menu and enable the Reaudit connector

VS Code (Copilot)

  1. Open Settings (Ctrl/Cmd + ,)
  2. Search for "mcp" and click Edit in settings.json
  3. Add:
settings.json
{
  "mcp": {
    "servers": {
      "reaudit": {
        "url": "https://mcp.reaudit.io/sse?apiKey=YOUR_API_KEY"
      }
    }
  }
}

Windsurf

  1. Open Windsurf Settings → Cascade → MCP Servers
  2. Click Add Server → Add custom server
  3. Add:
MCP Server Config
{
  "mcpServers": {
    "reaudit": {
      "url": "https://mcp.reaudit.io/sse?apiKey=YOUR_API_KEY"
    }
  }
}

Claude Code

Run in your terminal:

claude mcp add --transport http reaudit https://mcp.reaudit.io/mcp?apiKey=YOUR_API_KEY

Flags like --transport must come before the server name. Use --scope project to share the config with your team via .mcp.json.


Other Clients

The server supports two transports. Use whichever your client supports:

Streamable HTTP (recommended for newer clients)

https://mcp.reaudit.io/mcp?apiKey=YOUR_API_KEY

SSE (legacy, for older clients)

https://mcp.reaudit.io/sse?apiKey=YOUR_API_KEY

No local installation or Node.js required. Both transports support API key authentication.

OAuth-capable clients (anything that supports remote MCP servers with OAuth, like Microsoft Copilot, Mistral Le Chat, Perplexity, and others) can connect to https://mcp.reaudit.io/mcp without an API key -- just sign in to Reaudit when prompted. Reaudit handles OAuth discovery and dynamic client registration automatically.

Troubleshooting


Next Steps

  • Use Cases -- Reporting and optimization examples
  • Capabilities -- What the MCP server can do
  • FAQ -- Common questions
Was this page helpful?

On this page

Get Your API KeyCursorClaude.ai (Web)Claude DesktopChatGPTMicrosoft Copilot StudioMistral Le ChatVS Code (Copilot)WindsurfClaude CodeOther ClientsTroubleshootingNext Steps