Asset Price MCP Server
Provides real-time prices for assets like precious metals and cryptocurrencies.
Asset Price MCP Server (asset-price-mcp)
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.
Getting Started
Many code editors and other AI clients use configuration files to manage MCP servers.
You can configure the asset-price-mcp server by adding the following to your configuration file.
Installing via Smithery
To install asset-price-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @mk965/asset-price-mcp --client claude
MacOS/Linux
{
"mcpServers": {
"Asset Price MCP": {
"command": "npx",
"args": ["-y", "asset-price-mcp"]
}
}
}
Windows
{
"mcpServers": {
"Asset Price MCP": {
"command": "cmd",
"args": ["/c", "npx", "-y", "asset-price-mcp"]
}
}
}
Building
npm run build
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Servidores relacionados
Umami MCP server
MCP server exposing Umami analytics (Cloud + self-hosted)
Stock Market Tracker
MCP server for advanced financial analysis, stock monitoring, and real-time market intelligence to support buy/sell decisions
Janee API Security
MCP server that sits between AI agents and APIs. Agents request access, Janee makes the call with the real credentials, agents never see the secrets.
senado-br-mcp
MCP Server for Brazilian Federal Senate open data - legislators, bills, votes, committees
YouTube Playlist Generator MCP Server
A Model Context Protocol (MCP) server that enables AI applications to search for YouTube music videos and manage playlists using the official YouTube Data API v3.
Teukhos
Spawn production-ready MCP servers from a single YAML file
Sound Effects MCP
Plays various sound effects for different situations.
PolicyLayer MCP
Non-custodial spending controls for AI agent crypto wallets — enforce daily limits, per-tx caps, and recipient whitelists.
Superlines MCP server
Analyze and optimize for AI search (AIO)
Jilebi
A secure, extensible MCP runtime with JS plugins