{ "name": "x402-dataviz-mcp", "version": "0.1.0", "description": "Free MCP server that renders bar/line/area charts to SVG from structured data. Open twin of the paid x402-gated dataviz HTTP API.", "mcpName": "io.github.liminalpepe/x402-dataviz-mcp", "type": "module", "main": "dist/index.js", "bin": { "x402-dataviz-mcp": "dist/index.js" }, "files": [ "dist", "llms.txt", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "tsx src/index.ts", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "chart", "svg", "dataviz", "visualization", "x402", "claude" ], "author": "Liminal Labs", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/liminalpepe/x402-dataviz-mcp.git" }, "homepage": "https://github.com/liminalpepe/x402-dataviz-mcp#readme", "bugs": { "url": "https://github.com/liminalpepe/x402-dataviz-mcp/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20.14.0", "tsx": "^4.16.0", "typescript": "^5.5.0" } }