C

crypto-portfolio-mcp用于追踪和管理加密货币投资组合配置的 MCP 服务器。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Crypto Portfolio MCP 是一个用于追踪和管理加密货币投资组合配置的 MCP 服务器。它使 AI 代理能够实时查询并优化投资组合策略。服务器允许用户添加并通过实时 Binance 价格追踪加密货币持仓,获取任意 Binance 交易对的当前价格,生成投资组合价值随时间变化的可视化图表,并提供包含多元化和风险建议的投资组合分析。它使用 SQLite 将持仓持久化存储在本地数据库中。

主要功能

  • 投资组合管理
  • 价格获取
  • 价值历史
  • 分析提示
  • SQLite 存储

价格

模型
Free
评分
暂无评价

使用场景

投资组合追踪

使用实时 Binance 价格追踪加密货币持仓,并生成随时间变化的投资组合价值可视化图表。

投资组合分析

根据当前持仓和 Binance 市场趋势,获取关于加密货币投资组合的多元化及风险建议分析。

优点 & 缺点

优点

  • 实时 Binance 价格追踪
  • 基于多元化和风险建议的投资组合分析
  • 随时间变化的投资组合价值可视化图表
  • 在本地 SQLite 数据库中持有资产的持久化存储

缺点

  • 需要 Python 3.10+ 及兼容的 MCP 客户端
  • 价格获取仅限于 Binance

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Where are my portfolio holdings stored, and can I access them outside the MCP server?

Holdings are persisted in a local SQLite database created by the server, so the data remains on your machine and can be accessed with any SQLite client if needed.

Asked by Oscar Lindqvist · May 19, 2026

How do I connect the MCP server to an AI client like Claude Desktop?

Install the server, then register it in Claude Desktop (or another MCP‑compatible client) using the command `python path/to/crypto_portfolio_mcp/main.py`. The client can then send prompts such as “Add 0.1 BTC to my portfolio” or “Show my portfolio value history.”

Asked by Nikolai Petrenko · Apr 3, 2026

Which exchange does the server use for price data, and can it be changed?

The server fetches real‑time prices exclusively from Binance via the CCXT library; there is no built‑in support for other exchanges.

Asked by Daniel Schmidt · Feb 17, 2026

What Python version and dependencies are required to run Crypto Portfolio MCP?

Crypto Portfolio MCP requires Python 3.10 or newer. After cloning the repo, install its dependencies with `pip install mcp[cli] ccxt matplotlib`.

Asked by Tunde Balogun · Feb 12, 2026

提问

服务配缩器 的替代品