vulkanr

@lastbluetape/mcp-server

Community vulkanr
Updated

MCP server for LastBlueTape — construction punch list management for AI agents

@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

Variable Required Description
LASTBLUETAPE_API_KEY Yes Your API key (lbt_xxx)
LASTBLUETAPE_PAYMENT_METHOD No Stripe payment method ID (pm_xxx) for auto-upgrading lists
LASTBLUETAPE_BASE_URL No API 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

Tool Description
create_list Create a new punch list
list_my_lists List all punch lists linked to your API key
get_list Get details and stats for a list
list_items List all items in a list
add_item Add a new item to a list
update_item Update an item's title or description
set_item_status Set item status (open, in_progress, done)
flag_item Flag or unflag an item for attention
get_activity Get the activity log for a list
upgrade_list Upgrade 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

MCP Server · Populars

MCP Server · New

    chrismcdermut

    TLDR

    Seize the means of production. Ship 100x. Orchestrate agents as labor for any project. Billionaire theme included - finally, they work for us.

    Community chrismcdermut
    Codeturion

    unity-api-mcp

    Instant, accurate Unity API lookups instead of expensive source file reads, saving your agent tokens, context, and hallucinations

    Community Codeturion
    bromoket

    x64dbg MCP Server

    Drive x64dbg with your AI. MCP server: 23 mega-tools / 153 endpoints for breakpoints, memory, disasm, tracing, anti-debug & PE dumping. Claude/Cursor/Windsurf/Cline. All local.

    Community bromoket
    userFRM

    rpg-encoder

    MCP server that gives AI coding agents semantic understanding of any codebase. Search by intent, auto-sync on edits, whole-repo context in one call. Rust + tree-sitter, 15 languages, 28 tools.

    Community userFRM
    tomyud1

    Godot MCP

    MCP Server and Godot Plugin for AI-assisted game development

    Community tomyud1