{ "name": "solmail-mcp", "version": "1.1.0", "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", "start:http": "node dist/http-server.js", "prepublishOnly": "npm run build", "test": "vitest run" }, "keywords": [ "mcp", "model-context-protocol", "solana", "mail", "physical-mail", "crypto", "cryptocurrency", "solmail", "ai-agent", "claude", "anthropic", "lob", "postal" ], "author": "SolMail ", "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", "stripe": "^20.3.0" }, "engines": { "node": ">=18" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.3", "vitest": "^4.1.0" } }