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

# Tool reference

> All tools exposed by the Qonto MCP server, grouped by domain

The Qonto MCP server exposes a curated set of tools, built on top of the [Business API](/api-reference/introduction). A tool may use one or several API endpoints downstream, so it does not map one-to-one to an API operation. The pages below group the tools by domain; where a tool relates to specific API operations, they are linked so you can jump straight to the full request and response schema in the API reference.

<CardGroup cols={2}>
  <Card title="Accounts and organizations" icon="building" href="/mcp/tools/accounts-and-organizations">
    Organization, memberships, teams, labels.
  </Card>

  <Card title="Cards" icon="credit-card" href="/mcp/tools/cards">
    Create, lifecycle, options, iframe URL.
  </Card>

  <Card title="Transactions and statements" icon="arrow-right-arrow-left" href="/mcp/tools/transactions-and-statements">
    Transactions, statements, attachments.
  </Card>

  <Card title="Uploading attachments" icon="paperclip" href="/mcp/tools/attachments">
    Upload receipts and invoices to transactions, suppliers, and clients.
  </Card>

  <Card title="Cash flow categories" icon="folder-tree" href="/mcp/tools/cash-flow-categories">
    Browse the category catalog, grow it, and tag transactions.
  </Card>

  <Card title="Clients" icon="address-book" href="/mcp/tools/clients">
    List, create, update, delete clients.
  </Card>

  <Card title="Invoices and billing" icon="file-invoice-dollar" href="/mcp/tools/invoices">
    Client invoices, credit notes, quotes, products, supplier invoices.
  </Card>

  <Card title="Payment links" icon="link" href="/mcp/tools/payment-links">
    Shareable checkout pages and the payments made against them.
  </Card>

  <Card title="Requests" icon="check-double" href="/mcp/tools/requests">
    Card requests, multi-transfer requests, approvals.
  </Card>

  <Card title="Plans and pricing" icon="tag" href="/mcp/tools/plans-and-pricing">
    The organization's own plan, plus Qonto's public price list.
  </Card>
</CardGroup>
