Realmint
इंजेक्टिव पर टोकनाइज़्ड रियल-वर्ल्ड एसेट्स (RWA) के लिए डेटा और निष्पादन परत। ओपन कैटलॉग टूल्स अनुक्रमित एसेट्स, लाइव मार्केट डेटा, मूल्य इतिहास, रूटेबल वेन्यू, और हर एसेट के लिए 6-आयामी जोखिम स्कोर (बैकिंग, प्रवर्तनीयता, नियंत्रण, निकास, तरलता, सामाजिक) उजागर करते हैं। ट्रेडिंग टूल्स (खरीदें, बेचें, जमा करें, निकालें) लेज़ी OAuth के माध्यम से काम करते हैं — पहला ट्रेड कॉल Realmint के साथ साइन-इन और एक बार की वॉलेट डेलीगेशन ट्रिगर करता है; फिर ट्रेड्स खर्च सीमा के तहत सर्वर-साइड हस्ताक्षरित होते हैं, क्लाइंट में कोई API कुंजी या सीड वाक्यांश नहीं होते। एजेंटों के लिए x402 पे-प्रति-कॉल फंडिंग का भी समर्थन करता है।
दस्तावेज़
Data
Read the RWA universe
Seven read-only data tools covering the full data surface — no auth — plus the keyless x402 buy on-ramp.
realmint_list_assets
Browse the full catalog of indexed RWA assets
realmint_get_asset
Full schema for any asset: issuer, structure, legal docs, on-chain deployments
realmint_list_market
Spot price, 24h change, volume, and market cap for one or many assets
realmint_get_price_history
Time-series price history in 5m, 1h, or 1d buckets
realmint_get_asset_history
Versioned metadata change history for any asset
realmint_get_route_support
Routable venues and per-venue scores for an asset
realmint_x402_buy_challenge
Agent-native on-ramp: get the x402 funding challenge to self-fund in USDC and buy an asset
Trade
Buy, sell, and withdraw
Sign in once (OAuth) and delegate your wallet; your agent then trades non-custodially — Privy holds the keys and signs under a spending cap you set. No per-trade approval.
realmint_my_wallet
Your wallets, smart account, and balances
realmint_deposit
Where to send USDC to add buying power
realmint_buy
Buy an RWA — Realmint signs server-side under a per-trade cap
realmint_sell
Sell an RWA back to USDC on Injective
realmint_withdraw
Withdraw USDC from your smart account to any address
realmint_whoami
Confirm the signed-in identity
Setup
Connect in seconds
Works with any MCP client. Pick your setup below.
1
Claude (claude.ai)
Go to Settings → Connectors → Add custom connector. Paste the URL below. Done.
https://mcp.realmint.io/mcp
2
Claude Code
Run the following command in your terminal to register the Realmint MCP server.
claude mcp add --transport http realmint https://mcp.realmint.io/mcp
3
Any MCP client
Any client that supports Streamable HTTP transport can connect. Point it at https://mcp.realmint.io/mcp.