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

# MCP

> Install the public Paylead MCP server to let an AI coding assistant search and read this documentation directly.

Paylead publishes this documentation as a public MCP server, at `https://docs.paylead.fr/mcp` over streamable HTTP. Connect an AI coding assistant, such as Claude Code, Cursor, VS Code, or Codex, to search and read live pages instead of relying on training data. This is the recommended way for an agent to browse the Paylead documentation.

| Property       | Value                                                   |
| -------------- | ------------------------------------------------------- |
| Endpoint       | `https://docs.paylead.fr/mcp`                           |
| Transport      | Streamable HTTP                                         |
| Authentication | None, this documentation is public                      |
| Access         | Read-only, plus a tool to submit documentation feedback |

<Note>
  This is a documentation server, not the Paylead API: it cannot create [Consumers](/glossary#consumer), push transactions, or reach sandbox or production. To call the platform itself, start with the [Quickstart](/program/user-journey/quickstart).
</Note>

See your AI tool's own MCP documentation for the exact setup steps, and point it at the endpoint above.

## What's next

<CardGroup cols={2}>
  <Card title="Consumer lifecycle" icon="user-cog" href="/program/user-journey/guides/manage-consumers">
    Create a Consumer, opt them in to a service, and manage their account.
  </Card>

  <Card title="Share transactions" icon="refresh-cw" href="/program/user-journey/concepts/transaction-lifecycle">
    How a transaction becomes an attributed Reward.
  </Card>
</CardGroup>
