Back to Browse

Lastbluetape MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Construction punch list management for AI agents. Create lists, add items, track progress.

About

Construction punch list management for AI agents. Create lists, add items, track progress.

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (3 strong, 7 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

12 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your LastBlueTape API key for authentication (starts with lbt_)Required

Environment variable: LASTBLUETAPE_API_KEY

Optional Stripe payment method ID (pm_xxx) for auto-upgrading lists to ProRequired

Environment variable: LASTBLUETAPE_PAYMENT_METHOD

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-vulkanr-lastbluetape-mcp": {
      "env": {
        "LASTBLUETAPE_API_KEY": "your-lastbluetape-api-key-here",
        "LASTBLUETAPE_PAYMENT_METHOD": "your-lastbluetape-payment-method-here"
      },
      "args": [
        "-y",
        "@lastbluetape/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@lastbluetape/mcp-server

MCP server for LastBlueTape — a punch list service for construction and renovation projects. This server lets AI assistants create lists, manage items, track progress, and share lists with your team, all through the LastBlueTape API.

Installation

npx @lastbluetape/mcp-server

Configuration

Environment Variables

VariableRequiredDescription
LASTBLUETAPE_API_KEYYesYour API key (lbt_xxx)
LASTBLUETAPE_PAYMENT_METHODNoStripe payment method ID (pm_xxx) for auto-upgrading lists
LASTBLUETAPE_BASE_URLNoAPI base URL (default: https://lastbluetape.com)

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "lastbluetape": {
      "command": "npx",
      "args": ["-y", "@lastbluetape/mcp-server"],
      "env": {
        "LASTBLUETAPE_API_KEY": "lbt_your_api_key_here"
      }
    }
  }
}

Claude Code

Add to your Claude Code MCP settings:

{
  "mcpServers": {
    "lastbluetape": {
      "command": "npx",
      "args": ["-y", "@lastbluetape/mcp-server"],
      "env": {
        "LASTBLUETAPE_API_KEY": "lbt_your_api_key_here"
      }
    }
  }
}

Available Tools

ToolDescription
create_listCreate a new punch list
list_my_listsList all punch lists linked to your API key
get_listGet details and stats for a list
list_itemsList all items in a list
add_itemAdd a new item to a list
update_itemUpdate an item's title or description
set_item_statusSet item status (open, in_progress, done)
flag_itemFlag or unflag an item for attention
get_activityGet the activity log for a list
upgrade_listUpgrade a list to Pro ($4.99 one-time)

Pricing

  • Free tier: 30 items per list, 2 photos per item, 90-day expiry
  • Pro: $4.99 one-time payment per list, unlimited items, no expiry

Documentation

Full API docs at lastbluetape.com/docs

Reviews

No reviews yet

Be the first to review this server!