Switch the 3D globe basemap to any of ten styles: dark, satellite, standard, OpenStreetMap, ArcGIS, light, Tianditu vector or imagery, Amap roads or satellite. Supports custom tile URLs and provider tokens for authentication.
Enables users to search and read Esri developer documentation, ArcGIS Pro help, and community forums directly through Claude. It provides tools to query official Esri sites and extract clean text content from documentation pages to answer technical GIS questions.
Exposes ArcGIS Pro geoprocessing capabilities to LLMs via the arcpy library, enabling automated spatial analysis and data management. It provides a comprehensive suite of tools for vector geoprocessing, terrain analysis, and raster operations designed for GIS workflows.
Get Housing Choice Voucher (Section 8) program data by Public Housing Agency.
Returns information about voucher programs administered by PHAs in
the specified state, including total vouchers, utilization rates,
and spending. Queries HUD ArcGIS open data (no auth required).
Args:
state: Two-letter US state abbreviation (e.g. 'CA', 'NY').
limit: Maximum number of records to return (default 50, max 500).
Get Point-in-Time (PIT) homeless count data by Continuum of Care region.
Returns homeless population counts from the annual PIT count, broken
down by sheltered/unsheltered status and sub-populations. Data sourced
from HUD Exchange via ArcGIS open data. No API key required.
Args:
state: Two-letter US state abbreviation (e.g. 'CA', 'WA').
At least one of state or coc_code must be provided.
coc_code: Optional Continuum of Care code (e.g. 'WA-500', 'CA-600').
year: Optional year to filter results.
Get public housing buildings and developments in a state.
Queries HUD's open ArcGIS data for public housing inventory.
No API key required. Returns building names, addresses, unit counts,
and managing Public Housing Agency information.
Args:
state: Two-letter US state abbreviation (e.g. 'WA', 'TX').
city: Optional city name to filter results.
limit: Maximum number of records to return (default 50, max 500).