OwnerSpec MCP Server
OfficialReturns Amazon Associates product links for replacement cartridges, lamps and parts (via find_replacement_part) and for recommended product picks (via get_product_picks), with every response carrying an affiliate disclosure field.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OwnerSpec MCP Serverwhy does my well water smell like rotten eggs?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OwnerSpec MCP Server
The official Model Context Protocol server for OwnerSpec.com, an independent, numbers-first reference for the equipment people own and maintain at home. First vertical: home water treatment (softeners, sediment and carbon filters, reverse osmosis, UV, iron, hardness, sulfur smell, well water testing). Every figure on the site is cited to EPA, NSF/ANSI, WQA, a state extension service or the manufacturer's own document, and every page carries the date its facts were verified.
Live endpoint: https://ownerspec.com/mcp
Stateless Streamable HTTP transport (JSON-RPC 2.0 over POST), no authentication, no sessions. Any MCP client can connect and start calling tools immediately.
Connect
Claude Code
claude mcp add --transport http ownerspec https://ownerspec.com/mcpClaude.ai / Claude Desktop: Settings, Connectors, Add custom connector,
https://ownerspec.com/mcp, no authentication.
ChatGPT: Settings, Connectors, Advanced, Developer mode, then add
https://ownerspec.com/mcp as an MCP connector (no auth).
MCP Inspector
npx @modelcontextprotocol/inspector https://ownerspec.com/mcpRelated MCP server: verification-mcp
Tools
Tool | What it does |
| Full-text search over every page, filterable by layer (guides, calculators, parts, reviews) and topic |
| Fetch one page as clean Markdown with canonical URL, dates and sources |
| The page's cited 134 to 167 word quick answer, verified date, FAQ and source list: the passage to quote |
| Symptom or lab result in, the matching diagnosis guides and their quick answers out |
| Model or part number in, the cartridges, lamps or parts that fit out, with product links |
| The picks from the review and parts pages that match a need, with Amazon product links |
| gpg, mg/L, dH, fH, Clark and mmol/L, with the USGS band |
| Grain capacity between regenerations, nearest nominal size and the salt-efficient Fleck 5600SXT row |
Every answer ends with the URL to cite and the facts-verified date. The two calculator tools use the same constants as the calculator pages on the site, and the site's build fails if either side drifts.
The server also exposes resources (llms.txt, llms-full.txt, the sitemap, the search
index, the OpenAPI description, auth.md) and one prompt, answer_from_ownerspec.
A2A agent
functions/a2a.js is a minimal A2A agent at
https://ownerspec.com/a2a: a question in a SendMessage (or message/send) call, a
completed task out whose artifact holds the matching pages, quick answers and URLs to cite.
Card: https://ownerspec.com/.well-known/agent-card.json.
Markdown for agents
The whole site is agent-readable, not just this server:
Any page returns Markdown when requested with
Accept: text/markdown, or at its URL plusindex.md.Discovery files:
/.well-known/mcp/server-card.json,/llms.txt,/.well-known/agent-skills/index.json,/.well-known/api-catalog,/.well-known/ard.json,/openapi.json,/auth.md.Human documentation: ownerspec.com/mcp-server.
Transparency
OwnerSpec is an affiliate-funded site. Product links returned by find_replacement_part and
get_product_picks are Amazon Associates links; every response that carries one ships a
disclosure field saying so, and the tool descriptions say it plainly. Editorial content is
free to read, with no paywall and no auth. The site makes no medical claims and neither do
the tools: contaminant figures are quoted as EPA, WHO or state limits.
Self-hosting
This is a Cloudflare Pages Function (functions/mcp.js, functions/a2a.js, shared code in
functions/_lib/corpus.js). To run your own instance:
Deploy the
functions/directory with a Cloudflare Pages project in front of a static site.The server reads its content live from the site it fronts: a build that emits
/index.json(one record per page: title, url, layer, topic, dates, quick answer, FAQ, sources, picks, text) and a Markdown twin at<page>/index.md. Point theSITEconstant at your deployment.Replace the calculator constants in
mcp.jswith the ones printed on your own pages, or remove those two tools.
This repository mirrors the production functions. Keep them in sync with your own site config if you fork it.
License
This server cannot be deployed
Maintenance
Related MCP Connectors
Real-time fact-check, citation verification, and source-freshness for AI agents.
PDF, image, video, OCR, screenshot, SQL, QR and text tools for agents. No API key, no signup.
SEO & marketing toolkit for AI agents: GA4, Search Console, AdSense, GTM, PageSpeed, Trends.
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides AI systems with web crawling, scraping, and search capabilities through WaterCrawl's API, enabling content extraction, site mapping, and web search with customizable options.138ISC
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to fact-check claims, verify citations, and check source freshness using Wikipedia, Wikidata, Crossref, and Wayback Machine.1-
- AlicenseNot gradedqualityCmaintenanceProvides AI coding agents with a live web search tool that returns extracted, answer-ready text from web pages. Enables real-time information retrieval without any local installation or maintenance.7MIT
- AlicenseAqualityAmaintenanceProvides hydrology data (river levels, streamflow, flood forecasts, water quality) from USGS, NOAA, and SWOT, preserving units, datums, timezones, and data quality for AI agents.13MIT