Free & unauthenticated

Connect Solvenq to your AI assistant

Run Solvenq’s free Exposure Audit from inside Claude, Claude Code, Cursor, or any MCP client — no account, no API key. One tool, run_exposure_audit(domain): the first call starts the audit (about 2–3 minutes), and calling it again with the same domain returns the results. Free usage is capped per day.

Server endpoint

MCP Streamable HTTP transport. No authentication.

https://solvenq.com/backend/mcp

Setup

  1. 01

    Claude

    In claude.ai, go to Settings → Connectors → Add custom connector, and paste the endpoint URL below.

    https://solvenq.com/backend/mcp

    Full Claude setup guide

  2. 02

    Claude Code

    Run this in a terminal to add the Solvenq MCP server:

    claude mcp add --transport http solvenq https://solvenq.com/backend/mcp

    Full Claude Code setup guide

  3. 03

    ChatGPT

    Requires a paid ChatGPT plan (Plus and up). In ChatGPT, go to Settings → Apps → Advanced settings and turn on Developer mode, then add a connector with no authentication and this server URL:

    https://solvenq.com/backend/mcp

    Full ChatGPT setup guide

  4. 04

    OpenAI API

    Pass the server as a remote MCP tool in a Responses API call:

    "tools": [{
      "type": "mcp",
      "server_label": "solvenq",
      "server_description": "Free Solvenq Exposure Audit for any domain.",
      "server_url": "https://solvenq.com/backend/mcp",
      "require_approval": "never"
    }]

    Full OpenAI API setup guide

  5. 05

    Cursor / other MCP clients

    Add this entry to your client's MCP server config:

    {
      "mcpServers": {
        "solvenq": {
          "url": "https://solvenq.com/backend/mcp",
          "type": "http"
        }
      }
    }

    Full Cursor setup guide

Questions

Is this really free?
Yes. run_exposure_audit needs no account and no API key. Free usage is capped per day to keep the server available for everyone — if you hit the cap, the tool returns a clear message telling you so.
What data does it need?
Just a domain. The tool reads nothing that belongs to you — no account, no files, no browsing history. It runs the same public-source Exposure Audit anyone can run on solvenq.com, from inside your assistant.
How long does it take?
The first call starts the audit, which takes about 2–3 minutes to research. Call run_exposure_audit again with the same domain to fetch the finished results.
Where's the full product?
The MCP server exposes the free Exposure Audit only. Each completed result ends with a link to view the same result on solvenq.com (and run a free audit there). For continuous monitoring, cited Dossiers, and tracked rivals, see the full product at https://solvenq.com/product or the pricing page.

Want continuous monitoring, not just one audit?

The MCP server exposes the free Exposure Audit only. See the full product or pricing for cited Dossiers and tracked rivals.

Answer engines

Ask an AI about Solvenq

Get an independent rundown of what Solvenq does, how it works, and how it compares — straight from your assistant of choice.