> For the complete documentation index, see [llms.txt](https://docs.re.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.re.xyz/products/mcp-server.md).

# MCP Server

For those looking to interface with Re data from a less-technical position, all the data served by [the API](/products/api-reference.md) is also available via an MCP server for AI agents.

<a href="https://claude.ai/customize/connectors?modal=add-custom-connector&#x26;connectorName=Re%20Protocol&#x26;connectorUrl=https://app.re.xyz/mcp" class="button primary" data-icon="claude">Install for Claude </a><a href="https://cursor.com/en/install-mcp?name=re-protocol&#x26;config=eyJ1cmwiOiJodHRwczovL2FwaS5yZS54eXovbWNwIn0%3D" class="button primary" data-icon="cursor">Install for Cursor</a><a href="https://vscode.dev/redirect/mcp/install?name=re-protocol&#x26;config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapi.re.xyz%2Fmcp%22%7D" class="button primary" data-icon="vscode">Install for VS Code</a>

### Install Anywhere

The Re Protocol MCP server can be installed anywhere that MCP servers are supported using the following URL

```
https://api.re.xyz/mcp
```

### Claude Code

Install the Re Protocol MCP server to Claude Code using the following command:

```
claude mcp add --transport http re-protocol https://api.re.xyz/mcp
```

Or, just ask Claude:

> Install the Re Protocol MCP server from `https://api.re.xyz/mcp`

### Gemini CLI

Install the Re Protocol MCP server to the Gemini CLI using the following command:

```
gemini mcp add --transport http re-protocol https://api.re.xyz/mcp
```

### Codex CLI

Install the Re Protocol MCP server to the Codex CLI using the following command:

```
codex mcp add re-protocol -- npx -y mcp-remote https://api.re.xyz/mcp
```

Or, merge the following into `~/.codex/config.toml`:

```
[mcp_servers.re-protocol]
command = "npx"
args = ["-y", "mcp-remote", "https://api.re.xyz/mcp"]
```

### Everything Else

Find instructions to install the Re Protocol MCP almost anywhere else using the following link:

<a href="https://install.apicommons.org/?config=eyJuYW1lIjoiUmUgUHJvdG9jb2wiLCJyZW1vdGUiOnsidHlwZSI6Imh0dHAiLCJ1cmwiOiJodHRwczovL2FwaS5yZS54eXovbWNwIn19" class="button primary" data-icon="arrow-down-to-line">Install the Re Protocol MCP server</a>

***

<sub>*For educational and informational purposes only. Nothing on this Site is investment, financial, legal, or tax advice, or an offer, solicitation, or recommendation to buy, sell, or hold any digital asset, including reUSD and reUSDe. Yields are not guaranteed and all figures are illustrative, not a promise of return; past performance is not a reliable indicator of future results. Digital assets involve significant risk, including total loss of principal — the Tokens are not bank deposits and are not insured by any government agency. The Tokens are available only to eligible non-U.S. persons in permitted jurisdictions and are subject to KYC/AML requirements. The binding terms of the applicable agreements govern and prevail over this summary. See our full*</sub> [<sub>*Disclosures*</sub>](https://re.xyz/disclosure) <sub>*for important additional information.*</sub>
