{
  "name": "octav-api-mcp",
  "version": "1.1.0",
  "description": "MCP server for Octav cryptocurrency portfolio tracking API",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "octav-api-mcp": "build/index.js"
  },
  "files": [
    "build/**/*",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "octav",
    "cryptocurrency",
    "portfolio",
    "blockchain",
    "ethereum",
    "solana",
    "defi",
    "web3",
    "claude",
    "ai-agent"
  ],
  "author": "Octav Labs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Octav-Labs/octav-api-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/Octav-Labs/octav-api-mcp/issues"
  },
  "homepage": "https://github.com/Octav-Labs/octav-api-mcp#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "dotenv": "^16.4.5",
    "node-fetch": "^3.3.2",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "@types/node": "^20.11.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node build/index.js",
    "test": "jest"
  }
}