npm @lastbluetape/mcp-serverstdioMITupdated 6mo ago
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.
What can you do with LastBlueTape?
@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
Install
Add LastBlueTape to your client. Pick the one you use.
claude mcp add mcp-server -- npx -y @lastbluetape/mcp-servercodex mcp add mcp-server -- npx -y @lastbluetape/mcp-serveramp mcp add mcp-server -- npx -y @lastbluetape/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@lastbluetape/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@lastbluetape/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-server","command":"npx","args":["-y","@lastbluetape/mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@lastbluetape/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@lastbluetape/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@lastbluetape/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@lastbluetape/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@lastbluetape/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @lastbluetape/mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
10 tools
LastBlueTape exposes 10 tools to a connected agent.
- 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)
Score
64 / 100
Good
- Documentation22/25
- Maintenance9/25
- Trust13/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 186 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Feb 26, 2026 |