{
  "markdown": "# USDi MCP Server\n\nA Python MCP (Model Context Protocol) server that lets any MCP-compatible\nagent — Claude, or other MCP clients — query USDi directly, instead of\nscraping web pages for its data.\n\nUSDi is a CPI-indexed cryptocurrency issued by USDi Partners LLC. Details:\n[usdicoin.com](https://www.usdicoin.com/).\n\n## Live endpoint\n\n```\nhttps://usdi-mcp.onrender.com/mcp\n```\n\nTransport: Streamable HTTP. No authentication required (read-only public\ndata).\n\n## Tools\n\n- **get_usdi_exchange_rate** — live on-chain USDi/USDC exchange rate via\n  `getExchangeRate()`\n- **get_usdi_contract_info** — network, token contract, pool address,\n  issuer/fund manager, and disambiguation from the unrelated \"Interest\n  Protocol\" token\n- **get_usdi_mint_redeem_info** — valuation mechanism, backing, retail and\n  institutional mint/redeem process, risk characteristics\n\nDeferred to a later version: liquidity/pool depth (Uniswap V3 QuoterV2),\nfund composition detail, audit document retrieval.\n\n## Using this server\n\nPoint any MCP-compatible client at the live endpoint above. For Claude\nDesktop, add to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"usdi\": {\n      \"url\": \"https://usdi-mcp.onrender.com/mcp\",\n      \"transport\": \"streamable-http\"\n    }\n  }\n}\n```\n\n## Running locally\n\n```bash\npython3 -m venv venv\nsource venv/bin/activate          # Windows: venv\\Scripts\\activate\npip install -r requirements.txt\nexport ALCHEMY_API_KEY=\"your-alchemy-key\"   # or set RPC_URL directly\npython3 server.py\n```\n\nStarts an HTTP server on port 8000 (override with `PORT`), serving MCP's\nstreamable-http transport at `/mcp`.\n\n## Deployment\n\nThis repo includes a `Dockerfile` and `render.yaml` for deployment on\nRender. See `render.yaml` for configuration.\n\n## Known limitation\n\n`RATE_DECIMALS` in `server.py` assumes an 18-decimal fixed-point\nconvention for `getExchangeRate()`'s return value. Verify this against a\nknown-good rate before relying on it in production.\n\n## License / Contact\n\nIssuer: USDi Partners LLC — [usdicoin.com](https://www.usdicoin.com/)\n",
  "bytes": 2055,
  "sha": "d17b5346003ced31aa8d979dbe6b7094de35dff55e3482b7e563633ea0f05fac",
  "repo_slug": "mikeashtoneillc/usdi-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mikeashtoneillc_usdi_mcp_serve_397922a9/readme"
}