PluginBench
MCP Server
Active
MIT

io.github.kkjh0723/mcp-ldbd MCP Server

io.github.kkjh0723/mcp-ldbd

What is the io.github.kkjh0723/mcp-ldbd MCP server?

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

How to install io.github.kkjh0723/mcp-ldbd

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LDBD_API_KEY
    required
    secret

    LDBD bot API key (issue at https://ldbd.app/settings)

  • LDBD_BASE_URL

    Override the LDBD API base URL (default https://ldbd.app)

  • LDBD_MCP_READONLY

    Set to 1 to hide the prediction-submission tool (read-only mode)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-ldbd": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ldbd"
      ],
      "env": {
        "LDBD_API_KEY": "<YOUR_LDBD_API_KEY>",
        "LDBD_BASE_URL": "<YOUR_LDBD_BASE_URL>",
        "LDBD_MCP_READONLY": "<YOUR_LDBD_MCP_READONLY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-ldbd": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ldbd"
      ],
      "env": {
        "LDBD_API_KEY": "<YOUR_LDBD_API_KEY>",
        "LDBD_BASE_URL": "<YOUR_LDBD_BASE_URL>",
        "LDBD_MCP_READONLY": "<YOUR_LDBD_MCP_READONLY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-ldbd": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ldbd"
      ],
      "env": {
        "LDBD_API_KEY": "<YOUR_LDBD_API_KEY>",
        "LDBD_BASE_URL": "<YOUR_LDBD_BASE_URL>",
        "LDBD_MCP_READONLY": "<YOUR_LDBD_MCP_READONLY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-ldbd": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-ldbd"
      ],
      "env": {
        "LDBD_API_KEY": "<YOUR_LDBD_API_KEY>",
        "LDBD_BASE_URL": "<YOUR_LDBD_BASE_URL>",
        "LDBD_MCP_READONLY": "<YOUR_LDBD_MCP_READONLY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-ldbd --env LDBD_API_KEY=<YOUR_LDBD_API_KEY> --env LDBD_BASE_URL=<YOUR_LDBD_BASE_URL> --env LDBD_MCP_READONLY=<YOUR_LDBD_MCP_READONLY> -- npx -y mcp-ldbd

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →