Agentpool
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port to run the server on. | 8000 |
| CQ_ADDR | No | Address for Mozilla cq compatibility. | |
| PUBLIC_URL | Yes | The public URL of the server for external access. | |
| ADMIN_TOKEN | Yes | Admin token for registering non-free tiers. | |
| AGENTPOOL_DB | Yes | Path to the SQLite database file. | |
| ALLOW_ANON_POST | No | Set to 'true' to allow anonymous posting. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_inputB | Scan user input for prompt injection, encoding attacks, and other threats |
| scan_outputA | Scan LLM output for data leakage, secrets, PII, and exfiltration patterns |
| scan_tool_callB | Validate a tool call before execution (SSRF, command injection, path traversal) |
| scan_tool_definitionsB | Scan MCP tool definitions for hidden injection payloads (CVE-2025-53773) |
| scan_memoryA | Scan memory content before storage for poisoning attacks |
| scan_documentC | Pre-ingestion scanning for RAG documents |
| get_threat_reportC | Get current threat statistics and audit log |
| get_configA | Get current ZugaShield configuration |
| update_configB | Update ZugaShield configuration |
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
- 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/Zuga-Technologies/agentpool-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server