WQP Tools Reference
Complete reference for EPA Water Quality Portal MCP tools.
Try it out
Available Tools
The WQP service provides the following MCP tools:
wqp.station_search— Search monitoring stations (sites) by location, characteristic, or site idwqp.result_search— Search sample results by location, characteristic, or date range
Tool Details
wqp.station_search
Search water quality monitoring stations. At least one search parameter is required.
Arguments:
bBox(optional): Bounding box — west,south,east,north decimal degrees WGS84statecode(optional): FIPS state (e.g.US:40for Oklahoma)countycode(optional): FIPS county (e.g.US:40:109)countrycode(optional): FIPS country codesiteid(optional): Agency-siteId (e.g.USGS-07144100)characteristicName(optional): e.g. AtrazinecharacteristicType(optional): e.g. NutrientmimeType(optional): Defaultcsvproviders(optional): Comma-separated or array — e.g. NWIS, STORETdata_format(optional):"cleaned"(default) or"raw"
Returns: With data_format: "cleaned" — { rows: [...], count: N, source_url }. With "raw" — { raw: "<csv string>", mimeType, source_url }.
wqp.result_search
Search water quality sample results. At least one search parameter is required.
Arguments:
bBox(optional): Bounding box — west,south,east,north decimal degrees WGS84statecode(optional): FIPS state (e.g.US:40)countycode(optional): FIPS county (e.g.US:40:109)countrycode(optional): FIPS country codesiteid(optional): Agency-siteIdcharacteristicName(optional): e.g. CaffeinecharacteristicType(optional): e.g. NutrientstartDateLo(optional): Start date MM-DD-YYYYstartDateHi(optional): End date MM-DD-YYYYmimeType(optional): Defaultcsvproviders(optional): NWIS, STORETdataProfile(optional): e.g.fullPhysChem,narrow,biologicaldata_format(optional):"cleaned"(default) or"raw"
Returns: Same structure as wqp.station_search — cleaned rows or raw CSV.
Examples
See the WQP Examples page for usage examples.