Silver Price MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Silver Price MCP ServerGet the current silver price"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Silver Price MCP Server
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
Related MCP server: GetOutpost MCP Server
Installation
pip install -r requirements.txtUsage
Test
python test.pyMCP 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bhavuk1409/silver-mcx-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server