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

# Setup guide

> Connect the RWA.xyz MCP server to Claude

This guide walks through connecting RWA.xyz to Claude using a custom connector. The whole process takes a few minutes.

<Note>
  Claude is the only supported MCP client today. Support for more clients is coming soon.
</Note>

## Before you start

You'll need:

* An RWA.xyz account with access to MCP tools. Log in at [app.rwa.xyz](https://app.rwa.xyz/login). If you don't have access, contact [team@rwa.xyz](mailto:team@rwa.xyz).
* A Claude account that supports custom connectors (the **Add custom connector** feature is in beta).

## Step 1 — Generate your OAuth credentials

<Steps>
  <Step title="Open the MCP settings page">
    Go to [app.rwa.xyz/tools/mcp](https://app.rwa.xyz/tools/mcp) and start the **Connect** flow.
  </Step>

  <Step title="Name your connection">
    Give your connection a recognizable name (at least 10 characters) — for example, the device or tool you're connecting from, like `My MacBook — Claude Desktop`. Then click **Create & get credentials**.

    RWA.xyz creates an OAuth client for you and returns a **Client ID** and **Client Secret**.
  </Step>

  <Step title="Copy your client secret">
    <Warning>
      Your **Client Secret is shown only once.** Copy it now and store it somewhere safe — you won't be able to view it again. If you lose it, you can create a new connection.
    </Warning>
  </Step>
</Steps>

## Step 2 — Add the connector in Claude

<Steps>
  <Step title="Open the connector settings">
    In Claude, go to **Settings → Connectors → Add custom connector**.
  </Step>

  <Step title="Fill in the connection details">
    Enter the following values:

    | Claude field          | Value                 |
    | --------------------- | --------------------- |
    | Name                  | `RWA.xyz`             |
    | Remote MCP server URL | `https://mcp.rwa.xyz` |

    Then expand **Advanced settings** and enter your OAuth credentials from Step 1:

    | Claude field        | Value              |
    | ------------------- | ------------------ |
    | OAuth Client ID     | Your Client ID     |
    | OAuth Client Secret | Your Client Secret |
  </Step>

  <Step title="Add the connector">
    Click **Add**. Claude will connect to the RWA.xyz MCP server using your credentials.
  </Step>
</Steps>

## Step 3 — Start querying

That's it — you're connected. Try asking Claude something like:

> What are the top 5 tokenized treasury products by market value?

Claude will call the RWA.xyz MCP tools to fetch live data and answer. See the [Overview](/mcp/overview) for the full list of what you can query.

## Managing your connection

You can view, rename, or revoke your OAuth clients at any time from the [MCP settings page](https://app.rwa.xyz/tools/mcp/settings/oauth). Revoking a client immediately disconnects any assistant using it.

## Troubleshooting

<AccordionGroup>
  <Accordion title="Claude can't connect / authentication fails">
    Double-check that the **Client ID** and **Client Secret** were entered under **Advanced settings** exactly as generated, with no extra spaces. If you didn't save the secret, create a new connection on the [MCP settings page](https://app.rwa.xyz/tools/mcp) and try again.
  </Accordion>

  <Accordion title="I don't see the MCP settings page">
    MCP access may not be enabled for your account. Contact [team@rwa.xyz](mailto:team@rwa.xyz) to request access.
  </Accordion>

  <Accordion title="I don't see 'Add custom connector' in Claude">
    Custom connectors are a beta feature and may not be available on all plans. Make sure your Claude app is up to date.
  </Accordion>
</AccordionGroup>

## Need help?

* **Email:** [team@rwa.xyz](mailto:team@rwa.xyz)
* **Documentation:** [docs.rwa.xyz](https://docs.rwa.xyz)
