# io.github.mwbidwell/bionicforms-mcp (npm · @bionicforms/mcp-server)

Build forms, manage responses, and run AI analysis via the BionicForms API.

- Trust score: 61/100 (medium)
- Change this week: +21
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@bionicforms/mcp-server`: 61/100 (this document), [markdown](https://verifymcp.io/servers/mwbidwell-bionicforms-mcp/bionicforms-mcp-server.md), [page](https://verifymcp.io/servers/mwbidwell-bionicforms-mcp/bionicforms-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@bionicforms/mcp-server`
- Version: `1.0.3`
- 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-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **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 136 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 1215 tokens (~60/item across 20 items; 20 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

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

### Claude

```bash
claude mcp add mwbidwell-bionicforms-mcp -- npx -y @bionicforms/mcp-server
```

### Codex

```bash
codex mcp add mwbidwell-bionicforms-mcp -- npx -y @bionicforms/mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add mwbidwell-bionicforms-mcp --command npx --arg -y --arg @bionicforms/mcp-server
```

### Hermes

```yaml
mcp_servers:
  mwbidwell-bionicforms-mcp:
    command: "npx"
    args: ["-y", "@bionicforms/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "mwbidwell-bionicforms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bionicforms/mcp-server"
      ]
    }
  }
}
```

## 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-08-02 (score 61, +61)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-07-31 (score 0, −22)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 22, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (20)

### `register` (~104 tokens)

Create a new BionicForms account and get an API key. No authentication required. The returned api_key is shown once — save it. Use it as a Bearer token for all other tools. New accounts start unverified (2 req/min, max 3 forms). Verify your email to unlock full limits.

Input parameters:

- `email` (string, required): Account email address
- `name` (string): Display name (optional)
- `password` (string, required): Password (min 8 characters)

### `list_forms` (~63 tokens)

List all forms in your workspace. Returns form titles, statuses, response counts, and public URLs.

Input parameters:

- `page` (integer): Page number (default: 1)
- `per_page` (integer): Results per page (default: 50, max: 100)

### `create_form` (~114 tokens)

Create a new form. Optionally include fields to set up the schema immediately. Supported field types: text, email, phone, url, number, date, textarea, dropdown, radio, checkbox, rating, nps, slider, file, signature. Returns the form with its ID — call publish_form when ready to accept responses.

Input parameters:

- `description` (string): Form description
- `fields` (array): Form fields to create. Each field needs at least a type and label.
- `title` (string, required): Form title

### `get_form` (~37 tokens)

Get full details of a form including its fields, status, response count, and public URL.

Input parameters:

- `form_id` (string, required): Form ID

### `update_form` (~57 tokens)

Update a form's title or description. Does not modify the schema — use update_form_schema for that.

Input parameters:

- `description` (string): New description
- `form_id` (string, required): Form ID
- `title` (string): New title

### `delete_form` (~33 tokens)

Permanently delete a form and all its responses. This cannot be undone.

Input parameters:

- `form_id` (string, required): Form ID

### `update_form_schema` (~87 tokens)

Replace a form's fields entirely. Provide the complete list of fields — this overwrites the existing schema. Supported field types: text, email, phone, url, number, date, textarea, dropdown, radio, checkbox, rating, nps, slider, file, signature.

Input parameters:

- `fields` (array, required): Complete list of form fields
- `form_id` (string, required): Form ID

### `publish_form` (~38 tokens)

Publish a form so it can accept responses. Returns the public URL where respondents can fill it out.

Input parameters:

- `form_id` (string, required): Form ID

### `list_responses` (~84 tokens)

List responses (submissions) for a form. Supports pagination and text search across answers.

Input parameters:

- `form_id` (string, required): Form ID
- `page` (integer): Page number (default: 1)
- `per_page` (integer): Results per page (default: 50, max: 100)
- `search` (string): Search text to filter responses

### `get_response` (~43 tokens)

Get the full details of a single form response, including all field answers.

Input parameters:

- `form_id` (string, required): Form ID
- `response_id` (string, required): Response ID

### `delete_response` (~41 tokens)

Permanently delete a single form response. This cannot be undone.

Input parameters:

- `form_id` (string, required): Form ID
- `response_id` (string, required): Response ID

### `list_approvals` (~105 tokens)

List approval workflow statuses for a form's submissions. Returns each submission's approval status, current step, and review history. Filter by status: pending, approved, or rejected.

Input parameters:

- `form_id` (string, required): Form ID
- `page` (integer): Page number (default: 1)
- `per_page` (integer): Results per page (default: 50, max: 100)
- `status` (string): Filter by approval status (default: all)

### `trigger_analysis` (~49 tokens)

Trigger AI analysis on all responses for a form. Costs 1 AI credit. Returns a run ID — use get_analysis to check results once processing completes.

Input parameters:

- `form_id` (string, required): Form ID

### `get_analysis` (~54 tokens)

Get the latest AI analysis results for a form, including summary, sentiment, themes, urgency, and quantitative stats. Returns null fields if analysis hasn't been triggered or is still processing.

Input parameters:

- `form_id` (string, required): Form ID

### `query_analysis` (~67 tokens)

Ask a natural language question about a form's responses (e.g. 'What are the top complaints?'). Requires a completed analysis run. Costs 1 AI credit per query.

Input parameters:

- `form_id` (string, required): Form ID
- `query` (string, required): Natural language question about the responses

### `list_webhooks` (~18 tokens)

List all webhooks configured in your workspace.

### `create_webhook` (~84 tokens)

Create a webhook to receive form submission events. Optionally scope to specific forms. Returns the webhook with its signing secret.

Input parameters:

- `description` (string): Description of what this webhook is for
- `form_ids` (array): Limit to specific form IDs. Omit to receive events from all forms.
- `url` (string, required): Webhook endpoint URL (must be HTTPS)

### `update_webhook` (~83 tokens)

Update a webhook's URL, description, active status, or form scope.

Input parameters:

- `description` (string): New description
- `form_ids` (array): New list of form IDs to scope to
- `is_active` (boolean): Enable or disable the webhook
- `url` (string): New endpoint URL
- `webhook_id` (string, required): Webhook ID

### `delete_webhook` (~31 tokens)

Delete a webhook. It will stop receiving events immediately.

Input parameters:

- `webhook_id` (string, required): Webhook ID

### `get_account` (~23 tokens)

Get your account details: workspace info, current plan, and credit balance.

## Diagnostics

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

## Score history

- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 0
- 2026-07-31: 0
- 2026-07-30: 22
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/@bionicforms/mcp-server
- Socket report: https://socket.dev/npm/package/@bionicforms/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/mwbidwell-bionicforms-mcp/bionicforms-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mwbidwell-bionicforms-mcp/bionicforms-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mwbidwell-bionicforms-mcp/bionicforms-mcp-server
