Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Arzbin MCP Server
Arzbin MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:17:32 PM

Arzbin MCP Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "arzbin-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "https://hub.arzbin.com/mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (6) Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Capabilities & Tool Schemas (6) ~121 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Arzbin MCP Server.

get_latest_fiat_rates

Latest fiat rates including USD, EUR, GBP, AED, TRY, and Toman exchange rates.

get_latest_gold_rates

Latest gold and coin prices for Iran market context.

get_latest_crypto_rates

Curated crypto prices including USDT Toman, BTC, and ETH.

get_market_history

OHLC history for fiat, gold, and crypto assets.

get_fiat_rate_sources

Source comparison context for fiat rates where available.

convert_to_toman

Estimate a fiat, crypto, or gold amount in Toman using latest Arzbin data.

Documentation Overview

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:

text
https://hub.arzbin.com/mcp

Claude Desktop and Cursor style config:

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

VS Code / Cline style config:

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

Codex style config for remote-capable MCP environments:

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

Gemini CLI:

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

Tools

ToolInputsUse
get_latest_fiat_ratescodes?: string[]Latest fiat rates including USD, EUR, GBP, AED, TRY, and Toman exchange rates.
get_latest_gold_ratestypes?: string[]Latest gold and coin prices for Iran market context.
get_latest_crypto_ratessymbols?: string[]Curated crypto prices including USDT Toman, BTC, and ETH.
get_market_historyassetType, code, daysOHLC history for fiat, gold, and crypto assets.
get_fiat_rate_sourcescodeSource comparison context for fiat rates where available.
convert_to_tomanassetType, code, amountEstimate 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:

text
com.arzbin/market-data

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

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

Registry API verification:

text
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.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Alpha Vantage Mcp logoAlpha Vantage Mcp

    Alpha Vantage API integration to fetch both stock and crypto information

    πŸ’° Finance & Fintech3 views
    Compare vs Alpha Vantage Mcp β†’
  • Mcp Server Ledger logoMcp Server Ledger

    A ledger-cli integration for managing financial transactions and generating reports.

    πŸ’° Finance & Fintech1 views
    Compare vs Mcp Server Ledger β†’
  • Alpaca Mcp logoAlpaca Mcp

    An MCP Server for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data.

    πŸ’° Finance & Fintech2 views
    Compare vs Alpaca Mcp β†’
  • Oathscore logoOathscore

    The trust layer for AI trading agents. Real-time world state (exchange status, VIX/VVIX/SKEW, economic events) in one call, plus independent quality ratings (0-100) for financial data APIs. 8 MCP tools.

    πŸ’° Finance & Fintech2 views
    Compare vs Oathscore β†’

Frequently Asked Questions about Arzbin MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "arzbin-mcp-server": { "command": "npx", "args": ["-y", "Arzbin MCP Server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewArzbin MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/arzbin-mcp-server?style=directory)](https://allmcps.com/mcp/arzbin-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/arzbin-mcp-server"><img src="https://allmcps.com/api/badge/arzbin-mcp-server?style=directory" alt="Arzbin MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 28, 2026
49Quality signal: Fair Β· 49/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Arzbin MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code