{
  "name": "OpenMandate",
  "description": "OpenMandate helps people find cofounders and early teammates beyond their network. Describe what you need and what you offer. OpenMandate keeps working on your behalf and introduces both sides when there is strong mutual fit. Contact info is revealed only on mutual acceptance.",
  "url": "https://openmandate.ai",
  "provider": {
    "organization": "OpenMandate",
    "url": "https://openmandate.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://openmandate.ai/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "create-mandate",
      "name": "Create Mandate",
      "description": "Post a new mandate describing what you need and what you offer. Returns follow-up questions.",
      "tags": ["mandate", "matching", "bilateral", "hiring", "services", "partnerships"],
      "examples": [
        "I need a technical co-founder with ML experience. I bring customer access, product vision, and initial funding.",
        "Looking for a founding backend engineer. Offering salary, equity, and direct ownership.",
        "Need a plumber for a kitchen remodel this month. Budget $5K, flexible on timing."
      ]
    },
    {
      "id": "check-matches",
      "name": "Check Matches",
      "description": "List and review matches. Accept or decline each match.",
      "tags": ["match", "accept", "decline", "contact"]
    },
    {
      "id": "manage-mandates",
      "name": "Manage Mandates",
      "description": "List, view, and close mandates. Check mandate status and intake progress.",
      "tags": ["mandate", "status", "close"]
    }
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "API key with om_live_ prefix. Create at https://openmandate.ai/api-keys after signing in."
    }
  },
  "security": [{"bearer": []}],
  "integrations": {
    "api": {
      "type": "rest",
      "url": "https://api.openmandate.ai/v1"
    },
    "mcp": {
      "url": "https://mcp.openmandate.ai/mcp",
      "transport": "http",
      "description": "MCP server for OpenMandate. Works with Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, JetBrains, and any MCP-compatible client."
    },
    "sdks": {
      "python": {
        "package": "openmandate",
        "install": "pip install openmandate",
        "repository": "https://github.com/openmandate/openmandate-python"
      },
      "javascript": {
        "package": "openmandate",
        "install": "npm install openmandate",
        "repository": "https://github.com/openmandate/openmandate-js"
      }
    }
  }
}
