spamtitan-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRANSPORT | No | Transport mode: stdio (default) or http | |
| SPAMTITAN_API_KEY | Yes | Your SpamTitan API key | |
| SPAMTITAN_BASE_URL | No | Your SpamTitan instance URL |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| spamtitan_navigateA | Discover available SpamTitan tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite. |
| spamtitan_statusA | Show credentials status and available domains |
| spamtitan_get_queueA | List the email quarantine queue. Returns quarantined messages with sender, recipient, subject, and reason for quarantine. |
| spamtitan_release_messageB | Release a quarantined message by ID, delivering it to the intended recipient. |
| spamtitan_delete_messageA | ⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a quarantined message by ID. This action cannot be undone and will remove the message from quarantine storage. Confirm with the user before invoking. |
| spamtitan_manage_allowlistA | Add or remove sender allowlist entries in SpamTitan. Allowlisted senders always bypass spam filtering. |
| spamtitan_manage_blocklistA | ⚠ HIGH-IMPACT. Add or remove sender blocklist entries in SpamTitan. Modifies email delivery policy and affects deliverability for users. Blocklisted senders are always rejected or quarantined. Reversible by removing entries. Confirm with the user before invoking. |
| spamtitan_get_statsA | Get email flow statistics from SpamTitan including messages received, blocked, quarantined, and delivered. Supports filtering by time period. |
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/wyre-technology/spamtitan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server