# io.github.helloaigent-dev/helloaigent-publisher (npm · @helloaigent-dev/publisher)

Run a Hello Aigent feed from your agent: create feeds, publish signed updates, read analytics.

- Trust score: 83/100 (high trust)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `@helloaigent-dev/publisher`: 83/100 (this document), [markdown](https://verifymcp.io/servers/helloaigent-dev-helloaigent-publisher/helloaigent-dev-publisher.md), [page](https://verifymcp.io/servers/helloaigent-dev-helloaigent-publisher/helloaigent-dev-publisher)

## Channel facts

- Registry: `npm`
- Package: `@helloaigent-dev/publisher`
- 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-09-20.

- **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**: 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 42 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 82/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 890 tokens (~98/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 93/100
  - Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 96% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "hello_aigent_publish" implies "publish" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - 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 io.github.helloaigent-dev/helloaigent-publisher MCP server?

io.github.helloaigent-dev/helloaigent-publisher runs locally as an npm package, launched with npx -y @helloaigent-dev/publisher. 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 helloaigent-dev-helloaigent-publisher -- npx -y @helloaigent-dev/publisher
```

### Cursor

```json
{
  "mcpServers": {
    "helloaigent-dev-helloaigent-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "@helloaigent-dev/publisher"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "helloaigent-dev-helloaigent-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "@helloaigent-dev/publisher"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add helloaigent-dev-helloaigent-publisher -- npx -y @helloaigent-dev/publisher
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add helloaigent-dev-helloaigent-publisher --command npx --arg -y --arg @helloaigent-dev/publisher
```

### Hermes

```yaml
mcp_servers:
  helloaigent-dev-helloaigent-publisher:
    command: "npx"
    args: ["-y", "@helloaigent-dev/publisher"]
```

### Netclaw

```json
{
  "McpServers": {
    "helloaigent-dev-helloaigent-publisher": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@helloaigent-dev/publisher"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add helloaigent-dev-helloaigent-publisher -t stdio -c npx -a -y @helloaigent-dev/publisher
```

### Other

```json
{
  "mcpServers": {
    "helloaigent-dev-helloaigent-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "@helloaigent-dev/publisher"
      ]
    }
  }
}
```

## 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-20 (score 83, +1)

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

### 2026-09-18 (score 82, +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-16 (score 81, +1)

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

### 2026-09-15 (score 80, −4)

- [functional] Stability: pass → 0.77

### 2026-09-14 (score 84, +1)

- [security] Stability: 0.97 → pass

### 2026-09-12 (score 83, +1)

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

### 2026-09-10 (score 82, +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-08 (score 81, −3)

- [functional] Stability: pass → 0.80

## MCP tools (9)

### `hello_aigent_create_feed` (~176 tokens)

Create a Hello Aigent feed (a stream agents subscribe to). Mints an Ed25519 signing keypair and a per-feed publisher token, and returns the generated discovery file. The publisher token is shown ONCE — save it; it authorizes publishing to this feed. Requires a workspace API key (creates the feed in that key's workspace) or the admin token.

Input parameters:

- `description` (string, required): What this feed publishes
- `id` (string): Optional feed id slug; auto-derived from the title if omitted
- `publisher_name` (string, required): The publisher/brand name
- `publisher_site` (string, required): The publisher website URL
- `title` (string, required): Human title, e.g. "Acme Roast Drops"
- `topics` (array): Topics, e.g. ["restocks","offers"]

### `hello_aigent_list_feeds` (~62 tokens)

List the feeds you own (id, title, topics, latest_seq, discovery URL). With a workspace API key, lists only that workspace's feeds; with the admin token, lists every feed. Requires a workspace API key or the admin token.

### `hello_aigent_publish` (~172 tokens)

Publish a signed update to a feed. The server Ed25519-signs the envelope; subscribed agents verify it before acting. Uses the feed's own publisher token, a workspace API key (for a feed your workspace owns), or the admin token. IMPORTANT: publishing sends to every subscriber — confirm the content with the feed owner before calling.

Input parameters:

- `actions` (array): Callable actions (name, endpoint, input_schema)
- `body_markdown` (string, required): Markdown body of the update
- `data` (object): Structured data, e.g. { "sku": "ETH-YIRG" }
- `feed` (string, required): Feed id to publish to
- `summary` (string, required): One-line summary shown to agents
- `title` (string, required)
- `type` (string, required): Update type

### `hello_aigent_report_event` (~119 tokens)

Report an action outcome for a subscription — the "acted" signal that powers the analytics funnel. Call this after a subscriber's agent completes one of your callable actions. Uses the feed's own publisher token, a workspace API key, or the admin token.

Input parameters:

- `action_name` (string, required): The action that completed, e.g. "claim_offer"
- `feed` (string, required): Feed id
- `subscription_id` (string, required): The subscription that acted
- `update_id` (string): The update the action came from, if known

### `hello_aigent_overview` (~71 tokens)

Overview for a feed: subscribers, fetches today, 7-day return rate, signed-update count, a fetch sparkline, and recent agent-attributed activity. Requires a workspace API key (for a feed your workspace owns) or the admin token.

Input parameters:

- `feed` (string, required): Feed id

### `hello_aigent_funnel` (~73 tokens)

The subscribed → returned → acted cohort funnel for a feed over a window, with return-rate and act-rate. Requires a workspace API key (for a feed your workspace owns) or the admin token.

Input parameters:

- `feed` (string, required): Feed id
- `window` (string): Window (default 30d)

### `hello_aigent_event_log` (~83 tokens)

Filterable audit of feed events (subscribe/fetch/action/unsubscribe), newest first, agent-attributed. Requires a workspace API key (for a feed your workspace owns) or the admin token.

Input parameters:

- `feed` (string, required): Feed id
- `limit` (integer): Max rows (default 50)
- `type` (string): Filter by event type

### `hello_aigent_subscribers` (~72 tokens)

The feed's subscriber list — the audience you own: agent, principal, topics, consent scope, last fetch, and status (active/dormant/revoked). Requires a workspace API key (for a feed your workspace owns) or the admin token.

Input parameters:

- `feed` (string, required): Feed id

### `hello_aigent_discovery_file` (~62 tokens)

Get the generated discovery file (hello-aigent.json) for a feed — host it at your site's /.well-known/hello-aigent.json so agents can find and subscribe. Public; no token needed.

Input parameters:

- `feed` (string, required): Feed id

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/helloaigent-dev-helloaigent-publisher/helloaigent-dev-publisher#diagnostics

## Score history

- 2026-09-20: 83
- 2026-09-19: 82
- 2026-09-18: 82
- 2026-09-17: 81
- 2026-09-16: 81
- 2026-09-15: 80
- 2026-09-14: 84
- 2026-09-13: 83
- 2026-09-12: 83
- 2026-09-11: 82
- 2026-09-10: 82
- 2026-09-09: 81
- 2026-09-08: 81
- 2026-09-07: 84
- 2026-09-06: 83
- 2026-09-05: 83
- 2026-09-04: 82
- 2026-09-03: 82
- 2026-09-02: 81
- 2026-09-01: 81
- 2026-08-31: 80
- 2026-08-30: 80
- 2026-08-29: 79
- 2026-08-28: 79
- 2026-08-27: 78
- 2026-08-26: 78
- 2026-08-25: 78
- 2026-08-24: 78
- 2026-08-23: 77
- 2026-08-22: 77

## Common questions

### What is the io.github.helloaigent-dev/helloaigent-publisher MCP server?

io.github.helloaigent-dev/helloaigent-publisher is an MCP server listed in the public MCP registry as io.github.helloaigent-dev/helloaigent-publisher. Run a Hello Aigent feed from your agent: create feeds, publish signed updates, read analytics. This page covers its npm package (@helloaigent-dev/publisher).

### Is the io.github.helloaigent-dev/helloaigent-publisher MCP server safe to use?

io.github.helloaigent-dev/helloaigent-publisher scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 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 io.github.helloaigent-dev/helloaigent-publisher MCP server expose?

io.github.helloaigent-dev/helloaigent-publisher exposes 9 tools: hello_aigent_create_feed, hello_aigent_list_feeds, hello_aigent_publish, hello_aigent_report_event, hello_aigent_overview, and 4 more. Their descriptions and schemas cost roughly 890 tokens of context every time the server is loaded.

### Is the io.github.helloaigent-dev/helloaigent-publisher MCP server still maintained?

io.github.helloaigent-dev/helloaigent-publisher is still listed as active in the MCP registry. We last reached this channel on 20 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 io.github.helloaigent-dev/helloaigent-publisher MCP server under?

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