IX RWA

Agent Gateway

Read-only

Connect any AI agent and it can browse IX assets, read yields, and monitor portfolios — live.

1

Copy the endpoint

https://testnet.ixrwa.capital/api/mcp
2

Add it to your agent

Claude Code
claude mcp add --transport http ix-rwa https://testnet.ixrwa.capital/api/mcp
Claude Desktop · Cursor
mcp config
{
  "mcpServers": {
    "ix-rwa": { "url": "https://testnet.ixrwa.capital/api/mcp" }
  }
}
3

Ask

List IX's H200 assets ranked by APY.
What's the protocol NAV and asset count?
Show the portfolio for wallet 0x…

Tools

list_assetsAssets with value, APY, revenue & funding
get_assetFull detail for one asset
protocol_statsNAV, invested, earnings, count
get_portfolioA wallet's positions & yield

Or use the API directly

GET /api/investment/opportunities
GET /api/explorer/stats
GET /api/investment/portfolio/summary?walletAddress=0x…

Read-only — agents browse and monitor, they don't invest or move funds. Agent payments arrive with mainnet.