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

# AI Assistant Integration

> Connect our API docs to GitHub Copilot, Claude, VS Code, and other AI tools

## Use Our Docs with AI Assistants

Our documentation is available as an **MCP (Model Context Protocol) server**, allowing AI assistants to search and understand our API in real-time.

## Supported Tools

<CardGroup cols={4}>
  <Card title="GitHub Copilot" icon="github">
    Use in VS Code and IDEs
  </Card>

  <Card title="Claude Desktop" icon="message-bot">
    Search docs in conversations
  </Card>

  <Card title="VS Code" icon="code">
    Use with Continue extension
  </Card>

  <Card title="Custom Tools" icon="wrench">
    Any MCP-compatible client
  </Card>
</CardGroup>

## MCP Server URL

```text theme={null}
https://docs.oneclickdz.com/mcp
```

Simply add this to your AI tool's MCP configuration to enable our documentation search.

## What You Can Do

Once connected, ask your AI assistant:

* "How do I authenticate with the Flexy API?"
* "Show me the mobile top-up endpoints"
* "Explain gift card ordering process"
* "What's the webhook configuration?"
* "Give me code examples for sending top-ups"

The AI will search our docs and provide accurate, up-to-date answers.

## Benefits

<CardGroup cols={2}>
  <Card title="Always Current" icon="arrows-rotate">
    Docs are fetched in real-time, always up-to-date
  </Card>

  <Card title="Smart Search" icon="magnifying-glass">
    AI understands context and finds relevant info
  </Card>

  <Card title="Code Examples" icon="code">
    Get actual code from our documentation
  </Card>

  <Card title="No Setup Required" icon="bolt">
    No API keys needed, just add the URL
  </Card>
</CardGroup>

## Available Search Tool

The MCP server provides one powerful tool:

**`SearchOneClickDzFlexyApi`**

* Searches across all documentation
* Returns relevant sections with links
* Understands natural language queries
* Provides context-aware answers

***

<Info>
  **New to MCP?** It's an open standard that lets AI assistants connect to external knowledge bases. No programming required - just add our URL to your AI tool's settings.
</Info>

<Tip>
  For detailed setup instructions for your specific tool, check the tool's MCP documentation. Most tools use a similar configuration format.
</Tip>
