{ "name": "bbox-mcp-server", "mcpName": "io.github.iamvibhorsingh/bbox-mcp-server", "version": "1.4.0", "description": "The geospatial toolkit for AI agents — query, convert, and verify spatial data with zero config. 6 tools for bounding boxes, coordinate projection, H3 indexing, OpenStreetMap queries, and shareable map verification links.", "type": "module", "license": "MIT", "author": "Vibhor Singh", "homepage": "https://vibhorsingh.com/boundingbox/", "repository": { "type": "git", "url": "https://github.com/iamvibhorsingh/bbox-mcp-server" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "bounding-box", "bbox", "location", "maps", "spatial", "geocoding", "ai-agents", "verification", "gis", "geospatial", "coordinates", "epsg", "proj4", "h3", "hexagonal-grid", "wkt", "geojson", "overpass", "osm", "openstreetmap", "poi" ], "bin": { "bbox-mcp-server": "./dist/index.js" }, "files": [ "dist", "proj4defs.json", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "npm run build && npm run start", "test": "npm run build && node --test test.js", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "@terraformer/wkt": "^2.2.1", "h3-js": "^4.1.0", "proj4": "^2.15.0" }, "devDependencies": { "@types/node": "^22.13.5", "@types/proj4": "^2.5.5", "@types/terraformer__wkt": "^2.0.3", "typescript": "^5.7.3" }, "engines": { "node": ">=18.0.0" } }