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

> Connect Corvera's MCP server to the Replit agent.

Connect Replit to Corvera's hosted MCP server so the Replit agent can build apps
on top of your data.

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

<Note>
  On Replit **Teams** plans, your organization may restrict which MCP servers
  are allowed — if Corvera is blocked, ask your admin to permit it.
</Note>

<Steps>
  <Step title="Open the integrations pane">
    In Replit, open the **Integrations** pane for the Replit agent and scroll to
    **MCP Servers**. Click **Add MCP server**.
  </Step>

  <Step title="Add the Corvera server">
    Enter the server URL `https://mcp.corvera.ai/mcp`, then click **Test and
    Save**.
  </Step>

  <Step title="Sign in to Corvera">
    Choose **Authenticate with OAuth** and complete the sign-in with your
    Corvera account.
  </Step>
</Steps>

## Try it out

Confirm the connection, then ask the agent:

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

```text theme={null}
Build an app that shows my weekly sales by store.
```

```text theme={null}
Pull my open orders from my 3PL and flag anything overdue.
```

<Note>
  For the full reference, see the
  [Replit MCP docs](https://docs.replit.com/replitai/mcp/overview).
</Note>
