San Diego Regional GIS MCP
Enables natural language interaction with SANDAG's regional GIS datasets for San Diego County, supporting discovery, querying, and spatial analysis of layers like parcels, floodplains, and transit.
README
OpenContext
<p align="center"> <img src="docs/opencontext_logo.png" alt="OpenContext Logo" width="400"> </p>
ESRI Living Atlas MCP — an OpenContext fork that gives AI agents a discovery + query surface over ArcGIS Living Atlas of the World, Esri's curated catalog of authoritative geographic content: feature layers, imagery, boundaries, demographics, environment, live feeds (wildfires, earthquakes, weather), and 100+ pretrained GeoAI models.
Provenance & scope
Living Atlas is a curated catalog, not a single data producer: items are published by Esri teams, federal agencies (FEMA, USDA Forest Service, Census), national mapping agencies, and NGOs, and curated into the Living Atlas by Esri. Membership in the catalog is an ArcGIS Online group membership; this server scopes every query to that group — the same filter the official browse app uses (verified empirically; see docs/CATALOG_NOTES.md).
This server is an unofficial community on-ramp built by Code for Anchorage using ArcGIS Online's public sharing REST API. It is not affiliated with or endorsed by Esri. It is read-only and fully anonymous: it holds no ArcGIS credentials, and premium/subscriber content is intentionally out of scope — subscriber items are flagged honestly in search results, and query attempts against them return a clear one-line explanation rather than a raw error. Every tool response passes through the item's credits (accessInformation); cite those providers — not "Esri" generically — when reporting the data.
Unlike the static-snapshot fleet servers, the catalog here is live and enormous (~10,800 items, updated continuously), so the server queries ArcGIS Online at runtime with light caching (search ~10 min, metadata ~1 h), a single polite retry, and honest "upstream unavailable" errors instead of silently empty results.
Tools exposed
| Tool | Purpose |
|---|---|
living_atlas__search_living_atlas |
Search the catalog by keyword, with optional item_type (e.g. Feature Layer, Imagery Layer, Deep Learning Package), category, and region filters. Compact rows with access flags (public / subscriber / premium). |
living_atlas__get_item |
Full item metadata: description, credits, license, Living Atlas categories, service URL, layer list |
living_atlas__list_categories |
The Living Atlas category taxonomy (thematic tree + region codes) — exact spellings for the search filters |
living_atlas__get_layer_schema |
A layer's fields (name, type, alias, coded values), so WHERE clauses aren't guessed |
living_atlas__get_distinct_values |
Distinct values in a field (with optional like / where) to confirm exact codes |
living_atlas__query_data |
Query records from a Feature/Map Service layer: where, out_fields, order_by, WGS84 bbox, with a leading TOTAL MATCHING count and server-side result caps |
living_atlas__spatial_query_point |
Point-in-polygon: which features contain a WGS84 lon/lat — flood zones, census tracts, land cover, etc. |
All tool IDs are Living Atlas item IDs (32-char hex, from search). Arbitrary ArcGIS service URLs are deliberately not accepted — the server verifies group membership before resolving any service, so it cannot be used as a proxy for non-Living-Atlas content.
Coordinate contract: WGS84 in, WGS84 out (inSR=4326 declared, outSR=4326 requested), matching the rest of the fleet so results compose without reprojection.
Try asking
- "Find authoritative current wildfire perimeter data — who maintains it and how often is it updated?"
- "What pretrained GeoAI models exist for tree canopy or land cover?"
- "What's the FEMA flood zone situation at 61.2176, -149.8936?"
- "What Living Atlas demographics layers cover Alaska?" (category + region filters)
- "List the Living Atlas category taxonomy." (
list_categories)
Run locally
pip install -r requirements.txt # or: uv sync
python scripts/local_server.py # serves http://localhost:8000/mcp
config.yaml ships pre-configured (the living_atlas plugin is the only one enabled). Validate with:
python -c "from core.validators import load_and_validate_config; load_and_validate_config('config.yaml')"
Live smoke test against the real catalog (network required):
python scripts/smoke_living_atlas_live.py
Connect Claude Desktop/Code through stdio_bridge.py or the Go client in client/ — see docs/GETTING_STARTED.md.
Deploy
Same Lambda + API Gateway pattern as the rest of the fleet, with cost controls on by default (reserved concurrency 10, API quota + throttle, WAF per-IP rate limit, CloudWatch spike alarms, 14/30-day log retention):
./scripts/deploy.sh --environment staging
./scripts/deploy.sh --environment prod # living-atlas.codeforanchorage.org
The prod endpoint is https://living-atlas.codeforanchorage.org/mcp. DNS for codeforanchorage.org is managed externally (DreamHost): after the first prod apply, create the ACM validation CNAME and the CNAME to the API Gateway regional domain shown in the Terraform outputs.
Catalog scoping (for maintainers)
The Living Atlas filter, query grammar, categories AND/OR semantics, category taxonomy, and premium markers are documented in docs/CATALOG_NOTES.md, with the raw captured requests in capture/raw_curl.txt. That file is the one future portal-catalog forks should read first.
Explicitly out of scope
- Authenticated/premium content access (no tokens, ever)
- Anything write-shaped — the server is read-only
- Mirroring or bulk-downloading the catalog (search live, cache lightly)
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.