# io.github.dan-fetch-studio/tidyports (npm · @tidyports/mcp)

See and kill the dev servers your coding agents leave running, and get collision-free ports.

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

## Components

- npm · `@tidyports/mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/dan-fetch-studio-tidyports/tidyports-mcp.md), [page](https://verifymcp.io/servers/dan-fetch-studio-tidyports/tidyports-mcp)

## Channel facts

- Registry: `npm`
- Package: `@tidyports/mcp`
- Version: `0.1.2`
- 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**: 45/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 8 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 246 tokens (~61/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.

## Install

### Claude

```bash
claude mcp add dan-fetch-studio-tidyports -- npx -y @tidyports/mcp
```

### Codex

```bash
codex mcp add dan-fetch-studio-tidyports -- npx -y @tidyports/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add dan-fetch-studio-tidyports --command npx --arg -y --arg @tidyports/mcp
```

### Hermes

```yaml
mcp_servers:
  dan-fetch-studio-tidyports:
    command: "npx"
    args: ["-y", "@tidyports/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "dan-fetch-studio-tidyports": {
      "command": "npx",
      "args": [
        "-y",
        "@tidyports/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-08-03 (score 70, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 66, +30)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 36, −4)

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

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

- [security regression] Install scripts: pass → unverified
- [security regression] Known CVEs: partial → unverified
- [security regression] Provenance: fail → unverified
- [functional regression] Maintenance: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] License: pass → unverified
- [functional] Licence: MIT

### 2026-07-27 (score 62, +50)

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

### 2026-07-26 (score 12)

First indexed and scored.

## MCP tools (4)

### `list_servers` (~61 tokens)

List local dev servers

List the local dev servers currently listening — port, process, git branch, owner, and an idle hint. Read-only. Use it to answer 'what's running?', 'which server is on :3001?', or 'which worktree is serving this?'.

### `kill_port` (~36 tokens)

Kill the server on a port

Stop whatever dev server is listening on the given local port (frees it).

Input parameters:

- `port` (integer, required): The local port to free

### `alloc_port` (~65 tokens)

Get a collision-free port

Return a stable free port assigned to this git worktree, so parallel agents/worktrees don't collide on the same port (EADDRINUSE). Wire the returned port into the dev server's launch command.

Input parameters:

- `service` (string): Service name to allocate for (default: web)

### `free_port` (~84 tokens)

Get a free port to bind now

Return a single TCP port that is NOT currently in use, so you can bind a server without an EADDRINUSE collision. Stateless — for a STABLE port that's remembered per worktree across restarts, use alloc_port instead.

Input parameters:

- `range` (string): Port range to search, e.g. 8000-8099 (default 3000-3999)

## Diagnostics

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

## Score history

- 2026-08-03: 70
- 2026-08-02: 66
- 2026-08-01: 36
- 2026-07-31: 36
- 2026-07-30: 40
- 2026-07-28: 62
- 2026-07-27: 62
- 2026-07-26: 12

## Links

- npm package: https://www.npmjs.com/package/@tidyports/mcp
- Socket report: https://socket.dev/npm/package/@tidyports/mcp
- Repository: https://github.com/dan-fetch-studio/tidyports-integrations
- Changelog RSS feed: https://verifymcp.io/servers/dan-fetch-studio-tidyports/tidyports-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dan-fetch-studio-tidyports/tidyports-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dan-fetch-studio-tidyports/tidyports-mcp
