← Registry

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.

1 endpoint5 known toolsFirst detected August 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://www.hoffmansoftwater.com/api/mcp

No auth detected

MCP server metadata

Name
hoffman-soft-water
Version
1.0.0
Capabilities
tools
Server instructions

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_pages

List every page on hoffmansoftwater.com with its title, description and URLs.

Inferred read-only
get_page

Return the full text of one page as Markdown, with navigation and footer removed.

Inferred read-only
search_site

Full-text search across every page, returning matching pages with a short surrounding snippet for each hit.

Inferred read-only
lookup_water_hardness

Look up published municipal water hardness for an Ohio city, in mg/L and grains per gallon, with its hardness classification.

Inferred read-only
get_company_profile

Return Hoffman Soft Water contact details, address, service area, and the services offered.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.