{
  "protocolVersion": "0.3.0",
  "name": "Wend",
  "description": "Memory and hands for the people someone knows. Wend is the relationship memory layer for AI agents, a graph of people, organizations and events that runs on the user's own Mac; Wendy is the assistant on top of it, who drafts, sends, schedules and introduces on the user's behalf and never as them. Every fact has a source, and the human approved it.",
  "url": "https://www.trywend.io/api/mcp",
  "preferredTransport": "streamable-http",
  "provider": {
    "organization": "Wend Labs Inc.",
    "url": "https://www.trywend.io"
  },
  "documentationUrl": "https://www.trywend.io/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "stateTransitionHistory": true
  },
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "description": "OAuth 2.1 with PKCE. An API key issued at /account/agents also works.",
      "metadataUrl": "https://www.trywend.io/.well-known/oauth-authorization-server"
    }
  },
  "skills": [
    {
      "id": "recall-people",
      "name": "Recall people and organizations",
      "description": "Search a person's relationship graph by name, description or industry, and read any entry with the source behind every fact.",
      "tags": ["crm", "memory", "search", "provenance"]
    },
    {
      "id": "query-graph",
      "name": "Deterministic graph queries",
      "description": "Exact lookups over data the user already has: who works where, who they met at an event, what is waiting in review, upcoming meetings. Not similarity guesses.",
      "tags": ["crm", "query"]
    },
    {
      "id": "propose-changes",
      "name": "Propose changes for human approval",
      "description": "Create people, links, facts, promises, edits and merges. Every one becomes a proposal the human approves; nothing commits directly and nothing is irreversible.",
      "tags": ["crm", "write", "human-in-the-loop", "governance"]
    },
    {
      "id": "act",
      "name": "Act on the user's behalf",
      "description": "Draft email and messages, create scheduling links, coordinate meetings, write introductions. Everything leaving for another human is previewed exactly as it will arrive and goes only once the user approves it.",
      "tags": ["email", "scheduling", "messaging", "human-in-the-loop"]
    },
    {
      "id": "wendy-turn",
      "name": "Talk to Wendy",
      "description": "One natural-language turn with Wendy, the assistant the user also reaches on Telegram and by email. She answers from the same graph, drafts what they want to send, or proposes an act and returns the approval link inline. Nothing sends as the user unattended.",
      "tags": ["assistant", "memory", "drafting", "human-in-the-loop"]
    }
  ]
}
