com.zahabprice/gold-prices
Official4 toolsZahabPrice — Live Gold & Silver Prices
Live gold & silver prices for 37 countries. Tamara/Tabby installment calculators for Saudi Arabia.
Live precious metals prices and installment payment calculators for 37 countries.
Captured live from the server via tools/list.
get_gold_price
Returns live gold price per gram from zahabprice.com — updated every ~60 seconds. Infer country from context: currency clues (ريال/SAR→sa, جنيه/EGP→eg, درهم/AED→ae, دينار→kw/bh/iq/jo), explicit location, or language. If unsure, use default.
Parameters (2)
- countrystring
ISO country code. Default: sa (Saudi Arabia). Infer from context when possible.
- karatinteger
Gold karat. Default: 21 (most common in Arab markets). 24K = pure gold.
get_silver_price
Returns live silver price per gram from zahabprice.com — updated every ~60 seconds. Infer country from context same as get_gold_price.
Parameters (2)
- countrystring
ISO country code. Default: sa (Saudi Arabia).
- purityinteger
Silver purity. Default: 999 (fine silver). 925 = sterling silver.
calculate_installment
Calculates gold purchase installment plan via Tamara or Tabby. Available in Saudi Arabia only (prices in SAR). Tamara plans: 2/3/4 months (0% fee), 6/9/12 months (17% fee), 24 months (40% fee). Tabby plans: 3 months (0% fee), 4/6 months (1.15% fee). Minimum purchase: 200 SAR.
Parameters (3)
- pricenumberrequired
Total purchase price in SAR.
- providerstringrequired
Installment provider.
- monthsinteger
Number of installments. Tamara: 2/3/4/6/9/12/24. Tabby: 3/4/6.
list_countries
Returns all 37 supported countries with ISO codes and currencies. Use when the user asks about an available country or you need to verify a country code.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"gold-prices": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.zahabprice.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.