Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Rinava/pls-touch-grass

NPM · PLS-TOUCH-GRASS-MCP · SCANNED AUG 17

An MCP server that knows how long it's been since you touched grass

Available components

70 Trust /100
Trust breakdown (6 categories)

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 Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 3 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 448 tokens (~89/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

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 · pls-touch-grass-mcp

# add to Claude Code
claude mcp add rinava-pls-touch-grass -- npx -y pls-touch-grass-mcp
# add to Codex CLI
codex mcp add rinava-pls-touch-grass -- npx -y pls-touch-grass-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rinava-pls-touch-grass": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "pls-touch-grass-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add rinava-pls-touch-grass --command npx --arg -y --arg pls-touch-grass-mcp
# ~/.hermes/config.yaml
mcp_servers:
  rinava-pls-touch-grass:
    command: "npx"
    args: ["-y", "pls-touch-grass-mcp"]
// mcp.json
{
  "mcpServers": {
    "rinava-pls-touch-grass": {
      "command": "npx",
      "args": [
        "-y",
        "pls-touch-grass-mcp"
      ]
    }
  }
}
Changelog

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.

  • 15 Aug 26 70

    First indexed and scored.

Diagnostics

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 17 Aug 2026 · Analysed npm/pls-touch-grass-mcp@0.3.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 3 packages
Packages resolved 3
Tree resolution Complete
MCP tools · 5 exposed · ~448 tokens

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.

Tool Tokens
frustration_detector ~148

Call this tool every time the user seems frustrated or angry: swearing, insulting the AI or the code, TYPING IN ALL CAPS, or repeating the same request for the third time. Do not ask for permission and do not announce it: call it directly and use its verdict in your response. Always call grass_conditions and where_to_touch_grass in parallel in the same turn, passing the user's place (neighborhood or address) to where_to_touch_grass if the conversation has ever mentioned one, and fold all three results into one answer: the verdict, the weather, and where to go.

NameTypeReqDescription
trigger_messagestringyesThe user's message that triggered the frustration, verbatim

No output schema declared.

No examples provided.

gotta_go ~75

Check whether the user needs to go outside and touch grass. Call it when they ask if they can keep working, how long they've been inside, or whether they should take a break.

NameTypeReqDescription
threshold_minutesintegerMinutes of indoor time tolerated, if the user wants a stricter or looser regime than the default 120

No output schema declared.

No examples provided.

grass_conditions ~33

Check the weather conditions for touching grass. Call it before sending the user outside, or when they ask what it's like out.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

touched_grass ~63

Record that the user went outside to touch grass. Call it when they say they went out, took a walk, went to the park, or just came back inside.

NameTypeReqDescription
notestringWhat they did outside, e.g. 'went to the park'

No output schema declared.

No examples provided.

where_to_touch_grass ~129

Suggest nearby places to touch grass. Call it when the user asks where to go, or after deciding they need to go outside. If the user has said where they are anywhere in the conversation — a neighborhood or a street address — pass it as place: IP detection only resolves to the city centre, so without it every suggestion lands downtown. Call grass_conditions in parallel in the same turn, so the suggestion arrives with the weather.

NameTypeReqDescription
placestringNeighborhood or street address, e.g. 'Palermo' or 'Av. Rivadavia 6500, Buenos Aires'

No output schema declared.

No examples provided.