streamable-httpupdated 27d ago
Verify what your AI agent actually did ā not what it says it did.
What can you do with twothumbs?
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/mcp
No local install, no package, no API key required to use the anonymous tools.
Claude Code
claude mcp add --transport http twothumbs https://twothumbs.co/mcp
Or 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-mcp
Cursor
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.
Tools
Available anonymously, with a free daily quota:
| Tool | What it does |
|---|---|
run_verdict |
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. |
list_surfaces |
Lists the target surfaces currently configured for run_verdict. |
redeem_code |
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.
Install
Add twothumbs to your client. Pick the one you use.
claude mcp add --transport http twothumbs https://twothumbs.co/mcpcodex mcp add twothumbs --url https://twothumbs.co/mcp{
"mcpServers": {
"twothumbs": {
"url": "https://twothumbs.co/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"twothumbs": {
"type": "http",
"url": "https://twothumbs.co/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"twothumbs": {
"url": "https://twothumbs.co/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"twothumbs": {
"serverUrl": "https://twothumbs.co/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
twothumbs exposes 3 tools to a connected agent.
- run_verdict
- 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.
- list_surfaces
- Lists the target surfaces currently configured for `run_verdict`.
- redeem_code
- Exchanges an access code for an API key.
Score
63 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 19 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 12, 2026 |