Get 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
@pp0428281
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
It calls getMetalPrice to return the INR spot price for gold or silver for today, yesterday, or any specific calendar date.
Pass a metal type (gold or silver) and an optional date (YYYY-MM-DD). Returns the INR market price as a numeric value for that date.
Install it into your Aerostack workspace, then any MCP-compatible agent (Claude, Cursor, Windsurf) can invoke getMetalPrice directly by tool name.
The skill covers today and yesterday natively; specific-date queries depend on the upstream data source availability and may not support very old historical dates.