{ "name": "@flipcoin/mcp-server", "version": "0.2.0", "mcpName": "io.github.MrTalecky/flipcoin", "description": "FlipCoin prediction markets MCP server for Claude", "type": "module", "main": "dist/index.js", "files": [ "dist", "README.md" ], "bin": { "flipcoin-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "lint": "tsc --noEmit", "test": "echo 'no tests yet' && exit 0" }, "keywords": [ "mcp", "prediction-markets", "flipcoin", "claude", "ai-agents" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/flipcoin-fun/flipcoin-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "express": "^5.2.1", "zod": "^3.25.0" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^22.15.0", "tsx": "^4.19.0", "typescript": "^5.8.0" }, "engines": { "node": ">=18" } }