MCP.so
Sign In

Asset Price MCP Server (asset-price-mcp)

@mk965

About Asset Price MCP Server (asset-price-mcp)

Asset Price MCP Server

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

mk965

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Asset Price MCP": {
      "command": "npx",
      "args": [
        "-y",
        "assets-price-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Asset Price MCP Server (asset-price-mcp)?

A Model Context Protocol server that retrieves and displays current price information for precious metals and cryptocurrencies. It uses Gold API for metals and CoinGecko plus Gold API for cryptocurrencies, with smart routing and automatic caching.

How to use Asset Price MCP Server (asset-price-mcp)?

Install via Smithery or by adding the server configuration to your MCP client’s config file. Use the get_asset_price tool with optional symbol and currency arguments, or call list_assets to see all supported assets. The server is invoked with npx -y asset-price-mcp.

Key features of Asset Price MCP Server (asset-price-mcp)

  • Retrieve precious metal prices via Gold API
  • Retrieve cryptocurrency prices via CoinGecko and Gold API
  • Smart routing to available data sources
  • Automatic caching for rate limit compliance and performance
  • Supports multiple currencys (default USD)
  • MIT licensed

Use cases of Asset Price MCP Server (asset-price-mcp)

  • Fetch real-time gold and silver prices for financial analysis
  • Check current cryptocurrency values within an AI assistant conversation
  • Compare asset prices across different currencys quickly
  • Build automated market briefings with up-to-date pricing data

FAQ from Asset Price MCP Server (asset-price-mcp)

What assets are supported?

The server supports precious metals (e.g., gold, silver) via Gold API and cryptocurrencies (e.g., BTC, ETH) via both CoinGecko and Gold API. Use the list_assets tool to see the full list.

What are the runtime dependencies?

Node.js and npm are required. The server runs via npx -y asset-price-mcp and is built with npm run build from the source repository.

Is this production-ready?

No, the server is currently in development and should be considered experimental.

How do I get prices in a different currency?

Pass the optional currency argument to get_asset_price (e.g., “EUR”). The default is “USD”.

How does authentication work?

No authentication or API keys are mentioned in the README. The server uses public endpoints from Gold API and CoinGecko.

Comments

More Other MCP servers