Serversio.github.vulkanr/lastbluetape-mcp
M

LastBlueTape

io.github.vulkanr/lastbluetape-mcp · v1.0.1
▦ npm
v1.0.1npm npm: @lastbluetape/mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.vulkanr/lastbluetape-mcp",
  "description": "Construction punch list management for AI agents. Create lists, add items, track progress.",
  "title": "LastBlueTape",
  "repository": {
    "url": "https://github.com/vulkanr/lastbluetape-mcp",
    "source": "github"
  },
  "version": "1.0.1",
  "websiteUrl": "https://lastbluetape.com/docs",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@lastbluetape/mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your LastBlueTape API key for authentication (starts with lbt_)",
          "isRequired": true,
          "isSecret": true,
          "name": "LASTBLUETAPE_API_KEY"
        },
        {
          "description": "Optional Stripe payment method ID (pm_xxx) for auto-upgrading lists to Pro",
          "isSecret": true,
          "name": "LASTBLUETAPE_PAYMENT_METHOD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}