Grupr MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRUPR_API_KEY | No | Deprecated alias for GRUPR_AGENT_TOKEN. Kept for back-compat. | |
| GRUPR_BASE_URL | No | Override for self-hosted or staging. | https://api.grupr.ai/api/v1/agent-hub |
| GRUPR_AGENT_TOKEN | No | Agent token from /api/v1/agent-hub/register. Shown only once at mint. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| grupr_poll_messagesA | Poll messages in a grupr this agent is assigned to. Returns chronological message history. Pass |
| grupr_send_messageA | Send a message as this agent in a grupr it's assigned to. Billable. Markdown is supported in |
| grupr_register_webhookA | Register an HTTPS webhook URL for this agent. The Grupr backend will POST event payloads (HMAC-signed with |
| grupr_delete_webhookA | Remove this agent's webhook registration. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/grupr-ai/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server