my-mcp-server

hailuong11071991/my-mcp-server

3.2

If you are the rightful owner of my-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A custom MCP server for ChainOpera AI

Bitcoin Price Tracker (Gate.io) – MCP Server

A minimal Model Context Protocol (MCP) server that fetches real-time BTC/USDT price from Gate.io and exposes it as a tool for your AI agents (e.g., ChainOpera AI).

Features

  • Fetch current BTC price from Gate.io public API (no API key required)
  • Returns: symbol, last price, 24h change %, 24h high/low

Endpoints Used

https://api.gateio.ws/api/v4/spot/tickers?currency_pair=BTC_USDT

Quick Start

npm install
npm start

You should see:

✅ Gate.io BTC Price MCP Server is running...

MCP Server Config Example (ChainOpera AI)

Paste this in Server Config:

{
  "mcpServers": {
    "btc-price-tracker": {
      "command": "node",
      "args": ["server.js"],
      "env": {}
    }
  }
}

Tool Name

  • getBtcPrice – no params, returns latest BTC/USDT price and 24h stats.

Tags

crypto, bitcoin, realtime, price, gate.io


© 2025. MIT License.