Server data from the Official MCP Registry
Agent-native scoring, search and routing for tokenized real-world assets across multi-chain.
Agent-native scoring, search and routing for tokenized real-world assets across multi-chain.
Remote endpoints: streamable-http: https://mcp.realmint.io/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
7 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-realmint-io-mcp": {
"url": "https://mcp.realmint.io/mcp"
}
}
}From the project's GitHub README.
Agent-native access to the Realmint catalog of tokenized real-world assets (RWAs): scoring, market data, route support, and price history — exposed as native tools over the Model Context Protocol.
The MCP surface is read-only by design. Trade execution lives in the Realmint HTTP API and requires client-side wallet signing — keys never touch the MCP server.
| Endpoint | https://mcp.realmint.io/mcp |
| Transport | Streamable HTTP |
| Auth | None for the public catalog |
| Discovery card | /.well-known/mcp/server-card.json |
| Status | Live since May 2026 |
| Capability | Example prompt |
|---|---|
| Score risk & rights | "Score Tether Gold and tell me if it's safe for our DAO treasury" |
| Search the catalog | "Find tokenized treasuries on Ethereum with no freeze capability" |
| Track issuer changes | "Has anything in my watchlist changed control parameters this month?" |
| Map routable venues | "Where can I acquire 100k of OUSG, ranked by liquidity?" |
| Pull market & price data | "Show me PAXG's spot price, 24h volume, and 6-month chart" |
https://mcp.realmint.io/mcpEdit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"realmint": {
"transport": {
"type": "streamable-http",
"url": "https://mcp.realmint.io/mcp"
}
}
}
}
Restart Claude Desktop.
Configure a remote MCP server with:
https://mcp.realmint.io/mcpstreamable-httpcurl -X POST https://mcp.realmint.io/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
You should see 7 tools, each with annotations.title and annotations.readOnlyHint=true.
| Tool | Purpose |
|---|---|
realmint_list_assets | Enumerate the full catalog with schemas |
realmint_list_market | Spot price, 24h change, volume, market cap, history |
realmint_get_asset | Full schema for one asset (by lowercased ticker) |
realmint_get_asset_history | Versioned metadata change history |
realmint_get_score | Six-dimension Risk & Rights Score + composite |
realmint_get_route_support | Routable venues + per-venue scores |
realmint_get_price_history | Time-series prices (5m/1h/1d auto-cascading) |
All tools are read-only. Annotations follow the MCP spec:
readOnlyHint: true
destructiveHint: false
idempotentHint: true
openWorldHint: true
The complete tool catalog with descriptions, inputs, and titles is published in the discovery card.
realmint_get_score returns a 0–100 composite plus six per-dimension scores:
Suggested decision thresholds:
Tokens with a non-null metadata.lifecycle (migrated, discontinued, abandoned) are score-capped at 49 by policy.
HTTP 403 — "Invalid Origin header"
The server enforces Origin-header validation as required by the Anthropic Connectors Directory. claude.ai, chatgpt.com, mcp.realmint.io, app.realmint.io, and realmint.io are pre-allowed. If you operate from a different origin and need it added, email us at the address below.
Tool returns an empty list
The Realmint catalog is curated — at any given time it indexes ~30 assets. Run realmint_list_assets to see the current set before asking about a specific ticker.
Asset ID format
Asset IDs are lowercased tickers — xaut, not XAUT; paxg, not PAXG.
metadata.lifecycle is non-null
The token has been migrated, discontinued, or abandoned. Trading is disallowed and the score is capped at 49. The lifecycle field tells you why and points to the replacement (if any).
Price history returns coarser buckets than asked
The server cascades to coarser buckets (5m → 1h → 1d) when the requested bucket is empty for that asset. Look at effective_granularity in the response for what was actually returned.
x-api-key header is used solely for upstream rate-limit identification.This connector is versioned alongside the Realmint platform. Substantive changes to tool surfaces or output shapes will be announced in this README and reflected in the discovery card (serverInfo.version).
Realmint is operated by 0xFútbol Inc, a BVI Business Company (registration 2169115), trading as Realmint. The MCP server source lives in a private repository; the hosted endpoint at https://mcp.realmint.io/mcp is the supported public interface.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.