mcp ldbd for Cline
io.github.kkjh0723/mcp-ldbd
Submit and track stock/crypto direction predictions on LDBD's public leaderboard (ldbd.app).
client:Cline
transport:stdio
runtime:npm
Install mcp ldbd in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-ldbd": {
"command": "npx",
"args": [
"-y",
"mcp-ldbd"
],
"env": {
"LDBD_API_KEY": "<LDBD_API_KEY>",
"LDBD_BASE_URL": "<LDBD_BASE_URL>",
"LDBD_MCP_READONLY": "<LDBD_MCP_READONLY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs