Crypto Price (CoinCap)▌
by truss44
Get real-time LiteCoin price data and market trends with Crypto Price (CoinCap). Analyze coin marketcap and track prices
Integrates with CoinCap's API to provide real-time cryptocurrency data, enabling price tracking, market analysis, and historical trend examination for financial applications.
Both formats append explainx.ai attribution and the canonical URL for this MCP server listing.
best for
- / Traders monitoring cryptocurrency prices
- / Financial applications needing crypto data
- / Market research and analysis
capabilities
- / Get current cryptocurrency prices and 24-hour statistics
- / Analyze market data including top exchanges and volume distribution
- / Track historical price trends with customizable timeframes
- / Access real-time crypto market data
what it does
Provides real-time cryptocurrency price data and market analysis using CoinCap's API. Get current prices, historical trends, and detailed market insights for any cryptocurrency.
about
Crypto Price (CoinCap) is a community-built MCP server published by truss44 that provides AI assistants with tools and capabilities via the Model Context Protocol. Get real-time LiteCoin price data and market trends with Crypto Price (CoinCap). Analyze coin marketcap and track prices It is categorized under finance, analytics data. This server exposes 3 tools that AI clients can invoke during conversations and coding sessions.
how to install
You can install Crypto Price (CoinCap) in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport. This server supports remote connections over HTTP, so no local installation is required.
license
MIT
Crypto Price (CoinCap) is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
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.
What's New
- Streamable HTTP transport added (while keeping STDIO compatibility)
- Release workflow signs commits via SSH for Verified releases
- 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"]
}
}
}
If your MCP client requires launching via cmd.exe on Windows:
{
"mcpServers": {
"mcp-crypto-price": {
"command": "cmd",
"args": ["/c", "npx", "-y", "mcp-crypto-price"]
}
}
}
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):
npm run dev
- Build and run the HTTP server:
# Build the HTTP bundle (outputs to .smithery/)
npm run build
# Start the HTTP server
npm run start:http
- Build and run the STDIO server:
# Build the STDIO bundle (outputs to dist/)
npm run build:stdio
# Start the STDIO server
npm run start:stdio
The dev/build commands will print the server address to the console. Use that URL in clients that support MCP over HTTP (for example, Smithery). You can optionally provide an API key via COINCAP_API_KEY for higher rate limits.
Optional: CoinCap API Key
For higher rate limits, add an API key to your configuration:
{
"mcpServers": {
"mcp-crypto-price": {
"command": "npx",
"args": ["-y", "mcp-crypto-price"],
"env": {
"COINCAP_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Note for Smithery CLI users
This MCP server works directly via npx (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).
Important Note: CoinCap is sunsetting their v2 API. This MCP supports both v2 and v3 APIs:
- If you provide a
COINCAP_API_KEY, it will attempt to use the v3 API first, falling back to v2 if necessary- Without an API key, it will use the v2 API (which will eventually be discontinued)
- It's recommended to obtain an API key from pro.coincap.io/dashboard as the v2 API will be completely deactivated in the future
Launch Claude Desktop to start using the crypto analysis tools.
Verified commits & SSH signing
This repository requires Verified (cryptographically signed) commits. CI also includes a job (Verify commit signatures) that fails PRs with unsigned commits.
Create an SSH signing key (once)
# Generate a new ed25519 SSH key (no passphrase makes CI easier)
ssh-keygen -t ed25519 -C "CI signing key for mcp-crypto-price" -f ~/.ssh/id_ed25519 -N ''
# Your keys will be at:
# Private: ~/.ssh/id_ed25519
# Public : ~/.ssh/id_ed25519.pub
Enable SSH signing locally (optional but recommended)
git config --global gpg.format ssh
git config --global user.signingkey ~/.ssh/id_ed25519.pub
git config --global commit.gpgsign true
# Example signed commit
git commit -S -m 'feat: add something'
Configure GitHub to verify your signatures
- Add your public key as an SSH Signing Key in your GitHub account:
- GitHub → Settings → SSH and GPG keys → New SSH key
- Key type: Signing Key (SSH)
- Paste contents of
~/.ssh/id_ed25519.pub
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
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"
Project Inspiration
This project was inspired by Alex Andru's coincap-mcp project.
License
This project is licensed under the MIT License
FAQ
- What is the Crypto Price (CoinCap) MCP server?
- Crypto Price (CoinCap) is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
- How do MCP servers relate to agent skills?
- Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
- How are reviews shown for Crypto Price (CoinCap)?
- This profile displays 51 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
Use Cases▌
Extended AI Capabilities
Add new capabilities to Claude beyond text generation
Example
Access external data sources, execute code, interact with tools and services
Transform Claude from chatbot to action-taking agent
Context Enhancement
Provide Claude with access to relevant context and data
Example
Load project documentation, access knowledge bases, query databases
Get more accurate, context-aware responses
Workflow Automation
Automate multi-step workflows combining AI and external tools
Example
Research → Summarize → Create document → Send notification
Complete complex tasks end-to-end without manual steps
Implementation Guide▌
Prerequisites
- ›Claude Desktop 0.7.0+ or Cursor IDE with MCP support
- ›Basic understanding of MCP architecture and capabilities
- ›Access credentials for integrated services (if required)
- ›Willingness to experiment and iterate on configuration
Time Estimate
15-60 minutes depending on server complexity
Installation Steps
- 1.Install MCP server: npm install -g [package-name] or via GitHub
- 2.Add server configuration to ~/.claude/mcp.json
- 3.Provide required credentials and configuration
- 4.Restart Claude Desktop to load new server
- 5.Test basic functionality with simple prompts
- 6.Explore capabilities and experiment with use cases
- 7.Document successful patterns for reuse
Troubleshooting
- ⚠MCP server not loading: Check config syntax, verify installation
- ⚠Connection errors: Check network, firewall, credentials
- ⚠Feature not working: Read server docs, check required parameters
- ⚠Performance issues: Monitor resource usage, check for network latency
- ⚠Conflicts with other servers: Check port assignments, namespace collisions
Best Practices▌
✓ Do
- +Read server documentation thoroughly before setup
- +Start with simple use cases to validate functionality
- +Test in non-production environment first
- +Monitor resource usage and performance
- +Keep servers updated for bug fixes and new features
- +Document configuration for team members
- +Use environment variables for sensitive configuration
✗ Don't
- −Don't grant overly permissive access to MCP servers
- −Don't skip reading security considerations in docs
- −Don't expose sensitive data without proper controls
- −Don't run untrusted MCP servers without code review
- −Don't ignore error messages—investigate root cause
💡 Pro Tips
- ★Combine multiple MCP servers for powerful workflows
- ★Create custom MCP servers for your specific needs
- ★Share successful configurations with team
- ★Use MCP inspector for debugging
- ★Join MCP community for tips and troubleshooting
Technical Details▌
Architecture
Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.
Protocols
- Model Context Protocol (MCP)
- JSON-RPC 2.0
- stdio or HTTP transport
Compatibility
- Claude Desktop
- Cursor IDE
- Custom MCP clients
When to Use This▌
✓ Use When
Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.
✗ Avoid When
Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.
Integration▌
- →Tool composition: Chain multiple MCP tools in workflows
- →Context augmentation: Provide AI with relevant external data
- →Action delegation: Let AI execute tasks on external systems
- →Bidirectional sync: Keep AI context and external systems in sync
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
List & Promote Your MCP Server
Share your MCP server with the developer community
Ratings
4.5★★★★★51 reviews- ★★★★★Pratham Ware· Dec 28, 2024
Crypto Price (CoinCap) is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Aanya Thompson· Dec 24, 2024
Crypto Price (CoinCap) is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Jin Sanchez· Dec 8, 2024
We evaluated Crypto Price (CoinCap) against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Jin Okafor· Nov 27, 2024
Crypto Price (CoinCap) is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Yash Thakker· Nov 19, 2024
We evaluated Crypto Price (CoinCap) against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Aanya Sanchez· Nov 15, 2024
We evaluated Crypto Price (CoinCap) against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Xiao Chen· Oct 18, 2024
Strong directory entry: Crypto Price (CoinCap) surfaces stars and publisher context so we could sanity-check maintenance before adopting.
- ★★★★★Sophia Kapoor· Oct 18, 2024
Strong directory entry: Crypto Price (CoinCap) surfaces stars and publisher context so we could sanity-check maintenance before adopting.
- ★★★★★Dhruvi Jain· Oct 10, 2024
Crypto Price (CoinCap) has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
- ★★★★★Aditi Tandon· Oct 6, 2024
Crypto Price (CoinCap) has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
showing 1-10 of 51