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

# MCP Server

> Model Context Protocol server for itellicoAI documentation

<Note>
  **Beta Feature** - The Model Context Protocol (MCP) server is currently in beta. Connect AI applications directly to itellicoAI documentation.
</Note>

## Hosted MCP Server

Access your MCP server and preview available tools through our hosted documentation MCP server.

### MCP Server URL

Use the following URL to connect AI applications to your documentation:

```
https://docs.itellico.ai/mcp
```

***

## Available Tools

### SearchItellicoAi

Search across the itellicoAI knowledge base to find relevant information, code examples, API references, and guides.

**Use this tool when you need to:**

* Answer questions about itellicoAI
* Find specific documentation
* Understand how features work
* Locate implementation details

**Returns:**

* Contextual content with titles
* Direct links to documentation pages

***

## Connecting Your AI Application

<Steps>
  <Step title="Get the MCP URL">
    Copy the MCP server URL: `https://docs.itellico.ai/mcp`
  </Step>

  <Step title="Configure Your AI Client">
    Add the MCP server to your AI application's configuration
  </Step>

  <Step title="Start Using">
    Your AI can now search and reference itellicoAI documentation directly
  </Step>
</Steps>

***

## Example Usage

When connected, your AI assistant can search the documentation:

```
User: "How do I create an agent with Python SDK?"
AI: [Uses SearchItellicoAi tool]
AI: "Here's how to create an agent with the Python SDK..."
```

The tool provides direct access to:

* API references
* SDK documentation
* Setup guides
* Code examples
* Best practices

***

## Learn More About MCP

<Card title="What is Model Context Protocol?" icon="circle-question" href="https://modelcontextprotocol.io">
  Learn about the Model Context Protocol standard
</Card>

## Related Docs

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/introduction">
    Start with the main product docs before connecting an AI client
  </Card>

  <Card title="API Reference" icon="brackets-curly" href="/api-reference/introduction">
    Review platform APIs and authentication concepts
  </Card>

  <Card title="SDKs" icon="code" href="/api-reference/sdks">
    Explore Python and TypeScript SDK options
  </Card>

  <Card title="Supported Providers" icon="circle-nodes" href="/reference/supported-providers">
    Check which model, voice, and transcription providers are available
  </Card>
</CardGroup>

<Warning>
  This is a beta feature. The MCP server URL and available tools may change as we improve the service.
</Warning>
