Query US tap-water quality from the EPA's SDWIS records — by city, system, or contaminant.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://mcp.tapwatermap.com/mcp10 outils · 124 mssearchSearch TapWaterMap for US cities by name. Returns matching cities with an id you can pass to `fetch`. (ChatGPT/Deep-Research compatible.)Search TapWaterMap for US cities by name. Returns matching cities with an id you can pass to `fetch`. (ChatGPT/Deep-Research compatible.)
| Paramètre | Type | Description |
|---|---|---|
| query* | string | City name or partial name, e.g. 'Burlington'. |
fetchFetch the full plain-English EPA tap-water record for a city id (e.g. 'vt/burlington') returned by `search`. (ChatGPT/Deep-Research compatible.)Fetch the full plain-English EPA tap-water record for a city id (e.g. 'vt/burlington') returned by `search`. (ChatGPT/Deep-Research compatible.)
| Paramètre | Type | Description |
|---|---|---|
| id* | string | City id like 'vt/burlington' (state/slug). |
search_citiesFind covered US cities by name, optionally within a state. Returns counts + the page URL for each.Find covered US cities by name, optionally within a state. Returns counts + the page URL for each.
| Paramètre | Type | Description |
|---|---|---|
| query* | string | — |
| state | string | Optional 2-letter state code, e.g. 'TX'. |
| limit | integer | — |
get_city_waterThe core tool: what the EPA has on record for a city's tap water — the active community water systems serving it, populations, sources, and violations (contaminant, health-based or not, dates, status, level vs limit when recorded). Plain-English, sourced, never a safety verdict.The core tool: what the EPA has on record for a city's tap water — the active community water systems serving it, populations, sources, and violations (contaminant, health-based or not, dates, status, level vs limit when recorded). Plain-English, sourced, never a safety verdict.
| Paramètre | Type | Description |
|---|---|---|
| city* | string | — |
| state* | string | 2-letter state code, e.g. 'VT'. |
get_water_systemEPA record for a single water system by its PWSID (e.g. 'VT0005053'): name, population served, source, and violations.EPA record for a single water system by its PWSID (e.g. 'VT0005053'): name, population served, source, and violations.
| Paramètre | Type | Description |
|---|---|---|
| pwsid* | string | — |
list_state_citiesList all covered cities in a state (with violation counts).List all covered cities in a state (with violation counts).
| Paramètre | Type | Description |
|---|---|---|
| state* | string | 2-letter state code. |
find_citiesFilter/rank cities across the dataset — e.g. cities in TX with open health-based violations, or cities with a specific contaminant. Returns ranked matches.Filter/rank cities across the dataset — e.g. cities in TX with open health-based violations, or cities with a specific contaminant. Returns ranked matches.
| Paramètre | Type | Description |
|---|---|---|
| state | string | Optional 2-letter state code. |
| contaminant | string | Optional EPA contaminant code or name (use explain_contaminant to find a code). |
| healthBasedOnly | boolean | — |
| minPopulation | integer | — |
| openViolationsOnly | boolean | Only cities with violations not returned to compliance. |
| limit | integer | — |
compare_citiesCompare the EPA records of several cities side by side. Pass cities as 'City, ST' strings.Compare the EPA records of several cities side by side. Pass cities as 'City, ST' strings.
| Paramètre | Type | Description |
|---|---|---|
| cities* | array | e.g. ['Burlington, VT', 'Houston, TX'] |
explain_contaminantPlain-English explanation of an EPA contaminant by name or code: the EPA name, whether the EPA classifies it as health-based, and how often it appears in our records. Not medical advice.Plain-English explanation of an EPA contaminant by name or code: the EPA name, whether the EPA classifies it as health-based, and how often it appears in our records. Not medical advice.
| Paramètre | Type | Description |
|---|---|---|
| contaminant* | string | Contaminant name or EPA code, e.g. 'TTHM' or '2950'. |
coverage_statsWhat TapWaterMap covers: states, cities, total EPA violation records, and the data quarter/date.What TapWaterMap covers: states, cities, total EPA violation records, and the data quarter/date.
Aucun schéma d’entrée n’a été publié pour cet outil.
10 outils sur 10 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Query US tap-water quality from the EPA's SDWIS records — by city, system, or contaminant.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.