MCP Server
MCP
LastBlueTape
Construction punch list management for AI agents. Create lists, add items, track progress.
Install
npx -y @lastbluetape/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment