RWA Kernel for AI agents
Give any MCP-compatible agent structured, tier-aware access to 400+ tokenized real-world assets — treasuries, MMFs, private credit, compute, carbon, energy, IP, data. Seven tools, one install.
Install
For clients that speak Streamable HTTP MCP — Claude.ai web, OpenAI Agents SDK, n8n, Zapier MCP. Point them at:
https://rwakernel.com/api/mcpSend your key as x-api-key or Authorization: Bearer. Without a key you get anonymous free-tier rate limits (20 calls/day per IP).
Example client config:
{
"rwakernel": {
"url": "https://rwakernel.com/api/mcp",
"headers": {
"x-api-key": "rwa_live_..."
}
}
}npm package: @rwakernel/mcp-server
Seven tools
rwa_list_assetsDiscover assets by class, chain, or search term.
rwa_get_assetFull asset detail: issuer, legal, eligibility, cash flow.
rwa_inspect_tokenResolve a token from {chainId, address} to its full RWA context.
rwa_get_metricsLive NAV / AUM / yield with source attribution and quality scores.
rwa_compare_assetsSide-by-side yield, AUM, eligibility, and risk comparison.
rwa_check_eligibilityWho can hold the asset by jurisdiction + investor type.
rwa_risk_auditFlagshipPortfolio risk rollup across six dimensions, concentration analysis, eligibility violations.
Try these prompts
Tiers & rate limits
| Tier | Price | Daily | Monthly | Includes |
|---|---|---|---|---|
| Anonymous | $0 | 20 / IP | 300 / IP | Basic metadata |
| Free (keyed) | $0 | 50 | 1,500 | Basic metadata |
| Developer | $199/mo | 500 | 10,000 | Metrics, eligibility |
| Professional | $499/mo | 5,000 | 100,000 | + Risk profiles, MCP access |
| Enterprise | Custom | 100,000+ | 10M+ | + Bulk export, SLA |
Get a key at rwakernel.com/developers.
Built for production
Hosted in the same Next.js app as the REST API. Tier enforcement, rate limiting, and per-tool usage analytics are identical across both transports. Run it locally with RWA_KERNEL_URL pointed at your own deploy.