INDIVIDUAL MCP TOOL
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).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
realmint_my_wallet— Show your Realmint wallet (EVM + Solana), smart account, and balances.realmint_deposit— Show where to send USDC to fund your buying power.realmint_buy— Buy `amount_usdc` of USDC worth of the RWA `asset_id` (e.realmint_sell— Sell `amount` of the RWA `asset_id` you hold, settling USDC back on Injective.realmint_withdraw— Withdraw `amount_usdc` USDC from your Realmint smart account to `recipient` (any address).realmint_logout— Sign out note: Realmint keeps no signing session — server-side signing is your standing Privy **delegation**.realmint_list_assets— List all tokenized real-world assets (RWAs) indexed by Realmint.realmint_list_instruments— List instruments — the real-world things tokens represent: an underlying at a specific denomination ("Silver · 1 oz") or a stock ("Apple").