CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

LastBlueTape

vulkanr/lastbluetape-mcp
authSTDIOregistry active
Summary

Connects Claude to LastBlueTape's punch list API for managing construction and renovation tasks. You get ten tools covering the full workflow: create lists, add and update items, track status changes (open, in progress, done), flag items for attention, and pull activity logs. The free tier caps at 30 items per list with 90-day expiry, while Pro lists run $4.99 one-time for unlimited items. Useful when you're coordinating construction projects and want Claude to handle punch list admin, track progress across multiple lists, or generate status reports from the activity feed without context switching to a separate app.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

@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

VariableRequiredDescription
LASTBLUETAPE_API_KEYYesYour API key (lbt_xxx)
LASTBLUETAPE_PAYMENT_METHODNoStripe payment method ID (pm_xxx) for auto-upgrading lists
LASTBLUETAPE_BASE_URLNoAPI 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

ToolDescription
create_listCreate a new punch list
list_my_listsList all punch lists linked to your API key
get_listGet details and stats for a list
list_itemsList all items in a list
add_itemAdd a new item to a list
update_itemUpdate an item's title or description
set_item_statusSet item status (open, in_progress, done)
flag_itemFlag or unflag an item for attention
get_activityGet the activity log for a list
upgrade_listUpgrade 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

LASTBLUETAPE_API_KEY*secret

Your LastBlueTape API key for authentication (starts with lbt_)

LASTBLUETAPE_PAYMENT_METHODsecret

Optional Stripe payment method ID (pm_xxx) for auto-upgrading lists to Pro

Registryactive
Package@lastbluetape/mcp-server
TransportSTDIO
AuthRequired
UpdatedFeb 26, 2026
View on GitHub