Query US tap-water quality from the EPA's SDWIS records — by city, system, or contaminant.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://mcp.tapwatermap.com/mcp10 Tools · 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.)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.)
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| pwsid* | string | — |
list_state_citiesList all covered cities in a state (with violation counts).List all covered cities in a state (with violation counts).
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
10 von 10 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Query US tap-water quality from the EPA's SDWIS records — by city, system, or contaminant.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.