> ## 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.

# Overview

> Bring RWA.xyz data into your AI workflow with the RWA.xyz MCP server

The **RWA.xyz MCP server** gives AI assistants direct, OAuth-secured access to RWA.xyz's tokenized real-world asset data. Once connected, you can research markets, compare assets, and answer questions about tokens, issuers, networks, and more — without leaving your chat.

MCP ([Model Context Protocol](https://modelcontextprotocol.io)) is an open standard for connecting AI assistants to external tools and data sources.

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

## Connection details

| Field                 | Value                                 |
| --------------------- | ------------------------------------- |
| Server name           | `RWA.xyz`                             |
| Remote MCP server URL | `https://mcp.rwa.xyz`                 |
| Authentication        | OAuth 2.0 (Client ID + Client Secret) |

You generate your OAuth Client ID and Secret from the [MCP settings page](https://app.rwa.xyz/tools/mcp) on RWA.xyz. See the [Setup guide](/mcp/setup) for step-by-step instructions.

## What you can do

The MCP server exposes RWA.xyz's data through a set of tools your assistant can call on your behalf. These cover the same data available through the [API](/api/overview) and [Data Catalog](https://app.rwa.xyz/catalog), including:

<CardGroup cols={2}>
  <Card title="Assets & tokens" icon="coins">
    Query tokenized asset metrics, search tokens, and inspect token holders.
  </Card>

  <Card title="Issuers & managers" icon="building">
    Look up the issuers and asset managers behind tokenized products.
  </Card>

  <Card title="Networks & platforms" icon="diagram-project">
    Explore blockchain networks, platforms, and protocols.
  </Card>

  <Card title="Service providers" icon="handshake">
    Find service providers across the tokenization ecosystem.
  </Card>

  <Card title="Transactions" icon="arrow-right-arrow-left">
    Query on-chain transaction activity for tokenized assets.
  </Card>

  <Card title="Reference data" icon="book">
    List asset classes, measures, filters, and other reference data.
  </Card>
</CardGroup>

## Security

The MCP server uses OAuth 2.0. Your credentials stay private, and you can revoke access at any time from the [MCP settings page](https://app.rwa.xyz/tools/mcp/settings/oauth). Your client secret is shown only once when you create a connection — store it somewhere safe.

## Next steps

<CardGroup cols={2}>
  <Card title="Setup guide" icon="plug" href="/mcp/setup">
    Connect RWA.xyz to Claude in a few minutes.
  </Card>

  <Card title="API Overview" icon="server" href="/api/overview">
    Prefer to build your own integration? Use the REST API.
  </Card>
</CardGroup>
