Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Hello Aigent Subscriber

БесплатноНе проверен

Enables agents to subscribe to Hello Aigent feeds, fetch signed updates, verify them, and act on them.

GitHubEmbed

Описание

Enables agents to subscribe to Hello Aigent feeds, fetch signed updates, verify them, and act on them.

README

The Hello Aigent reference subscriber — an MCP server that lets any agent subscribe to any Hello Aigent feed, fetch signed updates, verify them, and act on them.

npx @helloaigent-dev/subscriber

Tools

Tool What it does
hello_aigent_subscribe(discovery_url, feed_id?, principal, consent_scope) Reads the site's /.well-known/hello-aigent.json, subscribes on behalf of your principal
hello_aigent_fetch(subscription_id?, max?) Pulls only-new-since updates via the stored cursor; verifies every envelope signature
hello_aigent_unsubscribe(subscription_id) Revokes consent (idempotent)
hello_aigent_list_subscriptions() Lists stored subscriptions (tokens are never exposed)

Guarantees

  • Signature verification before anything is actionable. Envelopes are Ed25519-verified (RFC 8785 JCS canonicalization) against the feed's discovery public key. Anything that fails verification is returned under unverified with its actions stripped.
  • Consent is surfaced. Subscribing records the principal and consent_scope; the tool description instructs agents to confirm with their principal first.
  • Local state only. Subscriptions (including bearer tokens) live in ~/.hello-aigent/subscriptions.json (mode 0600). Override with HELLO_AIGENT_STATE.

MCP client config

{
  "mcpServers": {
    "hello-aigent": { "command": "npx", "args": ["@helloaigent-dev/subscriber"] }
  }
}

License

MIT

from github.com/akillam/helloaigent-subscriber

Установить Hello Aigent Subscriber в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install hello-aigent-subscriber

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add hello-aigent-subscriber -- npx -y @helloaigent-dev/subscriber

FAQ

Hello Aigent Subscriber MCP бесплатный?

Да, Hello Aigent Subscriber MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Hello Aigent Subscriber?

Нет, Hello Aigent Subscriber работает без API-ключей и переменных окружения.

Hello Aigent Subscriber — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Hello Aigent Subscriber в Claude Desktop, Claude Code или Cursor?

Открой Hello Aigent Subscriber на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Hello Aigent Subscriber with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development