Asset Price MCP Server

An MCP-compatible service that provides real-time asset prices including precious metals, cryptocurrencies, and more

Local serverstdio

What is the Asset Price MCP MCP server?

Asset price mcp mcp server lets Claude, Cursor and other MCP clients work with Asset Price MCP directly. An MCP-compatible service that provides real-time asset prices including precious metals, cryptocurrencies, and more.

What Asset Price MCP does

English | 中文 | 日本語

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.

Key capabilities

  • 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

Tools it exposes

Once connected, the assistant can call these 4 tools directly:

  • Features — Please note that asset-price-mcp is currently in development
  • get_asset_price — The get_asset_price tool exposed by this server
  • list_assets — The list_assets tool exposed by this server
  • Windows — The Windows tool exposed by this server

Installing the asset price mcp mcp server

The server is distributed via npm as @smithery/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Where it fits

Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Asset Price MCP sits in that group, and the shape of its toolset — Features, get_asset_price, list_assets among others — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by mk965.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the asset price mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
FeaturesPlease note that asset-price-mcp is currently in development.
get_asset_priceThe get_asset_price tool exposed by this server.
list_assetsThe list_assets tool exposed by this server.
WindowsThe Windows tool exposed by this server.

How to install the Asset Price MCP MCP server

### MacOS/Linux

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Asset Price MCP to Features.
  • Use Asset Price MCP to get asset price.
  • Use Asset Price MCP to list assets.

Frequently asked questions

It connects Asset Price MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Features, get_asset_price, list_assets, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Asset Price MCP directly.