Data Collection
hoffmansoftwater.com
Provides access to Hoffman Soft Water website content, including page listings, full-text search, and municipal water hardness lookups for Ohio cities.
ENDPOINT 1
https://www.hoffmansoftwater.com/api/mcp
MCP server metadata
- Name
- hoffman-soft-water
- Version
- 1.0.0
Read-only access to the public content of hoffmansoftwater.com. Start with list_pages or search_site, then get_page for full text. All figures are published marketing content; system sizing and pricing require a site assessment.
Known tools 5
list_pagesList every page on hoffmansoftwater.com with its title, description and URLs.
Inferred read-onlyget_pageReturn the full text of one page as Markdown, with navigation and footer removed.
Inferred read-onlysearch_siteFull-text search across every page, returning matching pages with a short surrounding snippet for each hit.
Inferred read-onlylookup_water_hardnessLook up published municipal water hardness for an Ohio city, in mg/L and grains per gallon, with its hardness classification.
Inferred read-onlyget_company_profileReturn Hoffman Soft Water contact details, address, service area, and the services offered.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hoffman-soft-water]
url = "https://www.hoffmansoftwater.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hoffman-soft-water": {
"type": "http",
"url": "https://www.hoffmansoftwater.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hoffman-soft-water
Remote MCP URL: https://www.hoffmansoftwater.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hoffman-soft-water": {
"url": "https://www.hoffmansoftwater.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hoffman-soft-water": {
"type": "http",
"url": "https://www.hoffmansoftwater.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hoffman-soft-water",
"transport": "streamable-http",
"url": "https://www.hoffmansoftwater.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.