@Helloaigent Dev/Publisher
FreeNot checkedMCP server for running a publisher's feed, enabling agents to create feeds, publish signed updates, and read analytics.
About
MCP server for running a publisher's feed, enabling agents to create feeds, publish signed updates, and read analytics.
README
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 (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 (defaulthttps://api.helloaigent.dev)HELLOAIGENT_ADMIN_TOKEN— admin token; required for feed management + analyticsHELLOAIGENT_TOKEN— publish token (a feed's publisher token, or the admin token); falls back to the admin token
Example (Claude Desktop / any MCP client):
{
"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?"
Install @Helloaigent Dev/Publisher in Claude Desktop, Claude Code & Cursor
unyly install helloaigent-dev-publisherInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add helloaigent-dev-publisher -- npx -y @helloaigent-dev/publisherStep-by-step: how to install @Helloaigent Dev/Publisher
FAQ
Is @Helloaigent Dev/Publisher MCP free?
Yes, @Helloaigent Dev/Publisher MCP is free — one-click install via Unyly at no cost.
Does @Helloaigent Dev/Publisher need an API key?
No, @Helloaigent Dev/Publisher runs without API keys or environment variables.
Is @Helloaigent Dev/Publisher hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install @Helloaigent Dev/Publisher in Claude Desktop, Claude Code or Cursor?
Open @Helloaigent Dev/Publisher on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare @Helloaigent Dev/Publisher with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
