@helloaigent-dev/publisher
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., "@@helloaigent-dev/publisherCreate a feed for my newsletter and publish a signed update"
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/publisher
Hello Aigent publisher MCP — an MCP server that lets an agent run a publisher's feed: create feeds, publish signed updates, and read analytics. The producer-side counterpart to @helloaigent-dev/subscriber (which lets an agent subscribe/fetch/act).
A marketer operates their owned agent audience by telling their agent — no CLI, console, or developer.
Tools
Tool | Auth | What it does |
| admin | Mint a feed + Ed25519 keypair + publisher token; returns the discovery file |
| admin | List feeds you own |
| publish | Build + server-sign an update; delivered to subscribers |
| publish | Report an action outcome (the "acted" analytics signal) |
| admin | KPI tiles, fetch sparkline, recent activity |
| admin | subscribed → returned → acted funnel |
| admin | Filterable, attributed audit log |
| admin | The owned-audience list (consent-aware) |
| public | Generated |
Related MCP server: Paragraph MCP
Configure
Set in your MCP client config (env vars):
HELLOAIGENT_API— API base (defaulthttps://api.helloaigent.dev)HELLOAIGENT_ADMIN_TOKEN— admin token; required for feed management + analyticsHELLOAIGENT_TOKEN— publish token (a feed's publisher token, or the admin token); falls back to the admin token
Example (Claude Desktop / any MCP client):
{
"mcpServers": {
"hello-aigent-publisher": {
"command": "npx",
"args": ["-y", "@helloaigent-dev/publisher"],
"env": { "HELLOAIGENT_ADMIN_TOKEN": "admin_…" }
}
}
}Then just ask your agent: "Create a feed for my coffee shop and publish a restock update," or "How many agents subscribed this week, and what's the return rate?"
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceLocal-first MCP server for per-agent key management, generating and using signing keys without external KMS.Last updated8161MIT

Paragraph MCPofficial
Alicense-qualityAmaintenanceMCP server that connects AI agents to your Paragraph publication, enabling post management, subscriber analytics, and search across posts and publications.Last updated571MIT- AlicenseAqualityBmaintenanceMCP server for the Post for Me API, enabling publishing, scheduling, editing, deleting, and analyzing social media posts across 9 platforms from any MCP client.Last updated27661MIT
- Alicense-qualityDmaintenanceMCP server for the FreeFeed social network API. Enables reading timelines, posts, comments, and attachments, as well as writing posts, comments, and managing subscriptions.Last updatedMIT
Related MCP Connectors
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
MCP server for Appcircle mobile CI/CD platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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-publisher'
If you have feedback or need assistance with the MCP directory API, please join our Discord server