MCP.so
ログイン

Asset Price MCP Server (asset-price-mcp)

@mk965

Asset Price MCP Server (asset-price-mcp) について

Asset Price MCP Server

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

mk965

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ