{ "name": "47620-solana-mcp", "version": "1.0.1", "mcpName": "io.github.47620-xyz/solana-data", "description": "MCP server for the 47620 Solana Data API — pay-per-call Solana data over x402, for AI agents.", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/fito311/solana-data-mcp.git" }, "bin": { "47620-solana-mcp": "src/index.js" }, "main": "src/index.js", "files": [ "src" ], "scripts": { "start": "node src/index.js", "build": "node -e \"process.exit(0)\"" }, "engines": { "node": ">=18" }, "keywords": [ "mcp", "x402", "solana", "model-context-protocol", "agents", "ai", "payments" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "express": "^4.22.3" }, "optionalDependencies": { "@solana/spl-token": "^0.4.9", "@solana/web3.js": "^1.95.0", "bs58": "^5.0.0" } }