ZKOM MCP Server for Cryptocurrency Prices

by cryptonerdcn

269 downloads
Not rated
GitHub

Description

# ZKOM MCP Server for Cryptocurrency Prices A Model Context Protocol (MCP) server implementation for retrieving cryptocurrency prices from Coinbase. ## Features - Get real-time exchange rates for cryptocurrencies - MCP-compliant API responses - Support for querying prices in…

About

# ZKOM MCP Server for Cryptocurrency Prices A Model Context Protocol (MCP) server implementation for retrieving cryptocurrency prices from Coinbase. ## Features - Get real-time exchange rates for cryptocurrencies - MCP-compliant API responses - Support for querying prices in various currencies - Caching mechanism to…

Details

Author
cryptonerdcn
Downloads
269
Categories
Other, API

- Real‑time exchange rates for cryptocurrencies
- MCP‑compliant API responses
- Support for querying prices in various currencies
- Caching mechanism to reduce API calls

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  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 ZKOM MCP Server for Cryptocurrency Prices
    Command (node, npx, python, etc.)

    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

Clone the repository, install dependencies with pip install -r requirements.txt, create a .env file with the required environment variables (PORT, HOST, COINBASE_API_URL), and run the server with python -m app.main. Then send GET requests to the endpoint GET /v1/crypto/price?symbol=BTC&currency=USD.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "zkom mcp server for cryptocurrency prices": {
            "zkom_mcp_server": {
                "command": "python",
                "args": [
                    "-m",
                    "app.main"
                ]
            }
        }
    }
}

McpServers

{
    "zkom_mcp_server": {
        "command": "python",
        "args": [
            "-m",
            "app.main"
        ]
    }
}

ZKOM MCP Server for Cryptocurrency Prices

A Model Context Protocol (MCP) server implementation for retrieving cryptocurrency prices from Coinbase.

Features

- Get real-time exchange rates for cryptocurrencies
- MCP-compliant API responses
- Support for querying prices in various currencies
- Caching mechanism to reduce API calls

Installation

1. Clone the repository:

git clone https://github.com/your-username/zkom_mcp_server.git
cd zkom_mcp_server

2. Install dependencies:

pip install -r requirements.txt

3. Run the server:

python -m app.main

Usage

Send requests to the MCP server endpoints:

GET /v1/crypto/price?symbol=BTC&currency=USD

Environment Variables

Create a .env file with the following variables:
```

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.