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.

评论

其他 分类下的更多 MCP 服务器