ZKOM MCP Server for Cryptocurrency Prices
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ZKOM MCP Server for Cryptocurrency PricesCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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¤cy=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¤cy=USD
Environment Variables
Create a .env file with the following variables:
```
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




