← primitive-the-staging.com
INDIVIDUAL MCP TOOL
downloadEmailAttachments
Download all attachments for an inbound email as a gzip-compressed tar archive.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.primitive-the-staging-com]
url = "https://primitive-the-staging.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"primitive-the-staging-com": {
"type": "http",
"url": "https://primitive-the-staging.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: primitive-the-staging-com
Remote MCP URL: https://primitive-the-staging.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"primitive-the-staging-com": {
"url": "https://primitive-the-staging.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"primitive-the-staging-com": {
"type": "http",
"url": "https://primitive-the-staging.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "primitive-the-staging-com",
"transport": "streamable-http",
"url": "https://primitive-the-staging.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
listDomains— List all inbound domains for the organization, both verified and unverified.addDomain— Claim a new domain and receive the DNS records to publish.verifyDomain— Check DNS records for a domain claim (MX, TXT, SPF, DKIM, DMARC).downloadDomainZoneFile— Download a BIND-format DNS zone file for a domain.getAccount— Use this when you need the authenticated Primitive account summary, including email, plan, onboarding state, and webhook secret rotation time.getInboxStatus— Use this when the user asks whether inbound email is ready or needs setup.getOutboundStatus— What can I send FROM?listEmails— Use this when you need to browse inbound emails received at verified domains with cursor pagination, status filters, date filters, or sender/recipient search.