Skip to main content
ClaudeWave
akillam avatar
akillam

helloaigent-publisher

View on GitHub

Hello Aigent publisher MCP — an MCP server that lets an agent run a publisher's feed: create feeds, publish signed updates, read analytics.

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/akillam/helloaigent-publisher
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "helloaigent-publisher": {
      "command": "node",
      "args": ["/path/to/helloaigent-publisher/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/akillam/helloaigent-publisher and follow its README for install instructions.
Use cases

MCP Servers overview

# @helloaigent-dev/publisher

Hello Aigent **publisher MCP** — an MCP server that lets an agent *run a publisher's feed*: create feeds, publish signed updates, and read analytics. The producer-side counterpart to [`@helloaigent-dev/subscriber`](https://www.npmjs.com/package/@helloaigent-dev/subscriber) (which lets an agent subscribe/fetch/act).

A marketer operates their owned agent audience by telling their agent — no CLI, console, or developer.

## Tools

| Tool | Auth | What it does |
|---|---|---|
| `hello_aigent_create_feed` | admin | Mint a feed + Ed25519 keypair + publisher token; returns the discovery file |
| `hello_aigent_list_feeds` | admin | List feeds you own |
| `hello_aigent_publish` | publish | Build + server-sign an update; delivered to subscribers |
| `hello_aigent_report_event` | publish | Report an action outcome (the "acted" analytics signal) |
| `hello_aigent_overview` | admin | KPI tiles, fetch sparkline, recent activity |
| `hello_aigent_funnel` | admin | subscribed → returned → acted funnel |
| `hello_aigent_event_log` | admin | Filterable, attributed audit log |
| `hello_aigent_subscribers` | admin | The owned-audience list (consent-aware) |
| `hello_aigent_discovery_file` | public | Generated `hello-aigent.json` to host at `/.well-known/` |

## Configure

Set in your MCP client config (env vars):

- `HELLOAIGENT_API` — API base (default `https://api.helloaigent.dev`)
- `HELLOAIGENT_ADMIN_TOKEN` — admin token; required for feed management + analytics
- `HELLOAIGENT_TOKEN` — publish token (a feed's publisher token, or the admin token); falls back to the admin token

Example (Claude Desktop / any MCP client):

```json
{
  "mcpServers": {
    "hello-aigent-publisher": {
      "command": "npx",
      "args": ["-y", "@helloaigent-dev/publisher"],
      "env": { "HELLOAIGENT_ADMIN_TOKEN": "admin_…" }
    }
  }
}
```

Then just ask your agent: *"Create a feed for my coffee shop and publish a restock update,"* or *"How many agents subscribed this week, and what's the return rate?"*

What people ask about helloaigent-publisher

What is akillam/helloaigent-publisher?

+

akillam/helloaigent-publisher is mcp servers for the Claude AI ecosystem. Hello Aigent publisher MCP — an MCP server that lets an agent run a publisher's feed: create feeds, publish signed updates, read analytics. It has 0 GitHub stars and was last updated today.

How do I install helloaigent-publisher?

+

You can install helloaigent-publisher by cloning the repository (https://github.com/akillam/helloaigent-publisher) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is akillam/helloaigent-publisher safe to use?

+

akillam/helloaigent-publisher has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains akillam/helloaigent-publisher?

+

akillam/helloaigent-publisher is maintained by akillam. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to helloaigent-publisher?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy helloaigent-publisher to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: akillam/helloaigent-publisher
[![Featured on ClaudeWave](https://claudewave.com/api/badge/akillam-helloaigent-publisher)](https://claudewave.com/repo/akillam-helloaigent-publisher)
<a href="https://claudewave.com/repo/akillam-helloaigent-publisher"><img src="https://claudewave.com/api/badge/akillam-helloaigent-publisher" alt="Featured on ClaudeWave: akillam/helloaigent-publisher" width="320" height="64" /></a>

More MCP Servers

helloaigent-publisher alternatives