LIVE ENDPOINT
https://ieunit.org/mcp
Connect to this endpoint to inspect the live schema for ieunit_value and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ieunit]
url = "https://ieunit.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ieunit": {
"type": "http",
"url": "https://ieunit.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ieunit
Remote MCP URL: https://ieunit.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ieunit": {
"url": "https://ieunit.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ieunit": {
"type": "http",
"url": "https://ieunit.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ieunit",
"transport": "streamable-http",
"url": "https://ieunit.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ieunit_history— Get the historical value of the ieUnit in USD since its fixed base date 2017-01-10, where it started at exactly 1.ieunit_convert— Convert an amount between the ieUnit and about 60 other units: roughly 30 fiat currencies, the 30 largest cryptocurrencies, gold and silver per gram (XAU, XAG), and XIN.ieunit_basket— Get the composition of the ieUnit basket: the nine fixed components, their immutable reference prices at the base date 2017-01-10, their current prices, and how much each one has moved since then.ieunit_compare— Compare one basket component against the ieUnit over a period of time, measured in ieUnit rather than in a national currency.ieunit_methodology— Get an authoritative plain-text explanation of what the ieUnit is and how it is calculated: the geometric mean formula, the fixed base date, the data sources, the governance rules for basket changes, and an explicit statement of what the ieUnit is NOT.