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

# Introduction

> Connect your AI assistant to Well financial data

## What is MCP?

The **Model Context Protocol (MCP)** is an open standard that allows AI assistants to securely connect to external data sources and tools. Instead of copy-pasting data into your AI chat, MCP enables direct, real-time access to your Well data.

## Why Use Well MCP?

<CardGroup cols={2}>
  <Card title="Natural Language Queries" icon="message">
    Ask questions like "Show me unpaid invoices over 1000 EUR" and get instant answers
  </Card>

  <Card title="Real-time Data" icon="bolt">
    Access your latest invoices, companies, and contacts directly
  </Card>

  <Card title="Create Records" icon="plus">
    Create companies and contacts through natural conversation
  </Card>

  <Card title="Secure" icon="lock">
    OAuth authentication keeps your data safe
  </Card>
</CardGroup>

## How It Works

**AI Client** → **Well MCP Server** → **Well API** → **Your Data**

Your AI client connects to the Well MCP server, which securely fetches data from your Well workspace using OAuth authentication.

## Capabilities

| Category            | Data Types            | Status      |
| ------------------- | --------------------- | ----------- |
| **Financial Data**  | Invoices              | Available   |
| **Financial Data**  | Payments, Accounts    | Coming Soon |
| **Contacts**        | Companies, People     | Available   |
| **Documents**       | Documents, Connectors | Available   |
| **Payment Methods** | Payment Means         | Coming Soon |

<Info>
  New capabilities are added regularly. Check the [Tools Reference](/mcp/tools-reference) for the
  latest available tools.
</Info>

## Supported Clients

Well MCP works with any MCP-compatible client:

<CardGroup cols={3}>
  <Card title="Claude Desktop" icon={<img src="/images/logos/claude.png" width="20" />} href="/mcp/clients#claude-desktop">
    Anthropic's desktop app
  </Card>

  <Card title="Claude Code" icon={<img src="/images/logos/claude.png" width="20" />} href="/mcp/clients#claude-code">
    CLI for developers
  </Card>

  <Card title="Cursor" icon={<img src="/images/logos/cursor.png" width="20" />} href="/mcp/clients#cursor">
    AI-powered IDE
  </Card>

  <Card title="Windsurf" icon={<img src="/images/logos/windsurf.png" width="20" />} href="/mcp/clients#windsurf">
    AI-powered IDE
  </Card>

  <Card title="ChatGPT" icon={<img src="/images/logos/openai.png" width="20" />} href="/mcp/clients#chatgpt">
    OpenAI's assistant
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/mcp/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Client Setup" icon="display" href="/mcp/clients">
    Configure your specific AI client
  </Card>
</CardGroup>

## Privacy & Support

* **Privacy Policy:** [wellapp.ai/privacy](https://wellapp.ai/privacy)
* **Support:** [support@wellapp.ai](mailto:support@wellapp.ai)
* **Documentation:** [docs.wellapp.ai](https://docs.wellapp.ai)
