← WebMCP Directory

Tool tree

primitive.dev

liveDeveloper Tools
https://primitive.dev/
Email infrastructure for AI agents — API send/receive, managed addresses with JavaScript handlers, and agent-to-agent messaging.
Explore capabilities
primitive_overviewAction

Explain what Primitive is (email infrastructure for AI agents) and return the machine-readable entry points an agent should use to integrate: MCP endpoint, OpenAPI spec, CLI, llms.txt, and OAuth metadata.

View tool JSON
{
  "name": "primitive_overview",
  "kind": "act",
  "impl": "imperative",
  "description": "Explain what Primitive is (email infrastructure for AI agents) and return the machine-readable entry points an agent should use to integrate: MCP endpoint, OpenAPI spec, CLI, llms.txt, and OAuth metadata.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
primitive_quickstartAction

Return the concrete steps for an AI agent to go from zero to sending its first email with Primitive: discover tools, try a no-account demo, then register for a real credential.

View tool JSON
{
  "name": "primitive_quickstart",
  "kind": "act",
  "impl": "imperative",
  "description": "Return the concrete steps for an AI agent to go from zero to sending its first email with Primitive: discover tools, try a no-account demo, then register for a real credential.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}