Model Context Protocol

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.

Assets
400+
Chains
40+
Tools
7
Transports
HTTP + stdio

Install

For clients that speak Streamable HTTP MCP — Claude.ai web, OpenAI Agents SDK, n8n, Zapier MCP. Point them at:

https://rwakernel.com/api/mcp

Send 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_assets

Discover assets by class, chain, or search term.

rwa_get_asset

Full asset detail: issuer, legal, eligibility, cash flow.

rwa_inspect_token

Resolve a token from {chainId, address} to its full RWA context.

rwa_get_metrics

Live NAV / AUM / yield with source attribution and quality scores.

rwa_compare_assets

Side-by-side yield, AUM, eligibility, and risk comparison.

rwa_check_eligibility

Who can hold the asset by jurisdiction + investor type.

rwa_risk_auditFlagship

Portfolio risk rollup across six dimensions, concentration analysis, eligibility violations.

Try these prompts

Show me tokenized US treasuries on Ethereum with more than $100M AUM.
Can a Singapore retail investor hold OUSG?
Compare BUIDL, OUSG, and USDY for a DAO treasury on Base.
Audit my portfolio: 5000 BUIDL on Ethereum, 2000 OUSG on Polygon. Tell me my weighted risk and concentration.

Tiers & rate limits

TierPriceDailyMonthlyIncludes
Anonymous$020 / IP300 / IPBasic metadata
Free (keyed)$0501,500Basic metadata
Developer$199/mo50010,000Metrics, eligibility
Professional$499/mo5,000100,000+ Risk profiles, MCP access
EnterpriseCustom100,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.