A coincap mcp server to access crypto data from coincap API
Coincap MCP
What does this server do?
Allows you to query crypto information from coincapβs public API - no API keys or registration required
π Quick Start
To get started, 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": {
"mongodb": {
"command": "npx",
"args": ["coincap-mcp"]
}
}
}
Installing via Smithery
To install Coincap for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install coincap-mcp --client claude
Prerequisites
- Node.js 18+
- npx
Then, launch Claude Desktop and youβre ready to go!
Sample Prompts
- What is the price of bitcoin?
- What are the available crypto assets?
- What is the market cap of ethereum?
Tools
Bitcoin Price Tool
Gets price for Bitcoin specifically, itβs a simple example of a primitive API call tool
Get Crypto Price Tool
Gets price for any cryptocurrency available on coincap API. Itβs a good example of how to get mandatory parameter data for your tool calls
List Assets
Gets a list of all crypto assets available in coincap API
Development - local build
To build it locally:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"coincap-mcp": {
"command": "/path/to/coincap-mcp/build/index.js"
}
}
}
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
π License
This project is licensed under the MIT License - see the LICENSE file for details.
Prerequisites
- β’Familiarity with the server domain
- β’Basic understanding of related technologies
- β’Knowledge of Data & Storage
Recommended Server
Composio Mcp Server
Mcp Server Redis
MCP server to interact with Redis Server, AWS Memory DB, etc for caching or other use-cases where in-memory and key-value based storage is appropriate
World_bank_mcp_server
An implementation of the Model Context Protocol for the World Bank open data API
Details
More Server
Placid Mcp Server
Generate image and video creatives using Placid.app templates in MCP compatible hosts
Cognee Mcp
Reliable LLM Memory for AI Applications and AI Agents
Twitter Mcp
A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.
Mcp Tavily
An MCP server for Tavily's search API