ugrc-mcp

cwoodcox/ugrc-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated 5d ago
MCP server wrapping UGRC's ArcGIS Feature Services. Query Utah's SGID layers (land use, parcels, hydrography) from an LLM.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ugrc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cwoodcox/ugrc-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that wraps Utah's State Geographic Information Database (SGID) ArcGIS Feature Services so an LLM can run discovery queries, parcel-level case studies, and intersect-based polygon analysis against UGRC layers (WRLU, parcels, watersheds, etc.). Runs on Cloudflare Workers. Built with `@modelcontextprotocol/sdk` and the Cloudflare Agents SDK (`agents/mcp`). MCP session state lives in a Durable Object; business logic is stateless.

Tools (5)

aggregate_layerarcgis_query_rawdescribe_layerlist_layersquery_layer

Topics

mcp-serverutah