crypto-portfolio-mcpServer

kukapay
GitHub
cryptocurrencyfinanceportfolio management

Loading subscription status...

💡 Description

An MCP server for tracking and managing cryptocurrency portfolio allocations, allowing AI agents to query and optimize portfolio strategies in real-time.

📝 JSON Entries

{
  "mcpServers": [
    {
      "crypto-portfolio-mcp": {
        "args": [
          "path/to/crypto-portfolio-mcp/main.py"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

get_portfolio_summaryadd_holding(coin_symbol: str, amount: float)get_price(coin_symbol: str)portfolio_value_history()

Features

  • Portfolio management: add and track your cryptocurrency holdings with real-time prices from Binance.
  • Price retrieval: fetch the current prices of any trading pair from Binance.
  • Value history: generate visual graphs of portfolio value over time.
  • Analysis request: pre-designed requests for portfolio analysis with diversification and risk suggestions.
  • SQLite storage: persistent storage of holdings in a local database.

💬 Example Queries

  • Add 0.1 BTC to my portfolio
  • What is the current price of ETH on Binance?
  • What is the current summary of my portfolio?
  • Show me the value history of my portfolio
  • Analyze my cryptocurrency portfolio