> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sovrnti.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Add Sovrnti to Claude.ai, Claude Code, ChatGPT, Mistral Vibe... and start having sovereignty insights.

<Steps>
  <Step title="Create an account">
    Sign up for a free account [`Sovrnti sign-up`](https://app.sovrnti.io/sign-up)
  </Step>

  <Step title="Connect Sovrnti MCP">
    <Tabs>
      <Tab title="Claude.ai">
        1. Open **Customize** → **Connectors** → **Add custom connector**.
        2. Choose the name (eg. `Sovrnti`)
        3. Enter the MCP server URL: `https://graph.sovrnti.io/mcp`.
        4. Click **Add** and approve the sign-in prompt.
      </Tab>

      <Tab title="Claude Code">
        ```text theme={null}
        claude mcp add --transport http sovrnti https://graph.sovrnti.io/mcp
        ```
      </Tab>

      <Tab title="ChatGPT">
        1. Open **Apps** → **Settings** → **Create an app**.
        2. Choose the name (eg. `Sovrnti`)
        3. Enter the Server URL: `https://graph.sovrnti.io/mcp`.
        4. Complete sign-in to Sovrnti.
      </Tab>

      <Tab title="Mistral Vibe">
        1. In Chat or Work, open **Connectors** → **Add connector** → **Custom MCP connector (tab)**.
        2. Enter `https://graph.sovrnti.io/mcp` as the connector server.
        3. Create the connector.
        4. Approve the connection with your account.
      </Tab>
    </Tabs>

    <Note>
      Using a different MCP client ? Just enter `https://graph.sovrnti.io/mcp` as the connector  URL. Any client that supports MCP works !
    </Note>
  </Step>

  <Step title="Ask a question">
    Once connected, ask in plain English:

    ```text theme={null}
    What technology markets does Sovrnti cover?
    ```

    To go straight to a Snapshot:

    ```text theme={null}
    Show me the snapshot for the collaboration market.
    ```

    Your AI handles calling the tools — you just ask.
  </Step>
</Steps>

For the full list of what's available, see [Capabilities](/mcp/tools/introduction).
