MCP Server for Binance Spot Trading

{ "name": "dynamodb-mcp-server", "version": "0.1.0", "description": "DynamoDB MCP server for managing DynamoDB resources", "author": "Iman Kamyabi <ikmyb@icloud.com>", "license": "MIT", "type": "module", "bin": { "mcp-server-dynamodb": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@aws-sdk/client-dynamodb": "^3.723.0", "@aws-sdk/util-dynamodb": "^3.723.0", "@modelcontextprotocol/sdk": "0.5.0" }, "devDependencies": { "@types/node": "^22.10.5", "shx": "^0.3.4", "typescript": "^5.6.2" } }