TweakTown WebMCP Tools for AI Agents
TweakTown registers seven browser-native WebMCP tools in compatible browsers when a public page loads. They give structured access to news, reviews, articles, guides, categories, hubs, and review comparison data without scraping HTML or driving the browser generically.
What WebMCP access provides
WebMCP (document.modelContext) lets an agent in the same browser tab call tools the page registers. TweakTown's tools fetch JSON from first-party endpoints and return structured results with canonical URLs, publication dates, and trust markers where editorial text is involved.
Browser-local only. This is not a remote MCP server, not an HTTP API you can call from outside the browser, and not a substitute for TweakTown's public RSS feeds or sitemap. A user must have TweakTown open in a compatible browser (for example Chrome with WebMCP support) with WebMCP enabled on the site.
Tool catalog
Runtime registration in /js/webmcp.js?v=1788150785 is authoritative for schemas and behavior. The seven tools are:
search_tweaktownKeyword search across news, reviews, articles, and guides.
open_tweaktown_urlOpen an allowed TweakTown URL in the current browser tab (navigation only).
get_tweaktown_contentStructured metadata, body text, sources, and media for one article.
browse_tweaktown_topicsList categories and topic hubs for taxonomy discovery.
list_tweaktown_contentBrowse published content by category, hub, author, or date.
get_tweaktown_review_dataStructured scores, specs, pros/cons, and verdict for one review.
compare_tweaktown_reviewsSide-by-side structured fields for two to five reviews (no winner declared).
Recommended workflows
Keyword discovery
search_tweaktownwith a query and optional sort.get_tweaktown_contentfor the best match (by URL or id).open_tweaktown_urlonly when the user should see the live page in the tab.
Taxonomy browsing
browse_tweaktown_topicsto find a category or hub.list_tweaktown_contentfiltered by that topic.get_tweaktown_contentfor items you need in structured form.
Reviews and comparisons
search_tweaktownorlist_tweaktown_contentto find review URLs or ids.get_tweaktown_review_datafor scores, specs, and verdict on each candidate.compare_tweaktown_reviewswhen you need aligned fields across two to five reviews.
Attribution, trust, and scope
Related resources
- llms.txtSite summary, licensing, and WebMCP discovery for agents.
- Terms & PrivacyLegal policies and privacy information.
- About TweakTownEditorial standards and independence.
- How We TestHardware testing methodology.
- HomepageTools register when this page or any public TweakTown page loads with WebMCP enabled.
For licensing, attribution, and a short site summary for agents, start with our machine-readable site file.


