Skip to main content
ClaudeWave
akillam avatar
akillam

helloaigent-publisher

Ver en 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 ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# @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?"*

Lo que la gente pregunta sobre helloaigent-publisher

¿Qué es akillam/helloaigent-publisher?

+

akillam/helloaigent-publisher es mcp servers para el ecosistema de Claude AI. Hello Aigent publisher MCP — an MCP server that lets an agent run a publisher's feed: create feeds, publish signed updates, read analytics. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala helloaigent-publisher?

+

Puedes instalar helloaigent-publisher clonando el repositorio (https://github.com/akillam/helloaigent-publisher) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar akillam/helloaigent-publisher?

+

akillam/helloaigent-publisher aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene akillam/helloaigent-publisher?

+

akillam/helloaigent-publisher es mantenido por akillam. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a helloaigent-publisher?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega helloaigent-publisher en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a helloaigent-publisher