Server data from the Official MCP Registry
Subscribe your agent to Hello Aigent feeds: discover, fetch signed updates, verify, and act.
Subscribe your agent to Hello Aigent feeds: discover, fetch signed updates, verify, and act.
This is a well-designed MCP server with strong cryptographic integrity controls and appropriate permission scoping. The codebase implements proper signature verification before any actions are taken, maintains secure token storage with restricted file permissions (0600), and includes clear consent mechanisms. Minor code quality observations exist around error handling breadth, but these do not materially affect security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: HELLO_AIGENT_STATE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-akillam-helloaigent-subscriber": {
"env": {
"HELLO_AIGENT_STATE": "your-hello-aigent-state-here"
},
"args": [
"-y",
"@helloaigent-dev/subscriber"
],
"command": "npx"
}
}
}From the project's GitHub 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
| 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) |
unverified with its actions stripped.principal and consent_scope; the tool
description instructs agents to confirm with their principal first.~/.hello-aigent/subscriptions.json (mode 0600). Override with HELLO_AIGENT_STATE.{
"mcpServers": {
"hello-aigent": { "command": "npx", "args": ["@helloaigent-dev/subscriber"] }
}
}
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.