hello-aigent-subscriber
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hello-aigent-subscriberfetch new updates from my subscribed feeds"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@helloaigent-dev/subscriber
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/subscriberTools
Tool | What it does |
| Reads the site's |
| Pulls only-new-since updates via the stored cursor; verifies every envelope signature |
| Revokes consent (idempotent) |
| Lists stored subscriptions (tokens are never exposed) |
Related MCP server: hive-mcp-sigr
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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-subscriber'
If you have feedback or need assistance with the MCP directory API, please join our Discord server