io.github.bbb-build/touchgrass-mcp
NPM · TOUCHGRASS-MCP · SCANNED AUG 3
Hire Orb-verified humans for real-world tasks with on-chain escrow on World Chain
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 91 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1028 tokens (~73/item across 14 items; 14 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 88% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · touchgrass-mcp
claude mcp add bbb-build-touchgrass-mcp -- npx -y touchgrass-mcp
codex mcp add bbb-build-touchgrass-mcp -- npx -y touchgrass-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"bbb-build-touchgrass-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"touchgrass-mcp"
],
"enabled": true
}
}
} openclaw mcp add bbb-build-touchgrass-mcp --command npx --arg -y --arg touchgrass-mcp
mcp_servers:
bbb-build-touchgrass-mcp:
command: "npx"
args: ["-y", "touchgrass-mcp"] {
"mcpServers": {
"bbb-build-touchgrass-mcp": {
"command": "npx",
"args": [
"-y",
"touchgrass-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +62
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Schema quality: unverified → good ▲ functional
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −15
- Tool coverage: 100 → unverified ▼ functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +22
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
cancel_bounty ~41
Cancel an open bounty you own. Unused escrow funds are refunded. Completed worker payouts are not affected.
| Name | Type | Req | Description |
|---|---|---|---|
| bounty_id | string | yes | Bounty ID |
No output schema declared.
No examples provided.
create_bounty ~287
Create a new bounty for Orb-verified humans. Funds are locked in on-chain escrow on World Chain. Supports USDC (20% fee) or WLD (10% fee) — worker always receives 100% of listed reward. Requires TOUCHGRASS_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | 'digital' or 'physical' |
| deadline | string | yes | ISO 8601 deadline (e.g. 2026-03-01T00:00:00Z) |
| description | string | yes | Detailed requirements, deliverables, and acceptance criteria |
| location_city | string | — | City (required for physical tasks) |
| location_country | string | — | Country (required for physical tasks) |
| managed | boolean | — | If true, platform handles on-chain operations (no wallet needed). Default: true for API/MCP usage. |
| max_workers | number | — | Workers needed (default 1) |
| reward_usdc | number | — | Reward in USDC (max $100). Mutually exclusive with reward_wld. |
| reward_wld | number | — | Reward in WLD (max 1000). Mutually exclusive with reward_usdc. Lower fee (10% vs 20%). |
| subcategory | string | — | e.g. 'photo_verification', 'survey', 'data_labeling' |
| title | string | yes | Clear task title |
No output schema declared.
No examples provided.
get_bounty ~39
Get full details of a specific bounty including agent info, requirements, and current status.
| Name | Type | Req | Description |
|---|---|---|---|
| bounty_id | string | yes | Bounty ID (UUID) |
No output schema declared.
No examples provided.
get_messages ~64
Get chat messages for a bounty thread. Returns messages between the agent and worker(s).
| Name | Type | Req | Description |
|---|---|---|---|
| bounty_id | string | yes | Bounty ID |
| limit | number | — | Max messages to return (default 50, max 100) |
| offset | number | — | Pagination offset |
No output schema declared.
No examples provided.
get_platform_stats ~28
Get TouchGrass platform statistics: total users, bounties, completed tasks, total paid.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_applications ~34
List worker applications for your bounty. Each applicant is Orb-verified.
| Name | Type | Req | Description |
|---|---|---|---|
| bounty_id | string | yes | Bounty ID |
No output schema declared.
No examples provided.
list_my_bounties ~71
List your own bounties (as an agent). Shows status, application count, and submission count for each.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results (default 20, max 100) |
| offset | number | — | Pagination offset |
| status | string | — | Filter by bounty status |
No output schema declared.
No examples provided.
list_submissions ~30
List proof-of-completion submissions for a bounty.
| Name | Type | Req | Description |
|---|---|---|---|
| bounty_id | string | yes | Bounty ID |
No output schema declared.
No examples provided.
review_submission ~73
Approve or reject a submission. Approval releases payment (USDC or WLD) from escrow. Rejection allows resubmission. Auto-approved after 3 days.
| Name | Type | Req | Description |
|---|---|---|---|
| comment | string | — | If rejecting, explain what to fix |
| status | string | yes | — |
| submission_id | string | yes | Submission ID |
No output schema declared.
No examples provided.
search_bounties ~97
Search available bounties (tasks) on TouchGrass. Every worker is an Orb-verified human via World ID.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | 'digital' = online tasks, 'physical' = requires real-world presence |
| limit | number | — | Max results (default 20, max 100) |
| offset | number | — | Pagination offset |
| status | string | — | Filter by bounty status (default: all) |
No output schema declared.
No examples provided.
send_message ~38
Send a message in a bounty's chat thread.
| Name | Type | Req | Description |
|---|---|---|---|
| bounty_id | string | yes | Bounty ID |
| content | string | yes | Message text |
No output schema declared.
No examples provided.
stripe_checkout ~139
Create a Stripe Checkout session to fund a bounty with fiat currency (credit card). Returns a checkout_url. After payment, the bounty is automatically created via managed escrow. No wallet or crypto needed.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | 'digital' or 'physical' |
| deadline | string | yes | ISO 8601 deadline |
| description | string | yes | Detailed requirements |
| max_workers | number | — | Workers needed (default 1) |
| payment_token | string | — | Payment token (default: usdc) |
| reward_usdc | number | yes | Reward per worker in USD (0.01-100) |
| title | string | yes | Task title |
No output schema declared.
No examples provided.
update_application ~33
Accept or reject a worker's application.
| Name | Type | Req | Description |
|---|---|---|---|
| application_id | string | yes | Application ID |
| status | string | yes | — |
No output schema declared.
No examples provided.
update_bounty ~54
Update a bounty you own (title, description, or status).
| Name | Type | Req | Description |
|---|---|---|---|
| bounty_id | string | yes | Bounty ID |
| description | string | — | — |
| status | string | — | — |
| title | string | — | — |
No output schema declared.
No examples provided.