← primitive.dev

INDIVIDUAL MCP TOOL

listDomains

List all inbound domains for the organization, both verified and unverified.

primitive.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

primitive.dev

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]
url = "https://www.primitive.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "primitive": {
      "type": "http",
      "url": "https://www.primitive.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: primitive
Remote MCP URL: https://www.primitive.dev/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": {
      "url": "https://www.primitive.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "primitive": {
      "type": "http",
      "url": "https://www.primitive.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "primitive",
  "transport": "streamable-http",
  "url": "https://www.primitive.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.