← Back to Plugins
MCP Server MCP

KLinePic

github By github 👁 1 views ▲ 0 votes

Create annotated candlestick charts from broker or exchange fills for post-trade review.

Homepage Verified source GitHub

Install

oci:ghcr.io/sher1096/klinepic-mcp-server:0.1.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/sher1096/klinepic-mcp-server:0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "KLinePic Agent API key. Required when a tool calls the API.",
          "format": "string",
          "isSecret": true,
          "name": "KLINE_AGENT_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...