{ "name": "@maproll/mcp", "version": "0.2.0", "description": "MCP server for maproll: let an AI assistant make real maps, returned as embeddable SVG/PNG URLs.", "mcpName": "io.maproll/maproll", "type": "module", "license": "MIT", "bin": { "maproll-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md" ], "engines": { "node": ">=20" }, "scripts": { "build": "rm -rf dist && tsc -p tsconfig.json", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "inspect": "npx -y @modelcontextprotocol/inspector tsx src/index.ts", "prepublishOnly": "npm run build && node scripts/check-publishable.mjs", "check": "node scripts/check-publishable.mjs", "test": "vitest run" }, "keywords": [ "mcp", "mcp-server", "modelcontextprotocol", "ai", "agent", "claude", "map", "maps", "choropleth", "svg", "geo", "cartography" ], "repository": { "type": "git", "url": "git+https://github.com/maproll-io/mcp.git" }, "homepage": "https://www.maproll.io/mcp", "bugs": { "url": "https://github.com/maproll-io/mcp/issues" }, "dependencies": { "@maproll/map-url": "^0.1.1", "@modelcontextprotocol/server": "^2.0.0", "zod": "^4.2.0" }, "devDependencies": { "@cloudflare/workers-types": "^5.20260906.1", "@modelcontextprotocol/client": "^2.0.0", "@types/node": "^24.0.0", "tsx": "^4.0.0", "typescript": "^5.9.3", "vitest": "^5.0.0" }, "publishConfig": { "access": "public" } }