← arzbin.com
INDIVIDUAL MCP TOOL
get_market_history
Returns OHLC history for a fiat, gold, or crypto market.
LIVE ENDPOINT
https://hub.arzbin.com/mcp
Connect to this endpoint to inspect the live schema for get_market_history 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.arzbin-ui]
url = "https://hub.arzbin.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arzbin-ui": {
"type": "http",
"url": "https://hub.arzbin.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arzbin-ui
Remote MCP URL: https://hub.arzbin.com/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": {
"arzbin-ui": {
"url": "https://hub.arzbin.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arzbin-ui": {
"type": "http",
"url": "https://hub.arzbin.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arzbin-ui",
"transport": "streamable-http",
"url": "https://hub.arzbin.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
convert_to_toman— Converts a fiat, crypto, or gold amount to an estimated Toman value using latest Arzbin indicative market data.get_latest_gold_rates— Returns latest Arzbin gold and coin rates in Toman.get_latest_crypto_rates— Returns latest curated Arzbin crypto prices in Toman and USD.get_latest_fiat_rates— Returns latest Arzbin fiat currency rates in Toman.get_fiat_rate_sources— Returns Arzbin source comparison data for a fiat currency code where available.