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

# Integrations Overview

> Connect external services into Corvic, and integrate Corvic into your own workflows.

Corvic integrates in two directions:

<CardGroup cols={2}>
  <Card title="Connect services into Corvic" icon="arrow-right-to-bracket" href="/integrations/connect-services">
    Let your agents reach external services — call third-party APIs securely using the API Secret Vault.
  </Card>

  <Card title="Integrate Corvic via MCP" icon="arrow-right-from-bracket" href="/integrations/mcp-overview">
    Bring Corvic's agents and rooms into your own applications and workflows over the Model Context Protocol.
  </Card>
</CardGroup>

## 1. Connect services into Corvic

Bring external systems *into* Corvic so your agents can act on them. Using the [API Secret Vault](/features/api-secret-vault), you connect an external service once — Salesforce, Stripe, PubMed, a database, or any HTTPS API — and your agents call it securely from code, with credentials injected by Corvic's proxy.

<Card title="Connect External Services" icon="key" href="/integrations/connect-services">
  Securely connect and call third-party APIs.
</Card>

## 2. Integrate Corvic via MCP

Bring Corvic *out* into your existing tools and workflows. Corvic exposes its capabilities through the **Model Context Protocol (MCP)**, a standard way for AI systems to consume tools and data. There are two levels:

| Level         | Use it to                                                                                    | Guide                                          |
| ------------- | -------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| **Agent MCP** | Query a deployed agent, retrieve cited resources, and trigger sync/deploy from your own code | [Agent MCP](/integrations/mcp-api-integration) |
| **Room MCP**  | Programmatically list a room's workflows and feature views and download their data (Parquet) | [Room MCP](/integrations/room-mcp)             |

Agent MCP works with any MCP-compatible client, so you can call Corvic from Python, notebooks, agent frameworks, or your own backend services.
