# 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 for higher rate limits

## Tools (4)

- `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

```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
