MCP.so
登录

ZKOM MCP Server for Cryptocurrency Prices

@cryptonerdcn

关于 ZKOM MCP Server for Cryptocurrency Prices

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

cryptonerdcn

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ZKOM MCP Server for Cryptocurrency Prices?

A Model Context Protocol (MCP) server implementation that retrieves real‑time cryptocurrency exchange rates from Coinbase. It is designed for developers who want to integrate crypto price data into MCP‑compatible applications.

How to use ZKOM MCP Server for Cryptocurrency Prices?

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.

Key features of ZKOM MCP Server for Cryptocurrency Prices

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

Use cases of ZKOM MCP Server for Cryptocurrency Prices

  • Display current cryptocurrency prices in MCP‑powered chat interfaces
  • Automate price checks for trading bots or portfolio trackers
  • Integrate live crypto rates into financial dashboards
  • Provide multi‑currency price data for educational or research tools

FAQ from ZKOM MCP Server for Cryptocurrency Prices

What data source does the server use?

It retrieves exchange rates from the Coinbase API (v2 exchange‑rates endpoint).

How do I configure the server?

Create a .env file with PORT, HOST, and COINBASE_API_URL. The default values are PORT=8000, HOST=0.0.0.0, and COINBASE_API_URL=https://api.coinbase.com/v2/exchange-rates.

What is the API endpoint for querying prices?

The endpoint is GET /v1/crypto/price?symbol=BTC&currency=USD. Replace BTC and USD with the desired cryptocurrency symbol and currency code.

Does the server cache responses?

Yes, it includes a caching mechanism to reduce the number of API calls to Coinbase.

What are the runtime requirements?

Python and the packages listed in requirements.txt (installed via pip install -r requirements.txt).

评论

其他 分类下的更多 MCP 服务器