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

# Quickstart

> Connect any AI tool to Corvera's MCP server and run your first query.

Corvera exposes your connected data through a single hosted MCP server:

```
https://mcp.corvera.ai/mcp
```

Add it to any MCP-capable tool, sign in once, and start asking questions of your
data.

<Steps>
  <Step title="Make sure your account has integrations connected">
    You need a Corvera account with at least one data source connected. If you
    don't have one yet, [book a demo](https://www.corvera.ai/schedule-demo) and our team will get
    your systems set up.
  </Step>

  <Step title="Add the Corvera MCP server to your tool">
    Add the HTTP MCP server `https://mcp.corvera.ai/mcp` to the AI tool you use.
    The exact steps differ per tool — follow the matching guide:

    <Columns cols={2}>
      <Card title="Claude" icon="message" href="/tutorials/claude" />

      <Card title="ChatGPT" icon="comment" href="/tutorials/chatgpt" />

      <Card title="Cursor" icon="code" href="/tutorials/cursor" />

      <Card title="Lovable" icon="heart" href="/tutorials/lovable" />

      <Card title="Replit" icon="laptop-code" href="/tutorials/replit" />
    </Columns>

    <Tip>
      Already signed in to [context.corvera.ai](https://context.corvera.ai)? Click
      **Connect MCP** in the top bar to copy the server URL straight to your clipboard —
      no need to type it.
    </Tip>
  </Step>

  <Step title="Sign in to Corvera">
    The first time your tool connects, Corvera opens a sign-in popup. Authorize
    the connection with your Corvera account to link your tool to your data.
  </Step>

  <Step title="List your integrations">
    Confirm the connection by asking your tool to run `list_my_integrations`.
    It returns the data sources your account has connected and that are
    available to query.
  </Step>

  <Step title="Ask a question">
    Ask a question in plain language, for example:

    > What were my total units sold by store last week?

    Your tool picks the right Corvera tool, runs the query against your governed
    data, and answers.
  </Step>
</Steps>

<Note>
  The tools you can call are gated by your active integrations. Connect a new
  data source and its tools become available automatically — no reconfiguration
  needed.
</Note>
