Provide real-time cryptocurrency price data and market analysis.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Truss44 Mcp Crypto Price.
symbolCallable MCP tool function
BTCCallable MCP tool function
amountCallable MCP tool function
currencyCallable MCP tool function
usdCallable MCP tool function
slugCallable MCP tool function
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Supports both STDIO and Streamable HTTP transports.
COINCAP_API_KEYCOINCAP_API_KEY is required (free tier available at pro.coincap.io/dashboard)assets-search, market-global, assets-compare, analysis-candlestick, price-convert, assets-infoprice-*, market-*, assets-*, analysis-*)outputSchema with structuredContent for type-safe responsesisError flag on validation errors, server description, and asset://{symbol} resource templateAdd this configuration to your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.jsonIf your MCP client requires launching via cmd.exe on Windows:
You can run the server over HTTP for environments that support MCP over HTTP streaming.
The server listens on port 3000 by default (override with PORT). For clients that connect over HTTP (e.g. Smithery, Claude.ai), pass your API key as a query parameter:
For remote deployments:
This server uses the CoinCap v3 API, which requires an API key. A free tier is available.
COINCAP_API_KEY environment variable (see Usage examples above)COINCAP_API_KEY query parameter in the connection URL (e.g. /mcp?COINCAP_API_KEY=your_key)Without a valid API key, all tools will return an error with instructions on how to obtain one.
This MCP server works directly via pnpm dlx (configs above) and does not require Smithery.
If you do use the Smithery CLI, authenticate with smithery auth login or by setting SMITHERY_API_KEY in your environment. Recent versions of the Smithery CLI do not support passing API keys via --key (or older --profile patterns).
Launch Claude Desktop to start using the crypto analysis tools.
Gets current price and 24h stats for any cryptocurrency, including:
Converts a cryptocurrency amount into any fiat currency:
symbol (e.g. BTC), amount (default 1), currency (default usd)Provides detailed market analysis including:
Provides an overview of the entire cryptocurrency market:
Returns USD-based conversion rates for fiat currencies and cryptocurrencies:
slug parameter (e.g. euro, bitcoin) for a single rate lookupLists top cryptocurrency exchanges ranked by 24h volume:
exchangeId parameter (e.g. binance) for single exchange detailslimit parameter (1β50, default 10)Lists top cryptocurrencies ranked by market cap, including:
Searches for cryptocurrencies by name or symbol with fuzzy matching:
Returns detailed metadata for a single cryptocurrency:
Compares 2β5 cryptocurrencies side by side:
BTC,ETH,SOL)Analyzes historical price data with:
Returns the latest technical indicators for any cryptocurrency:
Retrieves OHLCV candlestick data for a cryptocurrency:
5m, 15m, 30m, 1h, 2h, 6h, 12h, 1d)The server exposes the following MCP resources:
info://server β Server name and version metadataasset://{symbol} β Cryptocurrency asset information by symbol (e.g. asset://BTC), returned as JSONThe server exposes the following MCP prompts that clients can invoke:
| Prompt | Args | Description |
|---|---|---|
analyze-crypto | symbol | Comprehensive analysis: price, market, historical trends |
compare-cryptocurrencies | symbols | Compare 2-5 cryptos side-by-side |
market-overview | β | Global market snapshot: metrics, top assets, top exchanges |
crypto-conversion | symbol, amount?, currency? | Convert crypto amount to fiat |
exchange-analysis | symbol | Exchange landscape analysis for a crypto |
technical-analysis | symbol | Full technical analysis: indicators, candles, trends |
crypto-screener | query | Search and screen cryptos for opportunities |
This project is licensed under the MIT License
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/truss44-mcp-crypto-price)<a href="https://allmcps.com/mcp/truss44-mcp-crypto-price"><img src="https://allmcps.com/api/badge/truss44-mcp-crypto-price?style=directory" alt="Truss44 Mcp Crypto Price on AllMCPs" /></a>