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

# Integration guides

> Connect Cotality MCP to your AI tools and development environment.

Practical guides for connecting to and testing Cotality MCP.

<CardGroup cols={3}>
  <Card title="MCP clients" icon="plug" href="/mcp/connect">
    Configure VS Code, Cursor, Claude Code, or any Streamable HTTP-compatible client to connect with Cotality MCP.
  </Card>

  <Card title="Python example" icon="python" href="/mcp/python">
    A concise programmatic example using the MCP SDK to connect and call tools from Python.
  </Card>

  <Card title="MCP tester" icon="flask" href="/mcp/tester">
    Test and explore available MCP tools interactively in your browser.
  </Card>
</CardGroup>
