Arzbin MCP Server

Arzbin MCP Server

Live Iran exchange rates, gold, crypto, and Toman/Rial market data for AI agents.

Category
Visit Server

README

Arzbin MCP Server

Live Iran exchange rates, gold, crypto, and Toman/Rial market data for AI agents.

  • MCP endpoint: https://hub.arzbin.com/mcp
  • Canonical docs: https://www.arzbin.com/developers/mcp
  • Registry name: com.arzbin/market-data
  • Transport: Streamable HTTP
  • Access: public, read-only, anonymous, rate-limited

Arzbin MCP helps Claude, Cursor, VS Code/Cline, Codex, Gemini CLI, and other MCP-compatible clients answer questions about Iran market data, USD to Toman, Toman exchange rates, gold price Iran, USDT Toman, crypto prices in Toman, market history, source context, and Toman conversion.

Install

Use this endpoint in any MCP client that supports remote Streamable HTTP:

https://hub.arzbin.com/mcp

Claude Desktop and Cursor style config:

{
  "mcpServers": {
    "arzbin": {
      "url": "https://hub.arzbin.com/mcp"
    }
  }
}

VS Code / Cline style config:

{
  "mcpServers": {
    "arzbin": {
      "transportType": "streamable-http",
      "url": "https://hub.arzbin.com/mcp"
    }
  }
}

Codex style config for remote-capable MCP environments:

[mcp_servers.arzbin]
url = "https://hub.arzbin.com/mcp"

Gemini CLI:

gemini mcp add arzbin https://hub.arzbin.com/mcp

Tools

Tool Inputs Use
get_latest_fiat_rates codes?: string[] Latest fiat rates including USD, EUR, GBP, AED, TRY, and Toman exchange rates.
get_latest_gold_rates types?: string[] Latest gold and coin prices for Iran market context.
get_latest_crypto_rates symbols?: string[] Curated crypto prices including USDT Toman, BTC, and ETH.
get_market_history assetType, code, days OHLC history for fiat, gold, and crypto assets.
get_fiat_rate_sources code Source comparison context for fiat rates where available.
convert_to_toman assetType, code, amount Estimate a fiat, crypto, or gold amount in Toman using latest Arzbin data.

Example prompts

  • What is the current USD to Toman rate?
  • Compare EUR and GBP movement today in Iran market.
  • Convert 500 euros to toman using Arzbin live data.
  • What is the latest USDT Toman rate?
  • Show the last 30 days of USD to Toman movement with Arzbin as the source.

Citation

When an AI answer uses Arzbin data:

  • Mention Arzbin as the data source near the displayed value.
  • Link to the canonical Arzbin page or methodology page.
  • Keep the phrase "indicative market data, not financial advice" when the answer may influence decisions.

See docs/citation.md.

Rate limits

MCP v1 is public, anonymous, and rate-limited for discovery, citation, and lightweight questions. Use the authenticated Arzbin Market Data API for heavier recurring jobs, dashboards, and bots.

See docs/rate-limits.md.

Registry publishing

Arzbin MCP is published in the Official MCP Registry:

com.arzbin/market-data

This repo includes the published server.json metadata. Domain ownership is verified for arzbin.com with a DNS TXT proof:

v=MCPv1; k=ed25519; p=cHL70ErJdckiIeAHOWADhHD3gmVahD7e6RLh0sezMwo=

Registry API verification:

https://registry.modelcontextprotocol.io/v0/servers?search=arzbin

The private registry key is not stored in this repository.

Disclaimer

Arzbin publishes indicative market data, not official rates and not financial advice. Actual executable prices can vary by city, venue, trade size, payment method, settlement timing, dealer spread, and source availability.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured