{
  "name": "@qbtlabs/openmm-mcp",
  "version": "1.0.14",
  "description": "MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents",
  "mcpName": "io.github.QBT-Labs/openmm-mcp",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "openmm-mcp": "dist/index.js",
    "qbtlabs-openmm-mcp": "dist/index.js",
    "openmm-vault": "dist/vault/cli.js",
    "openmm": "dist/scripts/serve-cli.js",
    "openmm-init": "dist/scripts/init-cli.js",
    "openmm-exchange": "dist/scripts/exchange-cli.js",
    "openmm-wallet": "dist/scripts/wallet-cli.js",
    "openmm-policy": "dist/scripts/policy-cli.js",
    "openmm-status": "dist/scripts/status-cli.js"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "test": "MCP_TRANSPORT= jest",
    "test:unit": "jest --testPathPattern=unit",
    "test:x402": "jest --testPathPattern=x402",
    "test:e2e": "TEST_E2E=true jest --testPathPattern=e2e",
    "typecheck": "tsc --noEmit",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "format": "prettier --write \"src/**/*.{ts,js,json,md}\"",
    "format:check": "prettier --check \"src/**/*.{ts,js,json,md}\"",
    "smithery:build": "bash scripts/smithery-build.sh",
    "smithery:publish": "bash scripts/smithery-build.sh && npx smithery mcp publish --name qbtlabs/openmm-mcp --from-build .smithery/stdio"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "mcp",
    "openmm",
    "market-making",
    "trading",
    "ai-agent",
    "crypto"
  ],
  "author": "QBT Labs",
  "license": "MIT",
  "_mcpName": "io.github.adacapo21/openmm-mcp",
  "repository": {
    "type": "git",
    "url": "https://github.com/QBT-Labs/openMM-MCP.git"
  },
  "dependencies": {
    "@3rd-eye-labs/openmm": "^0.1.11",
    "@modelcontextprotocol/sdk": "^1.26.0",
    "@noble/curves": "^2.0.1",
    "@noble/hashes": "^2.0.1",
    "@qbtlabs/x402": "^0.5.0",
    "viem": "^2.47.4",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^8.48.0",
    "@typescript-eslint/parser": "^8.48.0",
    "eslint": "^9.39.1",
    "jest": "^29.0.0",
    "prettier": "^3.3.3",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.0.0"
  }
}
