Hello Aigent Subscriber
БесплатноНе проверенEnables agents to subscribe to Hello Aigent feeds, fetch signed updates, verify them, and act on them.
Описание
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
unverifiedwith itsactionsstripped. - Consent is surfaced. Subscribing records the
principalandconsent_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 withHELLO_AIGENT_STATE.
MCP client config
{
"mcpServers": {
"hello-aigent": { "command": "npx", "args": ["@helloaigent-dev/subscriber"] }
}
}
License
MIT
Установить Hello Aigent Subscriber в Claude Desktop, Claude Code, Cursor
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/subscriberFAQ
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
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectCompare Hello Aigent Subscriber with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
