{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "app.lancer/lancer",
  "title": "Lancer",
  "description": "Run Upwork campaigns, proposals, and the lead inbox from your agent.",
  "version": "1.0.0",
  "websiteUrl": "https://lancer.app",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.lancer.app/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer <token>, where the token is the personal Lancer MCP key shown on the MCP page of the web app. It starts with lmc_.",
          "isRequired": true,
          "isSecret": true,
          "format": "string"
        }
      ]
    }
  ],
  "_meta": {
    "app.lancer/docs": "https://docs.lancer.app/docs/mcp",
    "app.lancer/connect": "https://docs.lancer.app/docs/mcp/connect",
    "app.lancer/transport": "Streamable HTTP, stateless. GET and DELETE answer 405 by design."
  }
}