# Crypto Price & Market Analysis Server

Provide real-time cryptocurrency price data and market analysis.

## Quick Start

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

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

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

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

## Direct MCP Connection

Endpoint: `https://mcp-crypto-price--truss44.run.tools`

**Required config:**
- `COINCAP_API_KEY` (query) — Coincap API key is required

## Tools (7)

- `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
- `get-top-assets` — Get top cryptocurrencies ranked by market cap
- `get-technical-analysis` — Get the latest technical indicators for a cryptocurrency including SMA, EMA, RSI, MACD, and VWAP
- `get-rates` — Get USD-based conversion rates for fiat currencies and cryptocurrencies. Optionally pass a slug (e.g. 'euro', 'us-dolla…
- `get-exchanges` — Get top cryptocurrency exchanges ranked by 24h volume. Optionally pass an exchangeId (e.g. 'binance', 'coinbase') to ge…

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

## Resources

- `info://server` — Basic server information

## Prompts (1)

- `analyze-crypto` — Generate a comprehensive analysis of a cryptocurrency covering price, market, and historical trends

---

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