← Registry

eCommerce

realmint.io

Manages Realmint wallet and enables buying, selling, and withdrawing real-world assets using USDC.

1 endpoint16 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.realmint.io/mcp

No auth detected

MCP server metadata

Name
realmint
Version
1.28.1
Capabilities
experimentalpromptsresourcestools

Known tools 16

realmint_my_wallet

Show your Realmint wallet (EVM + Solana), smart account, and balances.

Inferred read-only
realmint_deposit

Show where to send USDC to fund your buying power.

Potential side effects
realmint_buy

Buy `amount_usdc` of USDC worth of the RWA `asset_id` (e.

Inferred read-only
realmint_sell

Sell `amount` of the RWA `asset_id` you hold, settling USDC back on Injective.

Inferred read-only
realmint_withdraw

Withdraw `amount_usdc` USDC from your Realmint smart account to `recipient` (any address).

Inferred read-only
realmint_logout

Sign out note: Realmint keeps no signing session — server-side signing is your standing Privy **delegation**.

Inferred read-only
realmint_list_assets

List all tokenized real-world assets (RWAs) indexed by Realmint.

Inferred read-only
realmint_list_instruments

List instruments — the real-world things tokens represent: an underlying at a specific denomination ("Silver · 1 oz") or a stock ("Apple").

Inferred read-only
realmint_list_market

Market snapshots for indexed RWAs: spot price, 24h change, volume, market cap, venue count, and a short price history series.

Inferred read-only
realmint_get_asset

Get the full schema for a specific RWA by asset ID.

Inferred read-only
realmint_get_asset_history

Get the versioned metadata change history for an asset.

Inferred read-only
realmint_get_score

Get 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-only
realmint_get_route_support

List the venues and chains that can route this asset, plus per-venue backing/liquidity/social scores and policy flags.

Inferred read-only
realmint_get_price_history

Time-series price history for an asset.

Inferred read-only
realmint_x402_buy_challenge

Get the x402 payment requirements to fund yourself in USDC so you can buy RWAs — the agent-native on-ramp.

Potential side effects
realmint_whoami

Return the signed-in user's identity.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.