Aerostack
bolt

Gold Price API Skill — API Connectors Automation

Skill language Public

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.

v0.1.0 MIT Updated Mar 27, 2026

Skill Gold Price API 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.. Install it into any Aerostack workspace and it becomes available in Claude, Cursor, and every MCP-compatible AI client.

robot_2

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.

.claude/mcp.json
{
  "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.

add_circleAdd to Workspace

bolt Why publish skills on Aerostack?

One platform. Every AI client. No more fragmentation.

The old way

  • Separate GitHub repo for each AI tool
  • Different formats: OpenAI Actions vs Claude tools vs Gemini plugins
  • Redeploy & update configs every time you change something
  • No discovery — teammates can't find your private skills
  • Repeat the same setup across 10 different tools

With Aerostack

  • One deploy, works in Claude, Cursor, Windsurf, Gemini, ChatGPT
  • aerostack skill install pp0428281/@pp0428281/pp0428281gold-price-api works in seconds
  • Private skills for your team, public for the community
  • Auto-updates — your team always runs the latest version
  • Clean codebase — no more fragmented skill repos

description Overview

My Skill is getMetalPrice
It fetches gold or silver spot prices from GoldAPI for:

today
yesterday
a specific date in YYYY-MM-DD format

terminal Tools (1)

Available tools in this skill. Each tool can be called directly from any AI agent.

bolt
getMetalPrice #1

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.

Details

upgrade Version 0.1.0
gavel License MIT
wifi Transport http-sse
lock Access Public
category Category API Connectors
terminal Tools 1

terminal Quick Install

aerostack skill install pp0428281/@pp0428281/pp0428281gold-price-api

Installs to all your AI clients in one command.

Publisher

Browse more skills
rocket_launch Publish your skill

Have a skill? Publish it once — use it everywhere.

Deploy your TypeScript skill to Aerostack and it's instantly available in Claude, Cursor, GPT-4, Gemini, and any MCP-compatible AI client. Private for your team or public on the marketplace.

More API Connectors Skills

Browse API Connectors Skills →

Frequently asked questions

What does the Gold Price API skill do? +

Gold Price API is a reusable AI skill for api-connectors automation. It gives Claude a set of pre-built actions you can trigger from any conversation or workflow.

How do I install the Gold Price API skill in Claude? +

Add the skill to your Aerostack workspace: ```json { "skills": [ "@pp0428281/@pp0428281/pp0428281gold-price-api" ] } ``` Then connect your workspace to Claude via the Aerostack MCP bridge.

Is the Gold Price API skill free to use? +

Gold Price API is free to install via Aerostack Marketplace. Usage may consume Aerostack credits depending on your plan.

Which AI agents support the Gold Price API skill? +

Gold Price API works with any MCP-compatible AI agent — including Claude Desktop, Claude Code, Cursor, Windsurf, and OpenClaw.