Gold Price API
Skill PublicGet the INR market price for gold or silver for today, yesterday, or a specific calendar date. Use this when the user asks for gold or silver prices, spot price, historical metal price, or metal value on a given date.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"gold-price-api": {
"url": "https://mcp.aerostack.dev/s/pp0428281/pp0428281gold-price-api",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the getMetalPrice tool to get the usd market price for gold or silver for today, yesterday, or a specific calendar date. use this when the user asks for gold or silver prices, spot price, historical metal price, or metal value on a given date”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
My Skill is getMetalPrice
It fetches gold or silver spot prices from GoldAPI for:
today
yesterday
a specific date in YYYY-MM-DD format
Details
Publisher
@pp0428281