Labsco
mk965 logo

Asset Price MCP Server

β˜… 3

from mk965

Provides real-time prices for assets like precious metals and cryptocurrencies.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

Asset Price MCP Server (asset-price-mcp)

smithery badge English | δΈ­ζ–‡ | ζ—₯本θͺž

Overview

A Model Context Protocol server for retrieving and displaying current asset price information. This server provides tools to fetch real-time price information for various asset (including precious metals and cryptocurrencies), making it easy for large language models to access and display this data.

Features

  • Retrieve prices for precious metals (Gold, Silver, etc.) via Gold API
  • Retrieve prices for cryptocurrencies via CoinGecko and Gold API
  • Smart routing to available data sources
  • Automatic caching for better performance and rate limit compliance

Please note that asset-price-mcp is currently in development.

Tools

get_asset_price

Retrieves current pricing information for specific assets.

Arguments:

  • symbol (optional): The asset symbol to query (e.g., "XAU", "BTC", "ETH"). If omitted, returns a default list of major assets.
  • currency (optional): The currency to express the price in (default: "USD").

list_assets

Lists all supported assets available for price queries.

Building

npm run build