← hoffmansoftwater.com
INDIVIDUAL MCP TOOL
get_page
Return the full text of one page as Markdown, with navigation and footer removed.
LIVE ENDPOINT
https://www.hoffmansoftwater.com/api/mcp
Connect to this endpoint to inspect the live schema for get_page and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
list_pages— List every page on hoffmansoftwater.com with its title, description and URLs.search_site— Full-text search across every page, returning matching pages with a short surrounding snippet for each hit.lookup_water_hardness— Look up published municipal water hardness for an Ohio city, in mg/L and grains per gallon, with its hardness classification.get_company_profile— Return Hoffman Soft Water contact details, address, service area, and the services offered.