# io.github.michaelyousrie/mailpal (npm · mailpal-mcp)

List, inspect, and run saved HTTP requests from MailPal collections; write tools on Pro

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- npm · `mailpal-mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/michaelyousrie-mailpal/mailpal-mcp.md), [page](https://verifymcp.io/servers/michaelyousrie-mailpal/mailpal-mcp)

## Channel facts

- Registry: `npm`
- Package: `mailpal-mcp`
- Version: `0.1.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-08-20.

- **Supply Chain Security**: 100/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.
  - No production dependencies, so there is no dependency health to assess.
- **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 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 369 tokens (~36/item across 10 items; 10 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**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 michaelyousrie-mailpal -- npx -y mailpal-mcp
```

### Codex

```bash
codex mcp add michaelyousrie-mailpal -- npx -y mailpal-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add michaelyousrie-mailpal --command npx --arg -y --arg mailpal-mcp
```

### Hermes

```yaml
mcp_servers:
  michaelyousrie-mailpal:
    command: "npx"
    args: ["-y", "mailpal-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "michaelyousrie-mailpal": {
      "command": "npx",
      "args": [
        "-y",
        "mailpal-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-15 (score 63)

First indexed and scored.

## MCP tools (10)

### `list_collections` (~25 tokens)

List all API collections in the workspace with their folders and request names/ids.

### `get_request` (~27 tokens)

Get the full definition of one saved request by id.

Input parameters:

- `requestId` (string, required)

### `run_request` (~58 tokens)

Execute a saved request. {{VAR}} placeholders resolve from the owning collection's variables. Returns status, headers, timing and body (truncated to 50KB). Secret values are resolved internally and never returned.

Input parameters:

- `requestId` (string, required)

### `get_history_recent` (~25 tokens)

List recent request executions (newest first).

Input parameters:

- `limit` (integer)

### `list_variables` (~32 tokens)

List each collection's variables. Secret variables appear as {"secret": "NAME"} references; secret values are never returned.

### `create_collection` (~26 tokens)

Create a new empty collection in the workspace. Pro.

Input parameters:

- `name` (string, required)

### `create_or_update_request` (~51 tokens)

Create a request in a collection, or update it when requestId is given. Pro.

Input parameters:

- `collectionId` (string, required)
- `request` (object, required)
- `requestId` (string)

### `set_collection_variable` (~53 tokens)

Set a NON-SECRET variable on a collection. Secret-referenced variables cannot be written through MCP. Pro.

Input parameters:

- `collectionId` (string, required)
- `key` (string, required)
- `value` (string, required)

### `generate_tests` (~36 tokens)

Add baseline assertions to a request (expected status from its latest run, else 200). Pro.

Input parameters:

- `requestId` (string, required)

### `scaffold_test_suite` (~36 tokens)

Add a baseline status assertion to every request in a collection that has no tests yet. Pro.

Input parameters:

- `collectionId` (string, required)

## Diagnostics

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

## Score history

- 2026-08-20: 63
- 2026-08-19: 63
- 2026-08-18: 63
- 2026-08-17: 63
- 2026-08-16: 63
- 2026-08-15: 63

## Links

- npm package: https://www.npmjs.com/package/mailpal-mcp
- Socket report: https://socket.dev/npm/package/mailpal-mcp
- Repository: https://github.com/michaelyousrie/mailpal
- Website: https://marketplace.visualstudio.com/items?itemName=MichaelYousrie.mailpal
- Changelog RSS feed: https://verifymcp.io/servers/michaelyousrie-mailpal/mailpal-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/michaelyousrie-mailpal/mailpal-mcp.json
- HTML version of this page: https://verifymcp.io/servers/michaelyousrie-mailpal/mailpal-mcp
