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

# AI Integration

Thanx provides AI-powered tools to help developers integrate with our APIs more efficiently. These tools enable natural language interactions with our documentation and APIs through the Model Context Protocol (MCP).

## Available Tools

<CardGroup cols={1}>
  <Card title="Docs MCP Server" href="/ai/docs-mcp">
    Search and interact with Thanx API documentation using AI
  </Card>
</CardGroup>

## What is MCP?

The [Model Context Protocol](https://modelcontextprotocol.io/) is an open standard that enables AI applications to securely connect with external data sources and tools. With MCP, you can:

* Search documentation using natural language
* Get instant answers about API endpoints and parameters
* Generate code examples for your use case
* Integrate Thanx capabilities into your AI workflows

## Getting Started

1. **Install an MCP-compatible client** like Claude Desktop or Claude Code
2. **Add the Thanx MCP server** to your client configuration
3. **Start asking questions** about the Thanx API in natural language

For detailed setup instructions, see the [Docs MCP Server](/ai/docs-mcp) guide.

## Benefits

* **Faster Development**: Get instant answers without searching through documentation
* **Code Generation**: Generate API integration code in your preferred language
* **Natural Language**: Ask questions in plain English instead of searching for specific terms
* **Always Up-to-Date**: MCP servers stay synchronized with the latest documentation

## Support

For questions about AI integrations, contact us at <a href="mailto:developer.support@thanx.com">[developer.support@thanx.com](mailto:developer.support@thanx.com)</a>.
