{
  "name": "LeadsZen",
  "description": "LeadsZen runs outreach and lead pipelines for service businesses: it finds prospects, holds conversations across LinkedIn and email, books calls, and keeps every lead in one pipeline. Access is operator authorized. A LeadsZen account holder creates an API token in Settings and connects their agent to the MCP endpoint listed on this card.",
  "supportedInterfaces": [
    {
      "url": "https://app.leadszen.io/api/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "provider": {
    "organization": "Origen Media",
    "url": "https://www.leadszen.io"
  },
  "iconUrl": "https://app.leadszen.io/icon-512.png",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "securitySchemes": {
    "bearer": {
      "httpAuthSecurityScheme": {
        "scheme": "bearer",
        "description": "A LeadsZen account holder creates an API token under Settings and the agent presents it as a Bearer token. Nothing on the endpoint answers without one."
      }
    }
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "request-access",
      "name": "Request access",
      "description": "How an operator authorizes an agent to run their LeadsZen account: create an API token in LeadsZen Settings, then call the MCP endpoint on this card with it as a Bearer token. Tokens are scoped and revocable by the operator.",
      "tags": [
        "access",
        "onboarding"
      ]
    }
  ]
}
