Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HELLOAIGENT_APINoAPI base URL (default https://api.helloaigent.dev)https://api.helloaigent.dev
HELLOAIGENT_TOKENNoPublish token (a feed's publisher token, or the admin token); falls back to the admin token
HELLOAIGENT_ADMIN_TOKENYesAdmin token; required for feed management and analytics

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
hello_aigent_create_feedA

Create a Hello Aigent feed (a stream agents subscribe to). Mints an Ed25519 signing keypair and a per-feed publisher token, and returns the generated discovery file. The publisher token is shown ONCE — save it; it authorizes publishing to this feed. Requires the admin token.

hello_aigent_list_feedsA

List the feeds you own (id, title, topics, latest_seq, discovery URL). Requires the admin token.

hello_aigent_publishA

Publish a signed update to a feed. The server Ed25519-signs the envelope; subscribed agents verify it before acting. Uses the feed's publisher token (or the admin token). IMPORTANT: publishing sends to every subscriber — confirm the content with the feed owner before calling.

hello_aigent_report_eventA

Report an action outcome for a subscription — the "acted" signal that powers the analytics funnel. Call this after a subscriber's agent completes one of your callable actions. Uses the feed's publisher token (or the admin token).

hello_aigent_overviewA

Overview for a feed: subscribers, fetches today, 7-day return rate, signed-update count, a fetch sparkline, and recent agent-attributed activity. Requires the admin token.

hello_aigent_funnelA

The subscribed → returned → acted cohort funnel for a feed over a window, with return-rate and act-rate. Requires the admin token.

hello_aigent_event_logA

Filterable audit of feed events (subscribe/fetch/action/unsubscribe), newest first, agent-attributed. Requires the admin token.

hello_aigent_subscribersB

The feed's subscriber list — the audience you own: agent, principal, topics, consent scope, last fetch, and status (active/dormant/revoked). Requires the admin token.

hello_aigent_discovery_fileA

Get the generated discovery file (hello-aigent.json) for a feed — host it at your site's /.well-known/hello-aigent.json so agents can find and subscribe. Public; no token needed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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