{
  "name": "solmail-mcp",
  "version": "1.0.2",
  "description": "MCP server for sending physical mail with Solana cryptocurrency - AI agents can send real letters autonomously",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "solmail-mcp": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "solana",
    "mail",
    "physical-mail",
    "crypto",
    "cryptocurrency",
    "solmail",
    "ai-agent",
    "claude",
    "anthropic",
    "lob",
    "postal"
  ],
  "author": "SolMail <hello@solmail.online>",
  "license": "MIT",
  "mcpName": "io.github.ExpertVagabond/solmail",
  "homepage": "https://solmail.online",
  "repository": {
    "type": "git",
    "url": "https://github.com/ExpertVagabond/solmail-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/ExpertVagabond/solmail-mcp/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@solana/web3.js": "^1.91.0",
    "@types/express": "^5.0.6",
    "bs58": "^6.0.0",
    "dotenv": "^16.4.7",
    "express": "^5.2.1"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "typescript": "^5.3.3"
  }
}
