Data and execution layer for tokenized real-world assets (RWAs) on Injective. Open catalog tools expose indexed assets, live market data, price history, routable venues, and a 6-dimension risk score (backing, enforceability, control, exit, liquidity, social) for every asset. Trading tools (buy, sell, deposit, withdraw) work via lazy OAuth — the first trade call triggers sign-in with Realmint and a one-time wallet delegation; trades are then signed server-side under a spending cap, with no API keys or seed phrases in the client. Also supports x402 pay-per-call funding for agents.
Overview
Realmint MCP Server
Realmint is a data and execution layer for tokenized real-world assets (RWAs). This MCP server lets any agent browse the RWA catalog, check risk scores and live market data, and — after a one-time sign-in — buy, sell, and manage positions with real funds.
Hosted endpoint (Streamable HTTP): https://mcp.realmint.io/mcp — no install, no API key.
Quick start
Add it as a remote server in any MCP client:
{
"mcpServers": {
"realmint": {
"type": "streamable-http",
"url": "https://mcp.realmint.io/mcp"
}
}
}
Server Config
{
"mcpServers": {
"realmint": {
"type": "streamable-http",
"url": "https://mcp.realmint.io/mcp"
}
}
}