# Crypto Price & Market Analysis 123

Provide real-time cryptocurrency data and market analysis. Access current prices, historical trends, and detailed market insights through an easy-to-use interface.

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get roman0211/mcp-crypto-price get-crypto-price

# Call a tool
npx -y @smithery/cli@latest tool call roman0211/mcp-crypto-price get-crypto-price '{}'
```

## Tools (3)

- `get-crypto-price` — Get current price and 24h stats for a cryptocurrency
- `get-market-analysis` — Get detailed market analysis including top exchanges and volume distribution
- `get-historical-analysis` — Get historical price analysis with customizable timeframe

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

---

Source: https://github.com/roman0211/mcp-crypto-price | License: MIT
