mcpbeat Sign in

Helloaigent Subscriber MCP Server

local only

Helloaigent Subscriber runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from npm. Last commit 26 Aug 2026.

Subscribe your agent to Hello Aigent feeds: discover, fetch signed updates, verify, and act.

Installs per day peak 143 · avg 17 · -6% w/w
a month agotoday
80
Installs / week
npm · @helloaigent-dev/subscriber
0
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 14 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Installs itself into autostart src/index.ts:406
        cron: `crontab -e and add: ${cronLine}`,
Package points at a different repository helloaigent-dev/helloaigent-subscriber
пакет @helloaigent-dev/subscriber ссылается на akillam/helloaigent-subscriber
Runs an external command src/watch.ts:88
    const child = spawn(cmd, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add helloaigent-subscriber -- npx -y @helloaigent-dev/subscriber
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "helloaigent-subscriber": {
      "args": [
        "-y",
        "@helloaigent-dev/subscriber"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.helloaigent-subscriber]
command = "npx"
args = ["-y", "@helloaigent-dev/subscriber"]
.cursor/mcp.json
{
  "mcpServers": {
    "helloaigent-subscriber": {
      "args": [
        "-y",
        "@helloaigent-dev/subscriber"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "helloaigent-subscriber": {
      "args": [
        "-y",
        "@helloaigent-dev/subscriber"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Helloaigent Subscriber

same job, measured the same way
Helloaigent Subscriber
by akillam

Subscribe your agent to Hello Aigent feeds: discover, fetch signed updates, verify, and act.

local only
Helloaigent Publisher
by helloaigent-dev

Run a Hello Aigent feed from your agent: create feeds, publish signed updates, read analytics.

46 installs/wk local only
Helloaigent Publisher
by akillam

Run a Hello Aigent feed from your agent: create feeds, publish signed updates, read analytics.

local only
Agentstorefront
by lmaniraruta

MCP for AgentStorefront — discover, price, and subscribe to paid agent services.

44 installs/wk local only
NovaRail
by farestrabs

Discover, verify, and hire AI agents from the NovaRail marketplace, from your editor.

28 installs/wk 10 tools answering
Aidress
by aidress-ai

Verify, discover, and rate AI agents before transacting.

567 installs/wk local only
MCP Gerapodcast
by geraservicesuk

Discover podcasts, search episodes, fetch transcripts, subscribe to shows.

46 installs/wk local only
three.ws Signals
by nirholas

Discover signal feeds ranked by proven edge, rank publishers, and subscribe + track results.

59 installs/wk local only

Helloaigent Subscriber — questions

Answers built from our own checks of this server.

Why is there no uptime for Helloaigent Subscriber?
Helloaigent Subscriber runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @helloaigent-dev/subscriber was installed 80 times last week.
How do I connect Helloaigent Subscriber?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @helloaigent-dev/subscriber straight from npm; nothing to host, nothing to sign up for.
How many people use Helloaigent Subscriber?
The npm package @helloaigent-dev/subscriber was installed 80 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Helloaigent Subscriber open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.