{ "name": "@unclaimed-sol/mcp", "version": "1.3.1", "mcpName": "io.github.nedim1511/unclaimed-sol", "repository": { "type": "git", "url": "https://github.com/unclaimed-sol/unclaimed-sol-mcp" }, "description": "The first Vibe Claiming MCP server: let AI agents scan and reclaim dormant SOL on Solana — rent from token accounts and spam NFTs, program buffers, deactivated stakes, and DeFi rewards. Dry-run + execution-token safety, local signing, keypair never leaves your machine.", "type": "module", "main": "dist/index.js", "bin": { "unclaimed-sol-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest" }, "files": [ "dist" ], "homepage": "https://unclaimedsol.com", "bugs": { "url": "https://github.com/unclaimed-sol/unclaimed-sol-mcp/issues" }, "author": "UnclaimedSOL (https://unclaimedsol.com)", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "solana", "sol", "web3", "ai-agent", "agent", "agent-tools", "claude", "claude-code", "cursor", "solana-rent", "rent-reclaim", "reclaim-sol", "close-token-accounts", "stake-accounts", "defi-rewards", "wallet-cleanup", "vibe-claiming", "unclaimed-sol" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "@solana/web3.js": "^1.98.4", "@unclaimedsol/spl-burn-close-sdk": "^1.2.1", "bs58": "^6.0.0", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.2.3", "typescript": "^5.9.3", "vitest": "^4.0.18" } }