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

Footer

500+ Companies
Trust Reaudit
99.9% Uptime
Reliable Service
Global Coverage
Worldwide Support
Reaudit
Enterprise GEO Intelligence Platform

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

hello@reaudit.io
+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
  • Careers
  • Partners
  • Press Kit
  • Contact

Resources

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

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.

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. Select Type: SSE and paste the URL, or add the JSON config:
mcp.json
{
  "mcpServers": {
    "reaudit": {
      "url": "https://mcp.reaudit.io/sse?apiKey=YOUR_API_KEY"
    }
  }
}

Replace YOUR_API_KEY with the key from Step 1.


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.

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.


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 DesktopVS Code (Copilot)WindsurfClaude CodeOther ClientsTroubleshootingNext Steps