{ "name": "mcp-ldbd", "version": "0.3.0", "description": "MCP server for LDBD — submit asset price-direction predictions from Claude Desktop or Claude Code", "type": "module", "bin": { "mcp-ldbd": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublishOnly": "tsc" }, "keywords": [ "mcp", "model-context-protocol", "ldbd", "leaderboard", "prediction", "stock", "finance", "claude", "anthropic" ], "author": "LDBD contributors", "license": "MIT", "homepage": "https://ldbd.app/bots", "repository": { "type": "git", "url": "git+https://github.com/kkjh0723/mcp-ldbd.git" }, "bugs": { "url": "https://github.com/kkjh0723/ldbd/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "typescript": "^5.7.0", "@types/node": "^22.10.0" }, "mcpName": "io.github.kkjh0723/mcp-ldbd" }