Silver Price Server
БесплатноНе проверенFetches real-time silver prices and chart images from MCX India via Groww.in, including price metrics, trends, and a base64-encoded PNG chart.
Описание
Fetches real-time silver prices and chart images from MCX India via Groww.in, including price metrics, trends, and a base64-encoded PNG chart.
README
Get silver prices and chart images from Groww.in (MCX India) via MCP.
Features
- Real-time silver price data
- Chart image included
- Current price, open, previous close
- 52-week high/low
- Volume & Open Interest
- Trend analysis (UP/DOWN)
- No API key needed
- Clean & simple
Installation
pip install -r requirements.txt
Usage
Test
python test.py
MCP Configuration
Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"silver-price": {
"command": "python",
"args": ["-m", "mcp_metal_price"],
"cwd": "/Users/bhavukagrawal/mcp-metal-price"
}
}
}
Restart Claude and ask: "Get the current silver price"
API
Tool: get_silver_price
No parameters required.
Returns:
- JSON data with price metrics
- PNG chart image (base64 encoded)
Example Data:
{
"metal": "Silver",
"symbol": "XAG",
"currency": "INR",
"current_price": "2,42,798.00",
"price_formatted": "₹2,42,798.00",
"open": "2,42,775.00",
"previous_close": "2,40,277.00",
"52w_low": "1,09,741.00",
"52w_high": "2,59,692.00",
"oi_lots": "12,394",
"lot_size": "30",
"change": "+2521.00",
"percent_change": "+1.05%",
"trend": "UP"
}
Plus chart image showing the price graph.
Requirements
- Python 3.10+
- Chrome browser
- Dependencies: mcp, selenium, webdriver-manager
How It Works
- Opens Groww.in silver page with Selenium
- Waits for content to load (8 seconds)
- Extracts price data using regex
- Captures full-page screenshot
- Returns JSON data + chart image to Claude
Notes
- Scraping takes ~8-10 seconds
- Chrome runs headless (no window)
- Image is PNG format, base64 encoded
- Data from MCX India market
License
MIT
Установка Silver Price Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bhavuk1409/silver-mcx-mcp-serverFAQ
Silver Price Server MCP бесплатный?
Да, Silver Price Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Silver Price Server?
Нет, Silver Price Server работает без API-ключей и переменных окружения.
Silver Price Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Silver Price Server в Claude Desktop, Claude Code или Cursor?
Открой Silver Price Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Silver Price Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
