Coincap MCP
@QuantGeekDev
About Coincap MCP
A coincap mcp server to access crypto data from coincap API
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"coincap-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"coincap-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Coincap MCP?
Coincap MCP is a Model Context Protocol server that allows you to query cryptocurrency information from the CoinCap public API. No API keys or registration are required. It provides tools for retrieving prices and listing crypto assets, and is intended for use with Claude Desktop or other MCP-compatible clients.
How to use Coincap MCP?
Add the server configuration to your Claude Desktop config file (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows) using the command npx coincap-mcp. You can also install automatically via Smithery with npx -y @smithery/cli install coincap-mcp --client claude. Prerequisites are Node.js 18+ and npx.
Key features of Coincap MCP
- Queries cryptocurrency data from CoinCap's public API.
- No API keys or registration required.
- Provides tools: Bitcoin Price, Get Crypto Price, List Assets.
- Simple integration with Claude Desktop via
npx. - Open source under the MIT License.
Use cases of Coincap MCP
- Asking an LLM for the current price of Bitcoin.
- Getting the current price of any supported cryptocurrency.
- Listing all available crypto assets on the CoinCap API.
- Fetching market cap information for a specific cryptocurrency.
FAQ from Coincap MCP
Do I need an API key to use Coincap MCP?
No, the server uses CoinCap's public API which does not require API keys or registration.
What are the prerequisites for running Coincap MCP?
You need Node.js 18 or later and npx installed on your system.
How do I install Coincap MCP for Claude Desktop?
Add the configuration to your Claude Desktop config file with "command": "npx", "args": ["coincap-mcp"], or use the Smithery CLI command npx -y @smithery/cli install coincap-mcp --client claude.
What tools does Coincap MCP provide?
It provides three tools: Bitcoin Price Tool (gets Bitcoin price), Get Crypto Price Tool (gets price for any cryptocurrency), and List Assets (lists all crypto assets available on CoinCap API).
Frequently asked questions
Do I need an API key to use Coincap MCP?
No, the server uses CoinCap's public API which does not require API keys or registration.
What are the prerequisites for running Coincap MCP?
You need Node.js 18 or later and `npx` installed on your system.
How do I install Coincap MCP for Claude Desktop?
Add the configuration to your Claude Desktop config file with `"command": "npx", "args": ["coincap-mcp"]`, or use the Smithery CLI command `npx -y @smithery/cli install coincap-mcp --client claude`.
What tools does Coincap MCP provide?
It provides three tools: Bitcoin Price Tool (gets Bitcoin price), Get Crypto Price Tool (gets price for any cryptocurrency), and List Assets (lists all crypto assets available on CoinCap API).
Basic information
More Other MCP servers
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments