Skip to main content
Glama

@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 (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/

Related MCP server: Paragraph MCP

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):

{
  "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 Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

  • Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.

  • MCP server for Appcircle mobile CI/CD platform.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/akillam/helloaigent-publisher'

If you have feedback or need assistance with the MCP directory API, please join our Discord server