Token导航 LogoToken导航TokenDH.com
MCP Server Omkar logo
金融服务stdio官方级别未说明来源级核验

MCP Server Omkar

MCP Server

一个基于FastAPI和CCXT的最小化Python MCP服务器,提供加密货币市场数据的REST和WebSocket端点。

工具数

4

提示词数

0

GitHub Stars

0

资源数

0
加密货币市场数据PythonWebSocket

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

omkar1930

提供方

omkar1930

最后核验

2026/5/17 20:22

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

python -m venv .venv

详细介绍

MCP Server — Omkar

Minimal Python MCP server for cryptocurrency market data (FastAPI + CCXT)

What's included

  • FastAPI server with REST endpoints and a websocket broadcast endpoint
  • app/exchanges.py CCXT wrapper (public endpoints only)
  • Simple async TTL cache
  • Utilities (retry, error handling)
  • Tests (pytest, pytest-asyncio) that mock exchange calls
  • CI workflow example for running tests

Quickstart

python -m venv .venv
source .venv/bin/activate     # or .venv\Scripts\activate on Windows
pip install -r requirements.txt

# run server
uvicorn app.main:app --reload --port 8000

# run tests
pytest -q

Endpoints (examples)

  • GET /health — basic healthcheck
  • GET /ticker?exchange=binance&symbol=BTC/USDT — latest ticker for symbol
  • GET /history?exchange=binance&symbol=BTC/USDT&since=1630454400000&limit=100 — OHLCV history (ms timestamp)
  • WebSocket /ws/ticker — subscribe to periodic ticker updates (send JSON with exchange & symbol)

Assumptions

  • Public market endpoints only; no API keys required.
  • Uses polling for realtime broadcasting to keep it cross-exchange.
  • Tests mock exchange calls so CI doesn't need network access.

目录标签

目录标签

加密货币市场数据PythonWebSocket本地部署FastAPICCXT

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

4

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP