← Registry

Developer Tools

primitive-the-staging.com

Manage domains, DNS records, and account details for the Primitive service.

1 endpoint29 known toolsFirst detected June 16, 2026Last detected July 18, 2026

ENDPOINT 1

https://primitive-the-staging.com/mcp

No auth detected

Known tools 29

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.

searchEmails

Use this when you need to find inbound emails with structured filters or full-text matching.

getEmail

Use this when you need full details for one inbound email ID, including parsed bodies, threading metadata, SMTP envelope, webhook state, and replies.

replyToEmail

Use this when the user has selected a specific inbound email and confirmed a reply.

sendEmail

Use this when the user has confirmed a new outbound email.

sendEmailDemo

Send a SIMULATED email with no account required.

listSentEmails

List outbound emails sent by this org, with cursor pagination and filters.

getSentEmail

Get the full record for a single sent email by id, including body_text and body_html.

cancelScheduledSend

Cancel a still-scheduled send before it dispatches (terminal status "canceled"; the same idempotency key becomes reusable).

awaitReply

Get the threaded reply to a sent email — the canonical 'did they reply yet?' call.

getConversation

Get the full conversation an inbound email belongs to as ordered, chat-model-ready turns with bodies.

getThread

Get a conversation thread by id: metadata plus all inbound and outbound messages interleaved oldest-first.

downloadEmailAttachments

Download all attachments for an inbound email as a gzip-compressed tar archive.

listEndpoints

List all active webhook endpoints for the organization.

createEndpoint

Create a webhook endpoint to receive email.received events.

deleteEndpoint

Soft-delete a webhook endpoint.

testEndpoint

Send a sample email.received event to a webhook endpoint to verify your signature verifier.

listFilters

List all whitelist and blocklist filter rules for the organization.

createFilter

Create a whitelist or blocklist filter rule.

deleteFilter

Delete a filter rule.

listWebhookDeliveries

List webhook delivery attempts with pagination and filters.

replayWebhookDelivery

Re-send a stored webhook payload from a previous delivery attempt to its original endpoint.