{
  "name": "Outly",
  "description": "AI-powered LinkedIn outreach automation with authenticated REST API and MCP access for campaign operations, targeting, approvals, inbox context, and analytics.",
  "homepage": "https://useoutly.com",
  "documentation": "https://developer.useoutly.com/mcp",
  "openapi": "https://developer.useoutly.com/openapi.json",
  "llms": "https://useoutly.com/llms.txt",
  "server": {
    "url": "https://mcp.useoutly.com/mcp",
    "transport": "StreamableHTTP",
    "health": "https://mcp.useoutly.com/health",
    "authentication": {
      "required": true,
      "description": "Requires an Outly account API key. Generate API keys from the authenticated Outly developer portal.",
      "headers": ["X-API-Key"]
    }
  },
  "setup": {
    "developerPortal": "https://app.useoutly.com/developers",
    "instructions": "https://developer.useoutly.com/mcp",
    "notes": "MCP configuration should be assisted by a developer or technical operator. The endpoint is public for discovery but not anonymous for data or actions."
  },
  "capabilities": [
    {
      "name": "campaigns",
      "description": "Create, list, update, and inspect LinkedIn outreach campaigns."
    },
    {
      "name": "targeting",
      "description": "Prepare prospect imports, filters, and audience targeting workflows."
    },
    {
      "name": "approvals",
      "description": "Support human-in-the-loop review of drafts and controlled execution."
    },
    {
      "name": "contacts",
      "description": "List contacts, inspect states, and support campaign pipeline analysis."
    },
    {
      "name": "analytics",
      "description": "Review campaign metrics such as invitations, acceptance, replies, and response rates."
    }
  ]
}
