
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
bharatlas-mcp
Advanced tools
MCP server for India's open geo data. Query layers, locate points, find nearby features, filter and group data.
Ask questions about India's geo data in natural language. This MCP server connects any LLM to bharatlas: open-licensed layers covering admin boundaries (state to village), city wards, forests, wildlife sanctuaries, rivers, canals, reservoirs, dams, groundwater (aquifers, extraction), eco-sensitive zones, agro-climatic and biogeographic zones, seismic zones, flood history, highways, airports, health facilities, pincodes, electoral constituencies, and community submissions.
Add to your MCP client config:
{
"mcpServers": {
"bharatlas": {
"command": "npx",
"args": ["-y", "bharatlas-mcp"]
}
}
}
Where to put it:
| Client | Config file |
|---|---|
| Claude Code | .mcp.json (project root) or ~/.claude.json |
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Cursor | ~/.cursor/mcp.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| VS Code | .vscode/mcp.json |
| Tool | What it does |
|---|---|
| list_layers | Discover layers by category, level, source, or text search |
| get_layer_schema | Column names, types, distinct values. Call before querying. |
| query_layer | Filter, select, group_by on any column. Runtime parquet reads. |
| locate | Point-in-polygon: what state, district, ward, zone is this point in? |
| nearby | Find features within a radius. Works for points, polygons, and lines. |
| get_layer_detail | Download URLs in 5 formats (parquet, pmtiles, geojson, kml, shapefile) |
| list_categories | Browse categories with layer counts |
| list_submissions | Community-contributed layers under open licenses |
Counting and filtering
Spatial
Cross-layer
Thin wrapper over the bharatlas REST API. Each tool call becomes one or more API requests to Cloudflare Workers that read parquet files and PMTiles directly from R2 at runtime. No pre-computation, no API key, no auth.
The server sends instructions to the LLM at connection time that teach:
state vs State_LGD vs stname)MIT. Data: each layer carries its own open license (CC0, CC-BY, ODbL, GODL-India).
FAQs
MCP server for India's open geo data. Query layers, locate points, find nearby features, filter and group data.
The npm package bharatlas-mcp receives a total of 44 weekly downloads. As such, bharatlas-mcp popularity was classified as not popular.
We found that bharatlas-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.