CoinCap

by QuantGeekDev

87 stars
223 downloads
Not rated
GitHub

About

Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys

Details

Author
QuantGeekDev
Repository
QuantGeekDev/coincap-mcp
GitHub stars
87
Downloads
223
License
MIT License
Categories
Database, Community, Other, Developer Tools
Tags
#data

- 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.

Setting up with Highlight

Follow these steps to add this server as a custom Highlight plugin:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name CoinCap
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 coincap-mcp

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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"]
    }
  }
}

To install Coincap for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install coincap-mcp --client claude

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.

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "coincap": {
            "env": {},
            "args": [
                "coincap-mcp"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "coincap-mcp"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "coincap-mcp"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "coincap-mcp"
    ],
    "command": "npx"
}

Allows you to query crypto information from coincap's public API - no API keys or registration required

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"] } } }

To install Coincap for Claude Desktop automatically viaSmithery:

npx -y @smithery/cli install coincap-mcp --client claude

Then, launch Claude Desktop and you're ready to go!

- What is the price of bitcoin?
- What are the available crypto assets?
- What is the market cap of ethereum?

Gets price for Bitcoin specifically, it's a simple example of a primitive API call 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

Gets a list of all crypto assets available in coincap API

On MacOS:~/Library/Application Support/Claude/claude_desktop_config.jsonOn Windows:%APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "coincap-mcp": { "command": "/path/to/coincap-mcp/build/index.js" } } }

This project is licensed under the MIT License - see theLICENSEfile for details.

Read and write access to Airtable databases.

BigQuery database integration with schema inspection and query capabilities

Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities

Universal database MCP server supporting multiple database types including PostgreSQL, Redshift, CockroachDB, MySQL, RDS MySQL, Microsoft SQL Server, BigQuery, Oracle DB, and SQLite

MCP server for autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort.

Universal database MCP server supporting mainstream databases.

MCP server for dbt-core (OSS) users as the official dbt MCP only supports dbt Cloud. Supports project metadata, model and column-level lineage and dbt documentation.

Leverages your Schemas and Access Patterns to interact with your DynamoDB Database using natural language.

MCP server acting as an interface to the Frankfurter API for currency exchange data.

MCP server for libSQL databases with comprehensive security and management tools. Supports file, local HTTP, and remote Turso databases with connection pooling, transaction support, and 6 specialized database tools.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.