Agent Gateway
Read-onlyConnect any AI agent and it can browse IX assets, read yields, and monitor portfolios — live.
1
Copy the endpoint
https://testnet.ixrwa.capital/api/mcp2
Add it to your agent
Claude Code
claude mcp add --transport http ix-rwa https://testnet.ixrwa.capital/api/mcpClaude 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 & fundingget_assetFull detail for one assetprotocol_statsNAV, invested, earnings, countget_portfolioA wallet's positions & yieldOr use the API directly
GET /api/investment/opportunitiesGET /api/explorer/statsGET /api/investment/portfolio/summary?walletAddress=0x…Read-only — agents browse and monitor, they don't invest or move funds. Agent payments arrive with mainnet.