{
  "name": "flying-whale-mcp-server",
  "version": "1.66.0",
  "description": "Flying Whale v2.0 — Infrastructure Layer for sovereign agent economies. Behavioral Fortress v1.0: 5-layer defense (fingerprint | honeypot | noise | watermark | pact-gate). Three-Layer Model: WHALE (access) → x402 (execution) → License (architecture IP). 77 WHALE-gated tools including Autonomous Financial Contract Layer, ERC-8004 cross-chain identity, BTC/STX/sBTC wallets, DeFi yield, Operations Hub.",
  "mcpName": "io.flyingwhale/mcp-server",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "aibtc-mcp-server": "./dist/index.js",
    "flying-whale-mcp-server": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist",
    "README.md",
    "skill"
  ],
  "keywords": [
    "claude",
    "claude-code",
    "mcp",
    "model-context-protocol",
    "x402",
    "stacks",
    "blockchain",
    "crypto",
    "payments",
    "aibtc",
    "agent-skills",
    "clawhub"
  ],
  "author": "aibtcdev",
  "repository": {
    "type": "git",
    "url": "https://github.com/azagh72-creator/aibtc-mcp-server.git"
  },
  "homepage": "https://github.com/azagh72-creator/aibtc-mcp-server#readme",
  "license": "MIT",
  "dependencies": {
    "@aibtc/tx-schemas": "^0.3.0",
    "@bitflowlabs/core-sdk": "^3.0.0",
    "@faktoryfun/styx-sdk": "^1.3.5",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "@noble/curves": "^2.0.1",
    "@noble/hashes": "^2.0.1",
    "@scure/base": "^2.0.0",
    "@scure/bip32": "^1.4.0",
    "@scure/bip39": "^2.0.1",
    "@scure/btc-signer": "^2.0.1",
    "@stacks/common": "^7.3.1",
    "@stacks/encryption": "^7.3.1",
    "@stacks/network": "^7.3.1",
    "@stacks/transactions": "^7.3.1",
    "@stacks/wallet-sdk": "^7.2.0",
    "alex-sdk": "^3.2.1",
    "axios": "^1.13.6",
    "dotenv": "^17.3.1",
    "express": "^5.2.1",
    "micro-ordinals": "^0.3.0",
    "nostr-tools": "^2.23.3",
    "sbtc": "^0.3.2",
    "tslib": "^2.8.1",
    "ws": "^8.19.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "@types/node": "^22.19.13",
    "@types/ws": "^8.18.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  }
}
