MCP Server
Last updated
For those looking to interface with Re data from a less-technical position, all the data served by the API is also available via an MCP server for AI agents.
Install for Claude Install for CursorInstall for VS Code
The Re Protocol MCP server can be installed anywhere that MCP servers are supported using the following URL
https://api.re.xyz/mcpInstall the Re Protocol MCP server to Claude Code using the following command:
claude mcp add --transport http re-protocol https://api.re.xyz/mcpOr, just ask Claude:
Install the Re Protocol MCP server from
https://api.re.xyz/mcp
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/mcpInstall the Re Protocol MCP server to the Codex CLI using the following command:
Or, merge the following into ~/.codex/config.toml:
Find instructions to install the Re Protocol MCP almost anywhere else using the following link:
Install the Re Protocol MCP server
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 Disclosures for important additional information.
Last updated
codex mcp add re-protocol -- npx -y mcp-remote https://api.re.xyz/mcp[mcp_servers.re-protocol]
command = "npx"
args = ["-y", "mcp-remote", "https://api.re.xyz/mcp"]