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

# Agent MCP Integrations

> Integrate Corvic AI with various generative AI workflows and platforms

## Using agent MCP endpoint in different platforms

Example integrations of the Corvic AI API with various generative AI workflows and platforms. Supported platforms:

* [Python](/integrations/python)
* [Jupyter Notebook](/integrations/jupyter)
* [OpenAI](/integrations/openai)
* [CrewAI](/integrations/crewai)
* [Langchain](/integrations/langchain)
* [FastAPI](/integrations/fastapi)

Each page includes:

* **Code Examples**: Platform-specific integration code
* **Documentation**: Instructions and explanations for setting up and using the integrations

### Getting Started

To get started with a specific integration:

* **Use the Corvic AI platform** to develop and deploy production agentic applications on your enterprise data
* **Obtain the MCP endpoint and access token** for the deployed application from the Corvic AI dashboard
* Navigate to the desired page (e.g., Python Integration)
* Follow the setup instructions provided in the page
* Run the example code to see the Corvic AI API integration in action

### Supported Integrations

<CardGroup cols={2}>
  <Card title="Python Integration" icon="python" href="/integrations/python">
    Native Python integration with Corvic AI MCP protocol.
  </Card>

  <Card title="Jupyter Notebook" icon="notebook" href="/integrations/jupyter">
    Build lightweight GenAI testing frameworks with Corvic.
  </Card>

  <Card title="OpenAI Integration" icon="openai" href="/integrations/openai">
    Integrate Corvic with OpenAI agent frameworks.
  </Card>

  <Card title="CrewAI Integration" icon="crewai" href="/integrations/crewai">
    Use Corvic with CrewAI multi-agent systems.
  </Card>

  <Card title="Langchain Integration" icon="langchain" href="/integrations/langchain">
    Integrate Corvic with Langchain applications.
  </Card>

  <Card title="FastAPI Integration" icon="fastapi" href="/integrations/fastapi">
    Wrap Corvic MCP with FastAPI for web integrations.
  </Card>
</CardGroup>

### Model Context Protocol (MCP)

Corvic supports the Model Context Protocol (MCP), enabling seamless integration with various AI platforms and tools. MCP provides a standardized way to connect Corvic's embedding spaces and agents with external AI systems.
