eCommerce
realmint.io
Manages Realmint wallet and enables buying, selling, and withdrawing real-world assets using USDC.
ENDPOINT 1
https://mcp.realmint.io/mcp
MCP server metadata
- Name
- realmint
- Version
- 1.28.1
Known tools 16
realmint_my_walletShow your Realmint wallet (EVM + Solana), smart account, and balances.
Inferred read-onlyrealmint_sellSell `amount` of the RWA `asset_id` you hold, settling USDC back on Injective.
Inferred read-onlyrealmint_withdrawWithdraw `amount_usdc` USDC from your Realmint smart account to `recipient` (any address).
Inferred read-onlyrealmint_logoutSign out note: Realmint keeps no signing session — server-side signing is your standing Privy **delegation**.
Inferred read-onlyrealmint_list_assetsList all tokenized real-world assets (RWAs) indexed by Realmint.
Inferred read-onlyrealmint_list_instrumentsList instruments — the real-world things tokens represent: an underlying at a specific denomination ("Silver · 1 oz") or a stock ("Apple").
Inferred read-onlyrealmint_list_marketMarket snapshots for indexed RWAs: spot price, 24h change, volume, market cap, venue count, and a short price history series.
Inferred read-onlyrealmint_get_scoreGet the Risk & Rights Score for an asset across six dimensions: - backing (0-100): proof of reserves, audit cadence, backing mechanism - enforceability (0-100): governing law, issuer verification, legal documents - control (0-100): issuer power risk — freeze, mint, burn, blacklist, upgrade - exit (0-100): redemption, transferability, KYC/whitelist, settlement, holding periods - liquidity (0-100): market data, venue count, evidence docs - social (0-100): Twitter activity (recency-weighted; unverified handles are penalized below the worst observed tier) Also returns a weighted composite (0-100, higher is better).
Inferred read-onlyrealmint_get_route_supportList the venues and chains that can route this asset, plus per-venue backing/liquidity/social scores and policy flags.
Inferred read-onlyrealmint_x402_buy_challengeGet the x402 payment requirements to fund yourself in USDC so you can buy RWAs — the agent-native on-ramp.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.realmint]
url = "https://mcp.realmint.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"realmint": {
"type": "http",
"url": "https://mcp.realmint.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: realmint
Remote MCP URL: https://mcp.realmint.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"realmint": {
"url": "https://mcp.realmint.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"realmint": {
"type": "http",
"url": "https://mcp.realmint.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "realmint",
"transport": "streamable-http",
"url": "https://mcp.realmint.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.