> ## 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.

# Add Corvera to Lovable

> Connect Corvera's MCP server to Lovable as a chat connector.

Connect Lovable to Corvera's hosted MCP server so the Lovable agent can build
with your real data as context.

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

<Steps>
  <Step title="Open the MCP settings">
    In your project, go to **Project Settings → Integrations → MCP Servers** and
    click **Add Server**.
  </Step>

  <Step title="Add the Corvera server">
    Paste the server URL `https://mcp.corvera.ai/mcp`. Leave the authentication
    method as **OAuth** (the default).
  </Step>

  <Step title="Sign in to Corvera">
    Click **Add & authorize** and complete the sign-in with your Corvera
    account. Lovable stores the connection securely in your project's vault.
  </Step>
</Steps>

## Try it out

Corvera now appears as a chat connector. Ask the agent to use it:

```text theme={null}
Run list_my_integrations and tell me what data I can query.
```

```text theme={null}
Build a sales dashboard from my weekly EPOS by store.
```

```text theme={null}
Create a reorder view from my 3PL on-hand inventory.
```

<Note>
  For the full reference, see the
  [Lovable MCP servers docs](https://docs.lovable.dev/integrations/mcp-servers).
</Note>
