Skip to main content
Glama

usdi-mcp-server

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
MikeAshtonEILLC/usdi-mcp-server
GitHub Stars
0
Server Listing
USDi MCP Server

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of USDi: contract identity, live exchange rate, and mint/redeem mechanics. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow the consistent pattern get_usdi_<descriptive_suffix>, using snake_case and clear domain-specific naming.

Tool Count4/5

With 3 tools, the set is tightly scoped to core USDi information. While minimal, it covers the essential queries without unnecessary bloat.

Completeness4/5

The set covers identity, rate, and mechanism—key information for understanding USDi. Missing are historical rate data or transaction-level details, but for a read-only info server, it is sufficient.

Available Tools

3 tools
get_usdi_contract_infoInspect
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" token, which
is incorrectly listed as USDi/USDI on some third-party sites.
ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_usdi_exchange_rateInspect
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_usdi_mint_redeem_info for the
valuation mechanism), not a fixed peg.
ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_usdi_mint_redeem_infoInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.