# io.github.alexcloudstar/makers-page-mcp (npm · makers-page-mcp)

Marketing Assistant MCP: draft, approve, and publish posts to X from your coding agent.

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

## Components

- npm · `makers-page-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/alexcloudstar-makers-page-mcp/makers-page-mcp.md), [page](https://verifymcp.io/servers/alexcloudstar-makers-page-mcp/makers-page-mcp)

## Channel facts

- Registry: `npm`
- Package: `makers-page-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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), 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 2 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 396 tokens (~49/item across 8 items; 8 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 alexcloudstar-makers-page-mcp -- npx -y makers-page-mcp
```

### Codex

```bash
codex mcp add alexcloudstar-makers-page-mcp -- npx -y makers-page-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add alexcloudstar-makers-page-mcp --command npx --arg -y --arg makers-page-mcp
```

### Hermes

```yaml
mcp_servers:
  alexcloudstar-makers-page-mcp:
    command: "npx"
    args: ["-y", "makers-page-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "alexcloudstar-makers-page-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "makers-page-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-02 (score 65, +36)

- [security improvement] Malware scan: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → excellent

### 2026-07-31 (score 29)

First indexed and scored.

## MCP tools (8)

### `create_draft` (~74 tokens)

Create draft post

Create a draft social post for a channel (currently only "x"). The draft is saved locally and is NOT published until it is approved and then explicitly published.

Input parameters:

- `channel` (string, required): Target channel. Only "x" is supported today.
- `text` (string, required): The post copy, written for the target channel.

### `list_drafts` (~32 tokens)

List draft posts

List locally stored drafts, optionally filtered by status.

Input parameters:

- `status` (string): Only return drafts with this status.

### `get_draft` (~25 tokens)

Get draft post

Fetch a single draft by id.

Input parameters:

- `id` (string, required): Draft id.

### `update_draft` (~59 tokens)

Update draft post

Edit a draft's text. If the draft was already approved, this resets it back to "draft" status so it must be re-approved before publishing.

Input parameters:

- `id` (string, required): Draft id.
- `text` (string, required): New post copy.

### `approve_draft` (~50 tokens)

Approve draft post

Mark a draft as approved by the human user. Only approved drafts can be published. Only call this after the user has explicitly reviewed and approved the draft text.

Input parameters:

- `id` (string, required): Draft id.

### `reject_draft` (~68 tokens)

Reject draft post

Mark a draft as rejected. Rejected drafts cannot be published. Also usable to reconcile a draft stuck in "publishing" (e.g. after a crashed publish_draft call) once you've manually verified whether the post actually went out on X.

Input parameters:

- `id` (string, required): Draft id.

### `publish_draft` (~55 tokens)

Publish draft post

Publish an approved draft to X via the X API v2. Fails if the draft has not been approved yet (unless approval is disabled in config). Returns the live post URL.

Input parameters:

- `id` (string, required): Draft id.

### `get_x_account` (~33 tokens)

Get connected X account

Check whether this MCP server is connected to an X account and, if so, return the account's username and id.

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 29
- 2026-07-31: 29

## Links

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