io.github.mikeashtoneillc/usdi-mcp-server
io.github.mikeashtoneillc/usdi-mcp-serverLive tools for USDi: CPI-indexed exchange rate, contract/pool addresses, and mint/redeem mechanics.
Tools · 3
Return the current on-chain USDi/USDC exchange rate, read live from the USDi token contract's getExchangeRate() method. This rate reflects the CPI-derived Reference CPI value (see get_usd…
Return USDi's on-chain identifiers: network, token contract address, and the primary Uniswap V3 liquidity pool address. Use this to disambiguate USDi from the unrelated "Interest Protocol…
Return USDi's valuation mechanism and mint/redeem process — how to obtain or redeem USDi, and how its CPI-linked value is computed.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.mikeashtoneillc/usdi-mcp-server": {
"url": "https://usdi-mcp.onrender.com/mcp",
"transport": "streamable-http"
}
}
}