Skip to main content
Glama
vulkanr

@lastbluetape/mcp-server

by vulkanr

@lastbluetape/mcp-server

LastBlueTape 向け MCP サーバー — 建設・リフォームプロジェクトのためのパンチリストサービスです。このサーバーにより、AI アシスタントは LastBlueTape API を通じてリストの作成、項目の管理、進捗の追跡、チームとのリスト共有を行えます。

インストール

npx @lastbluetape/mcp-server

Related MCP server: Todoist MCP Server

設定

環境変数

変数

必須

説明

LASTBLUETAPE_API_KEY

はい

API キー (lbt_xxx)

LASTBLUETAPE_PAYMENT_METHOD

いいえ

リストの自動アップグレード用 Stripe 支払い方法 ID (pm_xxx)

LASTBLUETAPE_BASE_URL

いいえ

API ベース URL(デフォルト: https://lastbluetape.com

Claude Desktop

claude_desktop_config.json に追加:

{
  "mcpServers": {
    "lastbluetape": {
      "command": "npx",
      "args": ["-y", "@lastbluetape/mcp-server"],
      "env": {
        "LASTBLUETAPE_API_KEY": "lbt_your_api_key_here"
      }
    }
  }
}

Claude Code

Claude Code の MCP 設定に追加:

{
  "mcpServers": {
    "lastbluetape": {
      "command": "npx",
      "args": ["-y", "@lastbluetape/mcp-server"],
      "env": {
        "LASTBLUETAPE_API_KEY": "lbt_your_api_key_here"
      }
    }
  }
}

利用可能なツール

ツール

説明

create_list

新しいパンチリストを作成

list_my_lists

API キーに紐づく全パンチリストを一覧表示

get_list

リストの詳細と統計を取得

list_items

リスト内の全アイテムを表示

add_item

リストに新しいアイテムを追加

update_item

アイテムのタイトルまたは説明を更新

set_item_status

アイテムのステータスを設定 (open, in_progress, done)

flag_item

アイテムにフラグを付ける/外す

get_activity

リストのアクティビティログを取得

upgrade_list

リストを Pro にアップグレード ($4.99 一回払い)

料金

  • Free ティア: 1 リストあたり 30 アイテム、1 アイテムあたり 2 写真、90 日間有効

  • Pro: 1 リストあたり $4.99 一回払い、アイテム数無制限、有効期限なし

ドキュメント

完全な API ドキュメントは lastbluetape.com/docs をご覧ください

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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