{
  "name": "@hederaintel/platform",
  "version": "2.9.1",
  "mcpName": "io.github.mountainmystic/hederaintel",
  "description": "Hedera blockchain intelligence for AI agents. 20 tools across 6 modules — HCS, compliance, governance, tokens, identity, contracts. Pay per call in HBAR. No registration required.",
  "main": "src/index.js",
  "type": "module",
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mountainmystic/hederaintel.git"
  },
  "scripts": {
    "start": "node src/index.js",
    "dev": "node --watch src/index.js",
    "server": "node --experimental-sqlite src/server-entry.js",
    "server:dev": "node --experimental-sqlite --watch src/server-entry.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "@hashgraph/sdk": "^2.46.0",
    "@anthropic-ai/sdk": "^0.39.0",
    "axios": "^1.7.7",
    "dotenv": "^16.4.5",
    "ethers": "^5.7.2"
  },
  "keywords": [
    "hederaintel",
    "hedera-intelligence",
    "hedera",
    "mcp",
    "model-context-protocol",
    "blockchain",
    "ai-agent",
    "hbar",
    "hcs",
    "hedera-consensus-service",
    "token",
    "nft",
    "defi",
    "hedera-hashgraph",
    "hitl",
    "human-in-the-loop",
    "smart-contract",
    "identity",
    "compliance",
    "governance"
  ],
  "author": "mountainmystic",
  "license": "Proprietary"
}
