ai.smithery/truss44-mcp-crypto-price
行业场景by truss44
提供实时 cryptocurrency 价格数据与市场分析,便于追踪行情变化和投资决策参考。
什么是 ai.smithery/truss44-mcp-crypto-price?
提供实时 cryptocurrency 价格数据与市场分析,便于追踪行情变化和投资决策参考。
README
Crypto Price & Market Analysis MCP Server
<a href="https://glama.ai/mcp/servers/jpqoejojnc"> <img width="380" height="200" src="https://glama.ai/mcp/servers/jpqoejojnc/badge" /> </a>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.
Requirements
- Node.js 22.14+
- CoinCap API key via
COINCAP_API_KEY
What's New
- BREAKING: CoinCap v2 API removed. Now uses v3 API exclusively. A
COINCAP_API_KEYis required (free tier available at pro.coincap.io/dashboard) - Streamable HTTP transport added (while keeping STDIO compatibility)
- Smithery CLI scripts to build and run the HTTP server
Usage
Add this configuration to your Claude Desktop config file:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-crypto-price": {
"command": "npx",
"args": ["-y", "mcp-crypto-price"],
"env": {
"COINCAP_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
If your MCP client requires launching via cmd.exe on Windows:
{
"mcpServers": {
"mcp-crypto-price": {
"command": "cmd",
"args": ["/c", "npx", "-y", "mcp-crypto-price"],
"env": {
"COINCAP_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Development scripts
pnpm dev # Development (HTTP server with hot reload via Smithery CLI)
pnpm build # Compile TypeScript → dist/
pnpm format # Format source files with Prettier
pnpm lint # Check for lint errors (ESLint + typescript-eslint)
pnpm lint:fix # Auto-fix lint errors
pnpm types:check # TypeScript type-check without emitting files
pnpm test # Run all tests
pnpm test:coverage # Run tests with coverage report
pnpm inspector # Open MCP inspector for interactive debugging
Run as Streamable HTTP server
You can run the server over HTTP for environments that support MCP over HTTP streaming.
- Dev server (recommended during development):
pnpm dev
- Build and run the HTTP server:
# Build (outputs to dist/)
pnpm build
# Start the HTTP server
pnpm start:http
- Build and run the STDIO server:
# Build (outputs to dist/)
pnpm build
# Start the STDIO server
pnpm start:stdio
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:
http://localhost:3000/mcp?COINCAP_API_KEY=YOUR_API_KEY_HERE
For remote deployments:
https://mcp-crypto-price.codemonkeyinnovations.com/mcp?COINCAP_API_KEY=YOUR_API_KEY_HERE
Required: CoinCap API Key
This server uses the CoinCap v3 API, which requires an API key. A free tier is available.
- Sign up and get your API key at pro.coincap.io/dashboard
- Add the key to your MCP client configuration:
- STDIO: via the
COINCAP_API_KEYenvironment variable (see Usage examples above) - HTTP: via the
COINCAP_API_KEYquery parameter in the connection URL (e.g./mcp?COINCAP_API_KEY=your_key)
- STDIO: via the
Without a valid API key, all tools will return an error with instructions on how to obtain one.
Note for Smithery CLI users
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.
Tools
get-crypto-price
Gets current price and 24h stats for any cryptocurrency, including:
- Current price in USD
- 24-hour price change
- Trading volume
- Market cap
- Market rank
get-market-analysis
Provides detailed market analysis including:
- Top 5 exchanges by volume
- Price variations across exchanges
- Volume distribution analysis
- VWAP (Volume Weighted Average Price)
get-historical-analysis
Analyzes historical price data with:
- Customizable time intervals (5min to 1 day)
- Support for up to 30 days of historical data
- Price trend analysis
- Volatility metrics
- High/low price ranges
get-top-assets
Lists top cryptocurrencies ranked by market cap, including:
- Current price in USD
- 24-hour price change
- Market cap and rank
- Configurable result count (1–50, default 10)
get-technical-analysis
Returns the latest technical indicators for any cryptocurrency:
- SMA (Simple Moving Average) with period
- EMA (Exponential Moving Average) with period
- RSI (Relative Strength Index) with Overbought/Oversold/Neutral signal
- MACD with signal line, histogram, and Bullish/Bearish label
- VWAP (Volume Weighted Average Price, 24h)
get-rates
Returns USD-based conversion rates for fiat currencies and cryptocurrencies:
- All fiat currency rates (USD base)
- Top 10 cryptocurrency rates
- Optional
slugparameter (e.g.euro,bitcoin) for a single rate lookup
get-exchanges
Lists top cryptocurrency exchanges ranked by 24h volume:
- Exchange name, rank, and 24h volume in USD
- Number of trading pairs and market share percentage
- Optional
exchangeIdparameter (e.g.binance) for single exchange details - Optional
limitparameter (1–50, default 10)
Sample Prompts
- "What's the current price of Bitcoin?"
- "Show me market analysis for ETH"
- "Give me the 7-day price history for DOGE"
- "What are the top exchanges trading BTC?"
- "Show me the price trends for SOL with 1-hour intervals"
- "What are the technical indicators for ETH right now?"
- "What's the current EUR to USD exchange rate?"
- "Which crypto exchanges have the highest 24h volume?"
Project Inspiration
This project was inspired by Alex Andru's coincap-mcp project.
License
This project is licensed under the MIT License
常见问题
ai.smithery/truss44-mcp-crypto-price 是什么?
提供实时 cryptocurrency 价格数据与市场分析,便于追踪行情变化和投资决策参考。
相关 Skills
面试体系设计
by alirezarezvani
按岗位、级别和团队设计面试流程,生成能力矩阵、题库与评分标准,分析面试官偏差并校准招聘门槛,适合搭建或优化企业招聘体系。
✎ 团队招人没章法时,用它快速搭建岗位化面试流程、题库与评分标准,还能兼顾校准面试偏差,招聘更稳更准。
期权交易
by binance-skills-hub
Binance Derivatives-trading-options request using the Binance API. Authentication requires API key and secret key. Supports testnet and mainnet.
A股交易助手
by alvisdunlop
A股股票智能交易助手,专服务中国大陆股票市场。当用户询问A股股票行情、个股分析、大盘情绪、热点板块、交易策略、价格预警、涨跌幅、成交量、技术面或基本面分析时触发。只处理沪深A股(代码�?/00/30/68开头),自动忽略港股和美股。所有数据实时从东方财富、新浪财经、同花顺、雪球抓取。Use when: user asks about Chinese A-share stocks, 股票行情, 个股分析, 大盘分析, 板块热点, 买卖�? 止盈止损, 仓位建议, or any A-share trading-related query.
相关 MCP Server
by boosted-chat
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
by jjlabsio
Search company disclosures and financial statements from the Korean market. Retrieve stock profiles, market classifications, and historical trading data across major exchanges. Accelerate equity research with accurate, date-specific insights for Korean securities.
✎ 做韩国股研时,用它能一站查公司披露、财报和历史行情,按日期精确追溯关键信息,比手动翻交易所高效太多。
by jjlabsio
检索韩国市场公司的披露文件与财务报表,并获取股票概况等关键信息。
✎ 想研究韩股公司时,它能一站式拉取披露、财报和股票概况,省去跨站查资料的麻烦,对跨境投研尤其省时。