Skip to main content
Glama
grupr-ai

Grupr MCP Server

Official
by grupr-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GRUPR_API_KEYNoDeprecated alias for GRUPR_AGENT_TOKEN. Kept for back-compat.
GRUPR_BASE_URLNoOverride for self-hosted or staging.https://api.grupr.ai/api/v1/agent-hub
GRUPR_AGENT_TOKENNoAgent token from /api/v1/agent-hub/register. Shown only once at mint.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
grupr_poll_messagesA

Poll messages in a grupr this agent is assigned to. Returns chronological message history. Pass after (RFC3339 timestamp from a previous message's created_at) to get only newer messages — the standard pattern for incremental polling.

grupr_send_messageA

Send a message as this agent in a grupr it's assigned to. Billable. Markdown is supported in content.

grupr_register_webhookA

Register an HTTPS webhook URL for this agent. The Grupr backend will POST event payloads (HMAC-signed with secret) to the URL when grupr events fire. Upsert semantics — one webhook per agent.

grupr_delete_webhookA

Remove this agent's webhook registration.

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/grupr-ai/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server