2 Commits

Author SHA1 Message Date
0ef2c70af4 Add Surface Management Agency and Mining Claims tools
Refactor to use FastMCP mixin pattern for composable tools:
- PLSSMixin: Section/Township/Range queries
- SurfaceManagementMixin: Land manager (BLM, USFS, NPS, Private, etc.)
- MiningClaimsMixin: Active/closed mining claims from MLRS

Shared BLM API client handles identify/query operations against
multiple ArcGIS REST endpoints.
2025-12-03 15:31:17 -07:00
b1617104ee Initial commit: FastMCP server for BLM PLSS queries
Query Section/Township/Range from lat/long coordinates using
the BLM National Cadastral ArcGIS REST service.

Tools:
- get_plss_location: human-readable PLSS description
- get_plss_details: structured data with full metadata
2025-12-03 15:20:26 -07:00