mcpbeat Sign in

MCP Ldbd MCP Server

local only

MCP Ldbd runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 31 Jul 2026.

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

Installs per day peak 18 · avg 6 · +22% w/w
a month agotoday
57
Installs / week
npm · mcp-ldbd
0
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check MCP Ldbd every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-ldbd -- npx -y mcp-ldbd
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-ldbd": {
      "args": [
        "-y",
        "mcp-ldbd"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-ldbd]
command = "npx"
args = ["-y", "mcp-ldbd"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-ldbd": {
      "args": [
        "-y",
        "mcp-ldbd"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-ldbd": {
      "args": [
        "-y",
        "mcp-ldbd"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LDBD_API_KEY (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Ldbd

same job, measured the same way
Investhive
by investhive

Investment sentiment, predictions, and analyst track records for stocks and crypto

local only
Marketintell
by marketintell

AI analyst desk for stocks, options & crypto with sourced trade setups and a public accuracy record.

17 tools answering
Convex Lake
by hsergeyf

Trade, orderbook, and volatility data for prediction markets and crypto derivatives.

answering
Trade It
by tradeit

Trade stock, crypto, and options on Robinhood, ETrade, Webull, Charles Schwab, Coinbase, or Kraken.

answering
Finance MCP Server
by thenextgennexus

Get stock data, screen stocks, track crypto prices, and monitor exchange rates

20 installs/wk local only
Felix MCP
by felix

Non-custodial trading infrastructure for AI agents across prediction markets, crypto, and options.

66 installs/wk local only
Bottrade
by bot-trade

Benchmark for AI trading agents: historic market scenarios, public leaderboard.

19 tools answering
TradingCalc MCP: Crypto Futures Math
by skalinin909

Deterministic crypto futures, on-chain risk, and prediction-market math. 31 tools. Not AI estimates.

31 tools answering

MCP Ldbd — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Ldbd?
MCP Ldbd runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-ldbd was installed 57 times last week.
How do I connect MCP Ldbd?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-ldbd straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Ldbd?
The npm package mcp-ldbd was installed 57 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Ldbd open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.