# Asset Price MCP

Retrieve and display real-time asset price information effortlessly. Access current prices for various assets, including precious metals and cryptocurrencies, to enhance your applications. Simplify d…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mk965/asset-price-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list mk965/asset-price-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mk965/asset-price-mcp get_asset_price

# Call a tool
npx -y @smithery/cli@latest tool call mk965/asset-price-mcp get_asset_price '{}'
```

## Tools (1)

- `get_asset_price` — Retrieves current pricing information for various assets including precious metals and cryptocurrencies

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mk965/asset-price-mcp <tool-name>
```

---

Source: https://github.com/mk965/asset-price-mcp | License: MIT
