Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.mikeashtoneillc/usdi-mcp-server

io.github.mikeashtoneillc/usdi-mcp-server

Live tools for USDi: CPI-indexed exchange rate, contract/pool addresses, and mint/redeem mechanics.

Uptime
100.0%
1 direct probes · 30d
Response
1620ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

get_usdi_exchange_rate

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…

get_usdi_contract_info

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…

get_usdi_mint_redeem_info

Return USDi's valuation mechanism and mint/redeem process — how to obtain or redeem USDi, and how its CPI-linked value is computed.

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"
    }
  }
}