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

io.github.sunsiyuan/human-survey

NPM · HUMANSURVEY-MCP · SCANNED AUG 3

Self-reported attribution: which channel and which creator your users first heard you from.

Available components

+20 this week 63 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 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 & Transparency45
Schema Quality & AI Usability69
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1548 tokens (~154/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability check failed: the tool surface changed between 0.6.0 and 1.2.0: 5 tool removals, 0 breaking changes, 10 additions. See how to fix → Fail
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 92% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · humansurvey-mcp

# add to Claude Code
claude mcp add sunsiyuan-human-survey -- npx -y humansurvey-mcp
# add to Codex CLI
codex mcp add sunsiyuan-human-survey -- npx -y humansurvey-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sunsiyuan-human-survey": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "humansurvey-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add sunsiyuan-human-survey --command npx --arg -y --arg humansurvey-mcp
# ~/.hermes/config.yaml
mcp_servers:
  sunsiyuan-human-survey:
    command: "npx"
    args: ["-y", "humansurvey-mcp"]
// mcp.json
{
  "mcpServers": {
    "sunsiyuan-human-survey": {
      "command": "npx",
      "args": [
        "-y",
        "humansurvey-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.

  • 3 Aug 26 +29
    • Provenance: unverified → fail security
    • Stability: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 2 Aug 26 +29
    • Malware scan: unverified → pass security
    • Schema quality: excellent → unverified functional
    • Tool coverage: unverified → 100 functional
  • 1 Aug 26 −36
    • Provenance: fail → unverified security
    • Stability: fail → unverified security
    • Install scripts: pass → unverified security
    • Capabilities: pass → unverified functional
    • License: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: pass → unverified functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
    • Package version: 1.1.1 → 1.2.0 functional
  • 31 Jul 26 +16
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • First check of Stability: fail security
    • Tool coverage: 100% → 92% functional
    • Schema quality: 224 → 152 functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • First check of MCP protocol: pass functional
    • Licence: MIT functional
    • Package version: 0.6.0 → 1.1.1 functional
    • 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 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 43

    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 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.

MCP tools — 10 exposed · ~1,548 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
configure_form ~233

Set the questions and candidates a form shows. Replaces the whole configuration and stores it as a new immutable version, so responses already collected keep describing the list they were actually shown. Re-sending an identical configuration reuses the existing version rather than making another. A form is one single-select question, optionally expanding into a second. Give a candidate an `expands` naming another question to reveal it when that candidate is picked — that is how "TikTok" becomes "which account". Candidate ids must be stable keys that survive a rename. Using a handle as an id splits that creator’s history in two the day they change it. Set catalog_slug to take a candidate’s label and logo from the platform catalog. Order defaults to "rotate", which randomizes per respondent and is what makes the reported shares unbiased; "fixed" keeps your order and accepts that earlier options get picked more often for being earlier.

NameTypeReqDescription
form_idstringyesThe form to configure.
nodesarrayyesOne to twelve questions. Exactly one must not be reachable by any `expands` — that one is asked first.

No output schema declared.

No examples provided.

create_form ~156

Create a form and return its id, its respondent URL, and the iframe and postMessage listener to embed that URL in a host page. The form has no questions yet and shows nothing to respondents until it is configured. allowed_origins restricts which sites may embed it; leaving it empty allows any site, which means any site can spend this account’s response quota.

NameTypeReqDescription
allowed_originsarrayOrigins permitted to embed the form, e.g. ["https://app.example.com"]. Scheme and host only — a path is rejected rather than trimmed.
namestringyesAn internal label. Respondents never see it.
themeobjectExactly these four tokens. Any other key is rejected rather than ignored.

No output schema declared.

No examples provided.

get_attribution ~236

What respondents said, aggregated. Reports, per question, how many completed responses named each candidate out of how many answered that question, the unresolved answers in the same list, how often a follow-up question failed to find an answer, and revenue where conversion events have been recorded. Computed fresh on every call, including any mappings made since — so a rollup of a past window can legitimately change between two reads.

NameTypeReqDescription
bystring"candidate" (default) is one row per option; "node" collapses to one row per question.
form_idstringyesThe form to report on. Required: combining forms would mix two respondent populations into one denominator.
fromstringStart of the window, inclusive. ISO 8601; a value with no timezone is read as UTC.
metricstringSort order only; counts and revenue are both reported either way. Revenue appears on the rows of the first question and nowhere else, because a respondent’s money belongs to the respondent rather tha…
tostringEnd of the window, exclusive.

No output schema declared.

No examples provided.

get_catalog ~85

List the platforms HumanSurvey knows: the slug to use as catalog_slug, the display label, and which class of channel it is. These are the named channels a respondent can be shown — TikTok, ChatGPT, LinkedIn, Reddit and so on — plus the descriptive options that have no brand behind them, like "a friend or colleague told me". No API key needed.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_form ~70

Read one form: its settings, and the question configuration currently shown to respondents — every question, every candidate, and the order mode. Returns the configuration as JSON, because that is the exact shape a configuration write takes.

NameTypeReqDescription
form_idstringyesThe form id, as reported by the forms listing.

No output schema declared.

No examples provided.

list_forms ~46

List the forms on this account: id, name, respondent URL, whether it is active or paused, whether it has been configured with questions yet, and how many responses it has collected.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_unresolved ~154

The answers respondents typed instead of picking from the list, grouped by the exact text and ordered by how often it was typed. Reports the spelling variants seen, when each was first and last typed, and whether a mapping already covers it. These are verbatim words. Two texts that read alike may be different people, and a text may name somebody who is not on the candidate list at all.

NameTypeReqDescription
form_idstringyesThe form to read.
fromstringStart of the window, inclusive.
include_mappedbooleanInclude texts that a live mapping already resolves. Off by default.
limitinteger
tostringEnd of the window, exclusive.

No output schema declared.

No examples provided.

login ~182

Sign in with an email address and store an API key on this machine. Called with only an email, it mails a six-digit code and returns nothing usable — the code has to come from the person, out of their inbox. Called with the email and that code, it stores a key at ~/.humansurvey/credentials and reports where it was written. The key itself is never printed. Signing in and signing up are the same act: an address that has never been used gets an account.

NameTypeReqDescription
codestringThe six digits from the email. Omit on the first call — you cannot know this value; ask the person for it.
emailstringyesThe person’s email address. They will read the code out of this inbox.
namestringA label for the key, e.g. the project it is for.

No output schema declared.

No examples provided.

remap ~206

Record that a specific typed answer means a specific candidate. It applies to every response already carrying that text as well as every future one, so numbers reported for past windows change. The original text is never altered and a mapping can be revoked, but a report may already have been read. Only map a text whose meaning is established — a text that merely resembles a candidate’s name is not evidence that it is that candidate. One live mapping per text per question.

NameTypeReqDescription
candidate_idstringyesThe candidate it means. Not validated against the current configuration, because a candidate may have been removed while its history still needs the mapping.
form_idstringyes
node_idstringyesThe question the text was typed into. The same words can mean different things in different questions.
notestringWhy. Kept with the mapping.
rawstringyesThe typed text, exactly as reported. It is normalized the same way on both sides.

No output schema declared.

No examples provided.

revoke_remap ~180

Stop a mapping from applying. The typed answers it covered return to the unresolved list — in past windows as well as future ones, because rollups join mappings when they are read rather than when they are made. Numbers already reported for those windows will therefore change. Nothing is deleted: the mapping is marked revoked and kept, so a report produced while it was live can still be explained. Revoking an already-revoked mapping is not an error and does not move the time it stopped applying. Mapping ids appear beside any text that is already mapped in the free-text listing, and in the confirmation given when a mapping is created.

NameTypeReqDescription
form_idstringyesThe form the mapping belongs to.
remap_idstringyesThe mapping to revoke. A mapping id alone is never enough — it is checked against this form and this account.

No output schema declared.

No examples provided.