Asset Price MCP Server (asset-price-mcp)
About
Provides real-time prices for assets like precious metals and cryptocurrencies.
Details
- Author
- mk965
- GitHub stars
- 3
- Downloads
- 314
- Categories
- Other, Finance
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Asset Price MCP Server (asset-price-mcp)Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"asset price mcp server (asset-price-mcp)": {
"Asset Price MCP": {
"command": "npx",
"args": [
"-y",
"assets-price-mcp"
]
}
}
}
}
McpServers
{
"Asset Price MCP": {
"command": "npx",
"args": [
"-y",
"assets-price-mcp"
]
}
}
Asset Price MCP Server (asset-price-mcp)
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.
- 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.
Retrieves current pricing information for specific assets.
- 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").
Lists all supported assets available for price queries.
Many code editors and other AI clients use configuration files to manage MCP servers.
You can configure theasset-price-mcpserver by adding the following to your configuration file.
To install asset-price-mcp for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install @mk965/asset-price-mcp --client claude
{ "mcpServers": { "Asset Price MCP": { "command": "npx", "args": ["-y", "asset-price-mcp"] } } }
{ "mcpServers": { "Asset Price MCP": { "command": "cmd", "args": ["/c", "npx", "-y", "asset-price-mcp"] } } }
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.
MCP to interface with multiple blockchains, staking, DeFi, swap, bridging, wallet management, DCA, Limit Orders, Coin Lookup, Tracking and more.
Financial intelligence for AI agents — 31 tools across 8 data sources including regime, derivatives, stablecoin flows, momentum, macro, weather patterns, and political cycles.
Execute stock and crypto trades via Trade Agent
MCP server for Aave — lending pool data, reserve info, user positions, and liquidation thresholds.
Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, and x402 payments.
EUR settlement for AI agents. USDC/EURC to EUR via SEPA Instant. Trust scoring (KYA 0-100), market data, crypto analytics, AI tools.
Full-lifecycle algorithmic trading: describe strategies in plain English, AI generates code, backtest on real data, deploy live to 10+ brokers. Stocks, options, crypto, futures. Free tier available.
Crypto prices, market data, and token metadata via CoinGecko.
Crypto prices, market caps, rankings, and token metadata via CoinMarketCap.
MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



