TwoThumbs MCP
Click on "Install 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., "@TwoThumbs MCPverify that the contact form at example.com actually submits"
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.
TwoThumbs MCP
Verify what your AI agent actually did — not what it says it did.
TwoThumbs is a hosted, remote MCP server built by NOMOI Labs. It engineers an evidence-backed prompt, challenges weak premises, then checks the real artifact and downstream outcome a public web surface actually produced — instead of trusting a self-reported "success" message. It also carries a much larger internal prompt-engineering and verification-lifecycle tool set (51 tools total), of which the 3 tools below are exposed publicly over the hosted HTTP endpoint.
This repository is a thin discovery wrapper: an MCP client config, a Claude Code plugin manifest, and this README. There is no source code to install or build — the server itself is hosted and run by NOMOI at twothumbs.co.
Connect
The server speaks Streamable HTTP at:
https://twothumbs.co/mcpNo local install, no package, no API key required to use the anonymous tools.
Claude Code
claude mcp add --transport http twothumbs https://twothumbs.co/mcpOr install this repository as a Claude Code plugin (adds the same server via .mcp.json):
/plugin marketplace add asselwan/twothumbs-mcp
/plugin install twothumbs@twothumbs-mcpCursor
Add to your MCP settings (Cursor Settings → MCP):
{
"mcpServers": {
"twothumbs": {
"url": "https://twothumbs.co/mcp"
}
}
}Generic MCP client
{
"mcpServers": {
"twothumbs": {
"type": "http",
"url": "https://twothumbs.co/mcp"
}
}
}Works with any client that supports the Streamable HTTP transport — Claude Code, Cursor, Codex, and CI/headless clients included.
Related MCP server: Argus
Tools
Available anonymously, with a free daily quota:
Tool | What it does |
| Exercises every visible affordance on a public URL — clicking, submitting forms with clearly marked synthetic data — then returns a pass/fail verdict grounded in the real downstream outcome, not a self-reported success message. |
| Lists the target surfaces currently configured for |
| Exchanges an access code for an API key. |
An API key additionally unlocks get_last_verdict, get_balance, and set_auto_topup.
Pricing
Free — 3 surface scans/day, no signup required.
$9 — 100 credits.
$29 — 500 credits.
Billing is invoice-based; email through twothumbs.co to request a key, or
use redeem_code with an access code.
Links
Product: twothumbs.co
Docs / quickstart: twothumbs.co/docs.html
Privacy policy: twothumbs.co/privacy
License
The contents of this repository (plugin manifest, client config, documentation) are MIT licensed — see LICENSE. This license covers only this wrapper repository; it does not extend to the TwoThumbs product or hosted service, which remain the property of NOMOI.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides tools for browser-driven automation, HTTP API health checks, and visual regression testing using pixel comparison. It enables AI agents to interact with web pages, perform scripted UI actions, and verify service availability or visual consistency.8MIT
- AlicenseAqualityAmaintenanceAI-powered exploratory QA agent. Explores web apps like a real user — 18 MCP tools for clicking, filling forms, and navigating. Automatically verifies that actions persist (fake deletes, failed edits). Runs 16 detection types including dead links, SEO, accessibility, and performance checks.2292MIT
- AlicenseAqualityCmaintenanceEnables AI agents to dispatch human verifiers for physical world tasks like product authentication, property inspection, and document verification, returning timestamped evidence reports.343MIT
- AlicenseAqualityAmaintenancePoint your coding agent at a URL and get a real-browser QA audit: broken signup/login/checkout flows, JS console errors, missing analytics, consent + security headers, mobile tap targets, and accessibility — returned as machine-verified findings graded A-F.442Apache 2.0
Related MCP Connectors
Real-time fact-check, citation verification, and source-freshness for AI agents.
Browser-backed QA with evidence and fix-ready reports for coding agents.
Evaluate, benchmark, and simulate AI agents on the VerifyAX agent-evaluation platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/asselwan/twothumbs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server