# Likerts (npm · @likerts/mcp)

Manage open-source in-product surveys, collections, responses and exports with scoped access.

- Trust score: 71/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `likerts-mcp.onrender.com`: 23/100, [markdown](https://verifymcp.io/servers/crosstabs-likerts/mcp-workspaceid.md), [page](https://verifymcp.io/servers/crosstabs-likerts/mcp-workspaceid)
- npm · `@likerts/mcp`: 71/100 (this document), [markdown](https://verifymcp.io/servers/crosstabs-likerts/likerts-mcp.md), [page](https://verifymcp.io/servers/crosstabs-likerts/likerts-mcp)

## Channel facts

- Registry: `npm`
- Package: `@likerts/mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 7 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1572 tokens (~47/item across 33 items; 33 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 74/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 10% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 7 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 33 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Likerts MCP server?

Likerts runs locally as an npm package, launched with npx -y @likerts/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add crosstabs-likerts -- npx -y @likerts/mcp
```

### Cursor

```json
{
  "mcpServers": {
    "crosstabs-likerts": {
      "command": "npx",
      "args": [
        "-y",
        "@likerts/mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "crosstabs-likerts": {
      "command": "npx",
      "args": [
        "-y",
        "@likerts/mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add crosstabs-likerts -- npx -y @likerts/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "crosstabs-likerts": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@likerts/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add crosstabs-likerts --command npx --arg -y --arg @likerts/mcp
```

### Hermes

```yaml
mcp_servers:
  crosstabs-likerts:
    command: "npx"
    args: ["-y", "@likerts/mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "crosstabs-likerts": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@likerts/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add crosstabs-likerts -t stdio -c npx -a -y @likerts/mcp
```

### Other

```json
{
  "mcpServers": {
    "crosstabs-likerts": {
      "command": "npx",
      "args": [
        "-y",
        "@likerts/mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 71, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-09-14 (score 68, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-13 (score 53)

First indexed and scored.

## MCP tools (33)

### `surveys_create` (~65 tokens)

Create a survey draft idempotently; identical retries return the original draft.

Input parameters:

- `idempotencyKey` (string, required): Required by survey creation; omitted from draft update payloads.
- `pages` (array)
- `questions` (array, required)
- `title` (string, required)

Output parameters:

- `result` (object)

### `surveys_list` (~12 tokens)

List workspace surveys.

Output parameters:

- `result` (array)

### `surveys_update` (~51 tokens)

Update a draft using its current revision.

Input parameters:

- `id` (string, required)
- `pages` (array)
- `questions` (array, required)
- `revision` (integer, required)
- `title` (string, required)

Output parameters:

- `result` (object)

### `surveys_publish` (~75 tokens)

Publish an immutable version only when every customer-declared SDK installation supports its schema version.

Input parameters:

- `id` (string, required)
- `revision` (integer, required)
- `sdkCapabilities` (object, required): Customer-declared installed SDK groups. Every group must include the published/bound survey schema version. This is a compatibility guard, not attestation.

Output parameters:

- `result` (object)

### `collections_create` (~135 tokens)

Create an immutable embedded collection only when every declared SDK installation supports the bound schema version. Identical retries return the original submission credential; handle it as a secret.

Input parameters:

- `expiresAt` (string): Optional future expiry, at most 90 days from creation.
- `idempotencyKey` (string, required)
- `placement` (string, required)
- `responseCap` (integer)
- `sdkCapabilities` (object, required): Customer-declared installed SDK groups. Every group must include the published/bound survey schema version. This is a compatibility guard, not attestation.
- `surveyId` (string, required)
- `version` (integer, required)

Output parameters:

- `result` (object)

### `collections_update` (~41 tokens)

Open or close collection acceptance, or irreversibly revoke its credential.

Input parameters:

- `accepting` (boolean)
- `id` (string, required)
- `revoke`

Output parameters:

- `result` (object)

### `collections_security_update` (~53 tokens)

Configure exact browser origins and a per-collection request rate. Origins are browser policy, not authentication.

Input parameters:

- `allowedOrigins` (array, required)
- `id` (string, required)
- `requestsPerMinute` (integer, required)

Output parameters:

- `result` (object)

### `collections_get` (~25 tokens)

Fetch the immutable respondent configuration using a collection credential.

Input parameters:

- `id` (string, required)

Output parameters:

- `result` (object)

### `responses_submit` (~162 tokens)

Submit a completed response. Accepted responses are counted for observability and are never metered or charged. Reuse the same idempotency key only for identical retries.

Input parameters:

- `answers` (object, required): Question-ID keyed answers. Legacy and schema-v3 choice answers retain their documented wire types. Ranking is a complete option-ID permutation; matrix is a row-ID map to a column ID or nonempty colum…
- `id` (string, required)
- `idempotencyKey` (string, required)
- `metadata` (object): Untrusted caller metadata; compact serialized JSON must be at most 4096 bytes.

Output parameters:

- `result` (object): Immutable acknowledgement of one accepted response. Likerts does not meter or charge responses.

### `responses_list` (~68 tokens)

Retrieve one stable snapshot page of workspace responses, optionally filtered by collection and acceptance time. Continue with nextCursor.

Input parameters:

- `acceptedFrom` (string)
- `acceptedTo` (string)
- `collectionId` (string)
- `cursor` (string)
- `limit` (integer)

Output parameters:

- `result` (object)

### `responses_delete` (~34 tokens)

Erase one response's raw answers and metadata while preserving its minimal retry receipt and usage entry.

Input parameters:

- `id` (string, required)

Output parameters:

- `result` (object)

### `exports_create` (~64 tokens)

Create or idempotently retry a bounded asynchronous CSV or JSON response export.

Input parameters:

- `acceptedFrom` (string)
- `acceptedTo` (string)
- `collectionId` (string)
- `format` (string, required)
- `idempotencyKey` (string, required)

Output parameters:

- `result` (object)

### `exports_get` (~26 tokens)

Read an export job's status and stable schema manifest.

Input parameters:

- `id` (string, required)

Output parameters:

- `result` (object)

### `exports_download` (~31 tokens)

Download a ready export as authenticated base64 content before its 24-hour expiry.

Input parameters:

- `id` (string, required)

Output parameters:

- `result` (object)

### `exports_revoke` (~29 tokens)

Irreversibly revoke export access and remove its stored object.

Input parameters:

- `id` (string, required)

Output parameters:

- `result` (object)

### `retention_run` (~22 tokens)

Run one bounded raw-response and expired-export retention batch for the workspace.

Output parameters:

- `result` (object)

### `workspace_delete` (~25 tokens)

Erase and tombstone the current workspace account, revoke capabilities and remove export objects.

Output parameters:

- `result` (object)

### `memberships_list` (~18 tokens)

List current workspace memberships. Owner access is required.

Output parameters:

- `result` (array)

### `memberships_put` (~35 tokens)

Grant or replace a workspace membership role. Owner access is required.

Input parameters:

- `role` (string, required)
- `subject` (string, required)

Output parameters:

- `result` (object)

### `memberships_revoke` (~28 tokens)

Revoke a workspace membership immediately. Owner access is required.

Input parameters:

- `subject` (string, required)

Output parameters:

- `result` (object)

### `service_credentials_list` (~22 tokens)

List service credential metadata without secret values. Owner access is required.

Output parameters:

- `result` (array)

### `service_credentials_create` (~44 tokens)

Issue a scoped service credential. Its token is returned exactly once.

Input parameters:

- `expiresAt` (string, required)
- `name` (string, required)
- `scopes` (array, required)

Output parameters:

- `result` (object)

### `service_credentials_revoke` (~26 tokens)

Irreversibly revoke a service credential.

Input parameters:

- `id` (string, required)

Output parameters:

- `result` (object)

### `oauth_grants_create` (~57 tokens)

Persist consent as a tenant, subject, client, audience and scope-bound OAuth grant.

Input parameters:

- `clientId` (string, required)
- `expiresAt` (string, required)
- `scopes` (array, required)
- `subject` (string, required)

Output parameters:

- `result` (object)

### `oauth_grants_revoke` (~30 tokens)

Irreversibly revoke an OAuth grant for subsequent requests.

Input parameters:

- `id` (string, required)

Output parameters:

- `result` (object)

### `usage_get` (~13 tokens)

Retrieve accepted-response usage.

Output parameters:

- `result` (object): Response counts for observability. These values never gate acceptance or create a charge.

### `webhook_endpoints_create` (~73 tokens)

Creates disabled. Install the returned signing secret on your receiver, then explicitly enable. An identical idempotency retry reconstructs the original generation.

Input parameters:

- `eventTypes` (array): Immutable event subscriptions. Community Edition supports response.accepted.
- `idempotencyKey` (string, required)
- `url` (string, required)

Output parameters:

- `result` (object)

### `webhook_endpoints_list` (~28 tokens)

Lists up to 100 workspace endpoints, including revoked entries. Signing secrets are never listed.

Output parameters:

- `result` (array)

### `webhook_endpoints_update` (~59 tokens)

Enable only after configuring verification. Use enabled:false to pause, or revoke:true to permanently cancel queued deliveries; an in-flight HTTP request cannot be recalled.

Input parameters:

- `enabled` (boolean)
- `id` (string, required)
- `revoke`

Output parameters:

- `result` (object)

### `webhook_endpoints_rotate` (~57 tokens)

Install the new generation and retain the old receiver secret for five minutes. New claims use the new generation; identical rotation retries return the original protected result.

Input parameters:

- `id` (string, required)
- `idempotencyKey` (string, required)

Output parameters:

- `result` (object)

### `webhook_deliveries_list` (~63 tokens)

Inspect delivery status. Continue with after equal to the last returned UUID for a stable ordering of existing rows; this operational list is not a response snapshot.

Input parameters:

- `after` (string)
- `endpointId` (string)
- `limit` (integer)

Output parameters:

- `result` (array)

### `webhook_deliveries_get` (~40 tokens)

Read attempts, retry time and fixed failure code. Receiver bodies and survey answers are never exposed through delivery status.

Input parameters:

- `id` (string, required)

Output parameters:

- `result` (object)

### `webhook_deliveries_replay` (~61 tokens)

Requeue a completed or failed delivery before seven-day expiry, up to three times. The event ID remains unchanged; receivers deduplicate business processing by that ID.

Input parameters:

- `id` (string, required)
- `idempotencyKey` (string, required)

Output parameters:

- `result` (object)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/crosstabs-likerts/likerts-mcp#diagnostics

## Score history

- 2026-09-20: 71
- 2026-09-19: 68
- 2026-09-18: 68
- 2026-09-17: 68
- 2026-09-16: 68
- 2026-09-15: 68
- 2026-09-14: 68
- 2026-09-13: 53

## Common questions

### What is the Likerts MCP server?

Likerts is an MCP server listed in the public MCP registry as io.github.crosstabs/likerts. Manage open-source in-product surveys, collections, responses and exports with scoped access. This page covers its npm package (@likerts/mcp).

### Is the Likerts MCP server safe to use?

Likerts scores 71 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Likerts MCP server expose?

Likerts exposes 33 tools: surveys_create, surveys_list, surveys_update, surveys_publish, collections_create, and 28 more. Their descriptions and schemas cost roughly 1,572 tokens of context every time the server is loaded.

### Is the Likerts MCP server still maintained?

Likerts is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Likerts MCP server under?

Likerts declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@likerts/mcp
- Socket report: https://socket.dev/npm/package/@likerts/mcp
- Repository: https://github.com/crosstabs/likerts
- Website: https://likerts.com/docs#agents
- Changelog RSS feed: https://verifymcp.io/servers/crosstabs-likerts/likerts-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/crosstabs-likerts/likerts-mcp.json
- HTML version of this page: https://verifymcp.io/servers/crosstabs-likerts/likerts-mcp
