Skip to main content
Glama

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.4/5 across 3 of 3 tools scored. Lowest: 3.8/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of USDi: contract identifiers, exchange rate, and mint/redeem process. There is no overlap, and descriptions clearly differentiate them.

Naming Consistency5/5

All tools follow a consistent pattern: 'get_usdi_<specific_info>'. This makes the set predictable and easy for agents to navigate.

Tool Count4/5

With only 3 tools, the server is narrowly scoped but covers the core informational needs about USDi. The count is appropriate given the focused domain, though slightly lean.

Completeness5/5

The server provides all necessary information about USDi: contract details, live exchange rate, and valuation/mint-redeem process. No obvious gaps for the stated purpose of querying USDi information.

Available Tools

3 tools
get_usdi_contract_infoAInspect
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

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It clearly states what is returned (identifiers) and implies a read-only operation. However, it does not explicitly state that no side effects occur or mention any permissions required, but for a simple read, this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no wasted words. It front-loads the return values and ends with the disambiguation context. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (no parameters, no output schema, no nested objects), the description is fully complete. It explains what the tool does, what it returns, and why it is useful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, and schema description coverage is 100%. The description adds no parameter details because none are needed, achieving the baseline of 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states that the tool returns USDi's on-chain identifiers (network, token contract address, and Uniswap V3 pool address) and distinguishes it from a different token. This is a specific verb+resource statement that differentiates from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: use this to disambiguate USDi from the unrelated 'Interest Protocol' token. The sibling tools (exchange rate and mint/redeem) are different, so the usage guidance is explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_usdi_exchange_rateAInspect
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

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description carries full burden. It explicitly states the rate is read live from the contract, CPI-derived, and not a fixed peg, providing full transparency about the tool's behavior and output nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, concise, and front-loaded with key information. Every sentence adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (no parameters, no output schema), the description adequately explains what the tool does, the source of the rate, and references a related sibling for deeper context. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and schema coverage is 100% (vacuously). Per rubric, baseline is 4, and description adds nothing extra since there are no parameters to document.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns the current on-chain USDi/USDC exchange rate, sourced from the contract's getExchangeRate() method. It distinguishes from siblings by referencing get_usdi_mint_redeem_info for valuation details.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides context that the rate is CPI-derived and not a fixed peg, and mentions a sibling tool for valuation mechanism. However, it does not explicitly state when to use this tool vs other siblings, though the context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_usdi_mint_redeem_infoAInspect

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

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It discloses the information returned but mentions no behavioral traits (e.g., read-only, authorization needs, rate limits). The tool is likely a simple info retrieval, but transparency is moderate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single, clear sentence that front-loads the purpose. No extraneous words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers the main purpose adequately given zero parameters and no output schema. Could differentiate from siblings but not essential for this simple tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Zero parameters, so baseline is 4. The description does not need to add parameter meaning since there are none.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses specific verb 'Return' and resource 'USDi's valuation mechanism and mint/redeem process'. It clearly states what the tool does and distinguishes from sibling tools like get_usdi_contract_info and get_usdi_exchange_rate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. The description does not mention scenarios or exclusions, leaving the agent to infer usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

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

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Provides 14 read-only tools to query USDD stablecoin protocol data across TRON, Ethereum, and BSC, enabling AI agents to fetch supply, APY, collateral, and vault configurations.
    14
    7
    1
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Perp-first funding rate & RWA spread data for AI agents. 30+ CEX/DEX venues, 6 tools (4 x402-paywalled, 2 free), bring-your-own-wallet via Base mainnet.
    6
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI agents to access crypto prices, DeFi yields, Polymarket data, Base chain info, and security scans with pay-per-call via USDC on Base mainnet.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Real-time stablecoin yield index across DeFi protocols and CEX earn programs, with an AI yield advisor, risk signals and non-custodial deposit/redeem quotes for AI agents. Ships agent skills and a self-host stdio wrapper alongside the hosted remote MCP with x402 pay-per-call.
    4
    36
    3
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.