← Back to Plugins
MCP Server MCP

io.github.kkjh0723/mcp-ldbd

github By github 👁 1 views ▲ 0 votes

Submit and track stock/crypto direction predictions on LDBD's public leaderboard (ldbd.app).

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-ldbd",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "LDBD bot API key (issue at https://ldbd.app/settings)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LDBD_API_KEY"
        },
        {
          "description": "Override the LDBD API base URL (default https://ldbd.app)",
          "format": "string",
          "name": "LDBD_BASE_URL"
        },
        {
          "description": "Set to 1 to hide the prediction-submission tool (read-only mode)",
          "format": "string",
          "name": "LDBD_MCP_READONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...