Server data from the Official MCP Registry
Live tools for USDi: CPI-indexed exchange rate, contract/pool addresses, and mint/redeem mechanics.
About
Live tools for USDi: CPI-indexed exchange rate, contract/pool addresses, and mint/redeem mechanics.
Remote endpoints: streamable-http: https://usdi-mcp.onrender.com/mcp
Security Report
Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint 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.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
How to Connect
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-mikeashtoneillc-usdi-mcp-server": {
"url": "https://usdi-mcp.onrender.com/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
USDi MCP Server
A Python MCP (Model Context Protocol) server that lets any MCP-compatible agent — Claude, or other MCP clients — query USDi directly, instead of scraping web pages for its data.
USDi is a CPI-indexed cryptocurrency issued by USDi Partners LLC. Details: usdicoin.com.
Live endpoint
https://usdi-mcp.onrender.com/mcp
Transport: Streamable HTTP. No authentication required (read-only public data).
Tools
- get_usdi_exchange_rate — live on-chain USDi/USDC exchange rate via
getExchangeRate() - get_usdi_contract_info — network, token contract, pool address, issuer/fund manager, and disambiguation from the unrelated "Interest Protocol" token
- get_usdi_mint_redeem_info — valuation mechanism, backing, retail and institutional mint/redeem process, risk characteristics
Deferred to a later version: liquidity/pool depth (Uniswap V3 QuoterV2), fund composition detail, audit document retrieval.
Using this server
Point any MCP-compatible client at the live endpoint above. For Claude
Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"usdi": {
"url": "https://usdi-mcp.onrender.com/mcp",
"transport": "streamable-http"
}
}
}
Running locally
python3 -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
export ALCHEMY_API_KEY="your-alchemy-key" # or set RPC_URL directly
python3 server.py
Starts an HTTP server on port 8000 (override with PORT), serving MCP's
streamable-http transport at /mcp.
Deployment
This repo includes a Dockerfile and render.yaml for deployment on
Render. See render.yaml for configuration.
Known limitation
RATE_DECIMALS in server.py assumes an 18-decimal fixed-point
convention for getExchangeRate()'s return value. Verify this against a
known-good rate before relying on it in production.
License / Contact
Issuer: USDi Partners LLC — usdicoin.com
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
