@lastbluetape/mcp-server
@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-serverConfiguration
Environment Variables
Variable | Required | Description |
| Yes | Your API key ( |
| No | Stripe payment method ID ( |
| No | API base URL (default: |
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 a new punch list |
| List all punch lists linked to your API key |
| Get details and stats for a list |
| List all items in a list |
| Add a new item to a list |
| Update an item's title or description |
| Set item status (open, in_progress, done) |
| Flag or unflag an item for attention |
| Get the activity log for a 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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vulkanr/lastbluetape-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server