Verifies web claims against page evidence, returning verdicts, confidence bands, snippets, citations, and session-level research results.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Touch Browser.
The nangman-infra/touch-browser MCP server evaluates claims against the content of web pages. Rather than returning only raw HTML or converted Markdown, it opens a page, creates a structured snapshot, and maps each submitted statement to an evidence result. The result can indicate that the page supports the claim, contradicts it, lacks enough evidence, or requires another page.
Each claim outcome can include a confidence band, a review recommendation, support snippets, a verdict explanation, match signals, and citation details. Citations include the source URL and retrieval time. Reusable-claim indicators help an agent determine whether evidence may be passed into a later answer, while unresolved outcomes provide a safer alternative to presenting a weak match as fact.
The tool is evidence-grounded rather than fact-final. It records page-local support and provenance, but a model or human still needs to decide what is true across several pages or beyond the collected sources.
For MCP use, an agent creates a session, opens one or more pages, and extracts claim results. The documented sequence is tb_session_create β tb_open β tb_extract. Multi-page session synthesis aggregates grouped results from the pages opened in that session.
The extraction response exposes per-call claimOutcomes, along with grouped views for supported, contradicted, insufficient, and more-browsing-needed claims. An agent can first inspect verdict, then check reviewRecommended, read primarySupportSnippet when it needs an evidence line, and follow nextActionHint if the result does not resolve the question.
Browsing is headless-only and uses automatic search-engine selection. If a site presents a challenge, authentication step, or MFA flow, the documented behavior is a supervised recovery handoff rather than blind automation. The project also describes replayable, auditable multi-page research sessions.
The primary local MCP installation uses the public npm package @nangman-infra/touch-browser-mcp. A host such as Claude Desktop or Cursor can launch it with npx -y @nangman-infra/touch-browser-mcp. On first launch, the package downloads a matching standalone runtime from GitHub Releases, verifies its SHA-256 file, installs it under the userβs touch-browser npm runtime directory, and starts the MCP service.
The repository also provides standalone macOS and Linux bundles. These include the touch-browser command, the optimized runtime, a Node runtime, and the Playwright adapter. A bundle is installed with its install.sh script. The slim profile includes Playwright Chromium and downloads semantic or NLI models lazily; a full profile can include warm model caches for offline use.
Browser actions use the Playwright adapter by default. New CLI deployments can select the Rust CDP adapter with TOUCH_BROWSER_BROWSER_ADAPTER=cdp-rust; that path still requires Chrome or Chromium, and TOUCH_BROWSER_CDP_BROWSER can specify a nonstandard browser location.
The nangman-infra/touch-browser MCP server supports:
Use the standalone CLI for commands such as quickstart, doctor, and quick; MCP hosts do not expose the quick CLI command directly. The local diagnostics check the executable, runtime resources, data root, Node runtime, Playwright Chromium, MCP bridge entrypoint, and semantic model readiness.
Evidence is scoped to the pages that were opened and the claims submitted. An evidence-supported result does not establish universal truth, and an unresolved result may require another page or human review. Claims marked for review should not be reused without that review or a second verification pass.
The MCP path is intended for public documentation and research web content. Challenge, authentication, and MFA situations use supervised recovery handoff. The Rust CDP browser path requires Chrome or Chromium, while semantic and NLI models may be downloaded lazily depending on the bundle profile.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nangman-infra-touch-browser)<a href="https://allmcps.com/mcp/nangman-infra-touch-browser"><img src="https://allmcps.com/api/badge/nangman-infra-touch-browser?style=directory" alt="Touch Browser on AllMCPs" /></a>