# com.feedback-magic/feedback-magic (npm · feedback-magic-mcp)

Create Feedback Magic widgets — feedback, surveys, changelog, roadmap — from your AI editor.

- Trust score: 79/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- npm · `feedback-magic-mcp`: 79/100 (this document), [markdown](https://verifymcp.io/servers/com-feedback-magic-feedback-magic/feedback-magic-mcp.md), [page](https://verifymcp.io/servers/com-feedback-magic-feedback-magic/feedback-magic-mcp)

## Channel facts

- Registry: `npm`
- Package: `feedback-magic-mcp`
- Version: `1.3.1`
- 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-24.

- **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**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 43 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 463 tokens (~51/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 92% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 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 com.feedback-magic/feedback-magic MCP server?

com.feedback-magic/feedback-magic runs locally as an npm package, launched with npx -y feedback-magic-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 com-feedback-magic-feedback-magic -- npx -y feedback-magic-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "com-feedback-magic-feedback-magic": {
      "command": "npx",
      "args": [
        "-y",
        "feedback-magic-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-feedback-magic-feedback-magic": {
      "command": "npx",
      "args": [
        "-y",
        "feedback-magic-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-feedback-magic-feedback-magic -- npx -y feedback-magic-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-feedback-magic-feedback-magic --command npx --arg -y --arg feedback-magic-mcp
```

### Hermes

```yaml
mcp_servers:
  com-feedback-magic-feedback-magic:
    command: "npx"
    args: ["-y", "feedback-magic-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "com-feedback-magic-feedback-magic": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "feedback-magic-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-feedback-magic-feedback-magic -t stdio -c npx -a -y feedback-magic-mcp
```

### Other

```json
{
  "mcpServers": {
    "com-feedback-magic-feedback-magic": {
      "command": "npx",
      "args": [
        "-y",
        "feedback-magic-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-24 (score 79, 0)

- [security] Stability: 0.97 → pass

### 2026-09-23 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 77, −2)

- [functional] Stability: pass → 0.80

### 2026-09-17 (score 79, 0)

- [security] Stability: 0.97 → pass

### 2026-09-16 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 77, −2)

- [functional] Stability: pass → 0.80

## MCP tools (9)

### `list_widget_types` (~30 tokens)

Describe the six Feedback Magic widget types (feedback, survey, annotate, changelog, board, testimonial).

### `whoami` (~20 tokens)

Show which Feedback Magic workspace the configured API token belongs to.

### `list_projects` (~22 tokens)

List the projects (sites/apps) in the connected Feedback Magic workspace.

### `list_widgets` (~40 tokens)

List the widgets under a project. Pass a project_id from list_projects.

Input parameters:

- `project_id` (string, required): The project id (uuid) from list_projects.

### `create_widget` (~121 tokens)

Create a widget under a project and return its publishable key (fm_pub_…). For surveys, pass `goal` to have AI design the question set from a plain-English goal. Then call get_embed_snippet to embed it.

Input parameters:

- `goal` (string): Surveys only: what the survey should find out (AI designs the questions; uses AI credits).
- `name` (string): Optional display name for the widget.
- `project_id` (string, required): The project id (uuid) to create the widget under.
- `type` (string): Widget type.

### `search_feedback` (~62 tokens)

Search a project's feedback (title/status/severity + a snippet). Requires a token with the 'read' scope.

Input parameters:

- `project_id` (string, required): The project id (uuid) from list_projects.
- `query` (string, required): Search terms (min 2 characters).

### `get_insights` (~54 tokens)

Read the project's latest AI digest (themes, top issues, narrative) and 30-day category mix. Requires the 'read' scope.

Input parameters:

- `project_id` (string, required): The project id (uuid) from list_projects.

### `get_survey_results` (~47 tokens)

Read a survey widget's aggregated results (per-question value counts). Requires the 'read' scope.

Input parameters:

- `widget_id` (string, required): The widget id (uuid) from list_widgets.

### `get_embed_snippet` (~67 tokens)

Generate a paste-ready embed snippet for a widget key, in the given framework.

Input parameters:

- `framework` (string): react | web-component | html | wordpress
- `publishable_key` (string, required): The widget publishable key (fm_pub_…).
- `type` (string)

## Diagnostics

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

## Score history

- 2026-09-24: 79
- 2026-09-23: 79
- 2026-09-22: 78
- 2026-09-21: 78
- 2026-09-20: 78
- 2026-09-19: 77
- 2026-09-18: 77
- 2026-09-17: 79
- 2026-09-16: 79
- 2026-09-15: 78
- 2026-09-14: 78
- 2026-09-13: 78
- 2026-09-12: 77
- 2026-09-11: 77
- 2026-09-10: 79
- 2026-09-09: 79
- 2026-09-08: 78
- 2026-09-07: 78
- 2026-09-06: 78
- 2026-09-05: 77
- 2026-09-04: 77
- 2026-09-03: 76
- 2026-09-02: 76
- 2026-09-01: 75
- 2026-08-31: 75
- 2026-08-30: 74
- 2026-08-29: 74
- 2026-08-28: 73
- 2026-08-27: 73
- 2026-08-26: 72

## Common questions

### What is the com.feedback-magic/feedback-magic MCP server?

com.feedback-magic/feedback-magic is an MCP server listed in the public MCP registry as com.feedback-magic/feedback-magic. Create Feedback Magic widgets, feedback, surveys, changelog, roadmap, from your AI editor. This page covers its npm package (feedback-magic-mcp).

### Is the com.feedback-magic/feedback-magic MCP server safe to use?

com.feedback-magic/feedback-magic scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 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 com.feedback-magic/feedback-magic MCP server expose?

com.feedback-magic/feedback-magic exposes 9 tools: list_widget_types, whoami, list_projects, list_widgets, create_widget, and 4 more. Their descriptions and schemas cost roughly 463 tokens of context every time the server is loaded.

### Is the com.feedback-magic/feedback-magic MCP server still maintained?

com.feedback-magic/feedback-magic is still listed as active in the MCP registry. We last reached this channel on 24 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 com.feedback-magic/feedback-magic MCP server under?

com.feedback-magic/feedback-magic 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/feedback-magic-mcp
- Socket report: https://socket.dev/npm/package/feedback-magic-mcp
- Website: https://feedback-magic.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-feedback-magic-feedback-magic/feedback-magic-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-feedback-magic-feedback-magic/feedback-magic-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-feedback-magic-feedback-magic/feedback-magic-mcp
