{
  "markdown": "# @lastbluetape/mcp-server\n\nMCP server for [LastBlueTape](https://lastbluetape.com) — 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.\n\n## Installation\n\n```bash\nnpx @lastbluetape/mcp-server\n```\n\n## Configuration\n\n### Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `LASTBLUETAPE_API_KEY` | Yes | Your API key (`lbt_xxx`) |\n| `LASTBLUETAPE_PAYMENT_METHOD` | No | Stripe payment method ID (`pm_xxx`) for auto-upgrading lists |\n| `LASTBLUETAPE_BASE_URL` | No | API base URL (default: `https://lastbluetape.com`) |\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"lastbluetape\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@lastbluetape/mcp-server\"],\n      \"env\": {\n        \"LASTBLUETAPE_API_KEY\": \"lbt_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n### Claude Code\n\nAdd to your Claude Code MCP settings:\n\n```json\n{\n  \"mcpServers\": {\n    \"lastbluetape\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@lastbluetape/mcp-server\"],\n      \"env\": {\n        \"LASTBLUETAPE_API_KEY\": \"lbt_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `create_list` | Create a new punch list |\n| `list_my_lists` | List all punch lists linked to your API key |\n| `get_list` | Get details and stats for a list |\n| `list_items` | List all items in a list |\n| `add_item` | Add a new item to a list |\n| `update_item` | Update an item's title or description |\n| `set_item_status` | Set item status (open, in_progress, done) |\n| `flag_item` | Flag or unflag an item for attention |\n| `get_activity` | Get the activity log for a list |\n| `upgrade_list` | Upgrade a list to Pro ($4.99 one-time) |\n\n## Pricing\n\n- **Free tier**: 30 items per list, 2 photos per item, 90-day expiry\n- **Pro**: $4.99 one-time payment per list, unlimited items, no expiry\n\n## Documentation\n\nFull API docs at [lastbluetape.com/docs](https://lastbluetape.com/docs)\n",
  "bytes": 2127,
  "sha": "2cc0920deb8f3baa8a50487dc47f7bc0bc6e315c10619236ae5a017c1698fd82",
  "repo_slug": "vulkanr/lastbluetape-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_vulkanr_lastbluetape_mcp_c2202f9f/readme"
}