Skip to main content
Glama
LienDeadline

liendeadline-mcp

by LienDeadline

liendeadline-mcp

米国のメカニックズ・リーエン(工事先取特権)と予備通知の期限に対応した MCP サーバーです。全50州と コロンビア特別区をカバーしています。

請求書の日付と州を指定すると、法定の期限が返ってきます。公開されている LienDeadline API をラップしており、これらのエンドポイントには API キーは不要です。

インストール

Claude Code:

claude mcp add liendeadline -- npx -y liendeadline-mcp

Claude Desktop の claude_desktop_config.json 内:

{
  "mcpServers": {
    "liendeadline": { "command": "npx", "args": ["-y", "liendeadline-mcp"] }
  }
}

アカウントや API キーは不要です。

Related MCP server: JP Business Calendar MCP

ツール

ツール

説明

calculate_lien_deadline

請求書の日付と州から算出する、予備通知およびリーエン提出の期限

list_supported_states

ルールが利用可能な51の法域

get_state_lien_guide

特定の州の基礎となるルールと、その法令の引用

list_state_lien_guides

コードとタイトル別の、利用可能なすべてのガイド

calculate_lien_deadlinestate: "TX"invoice_date: "2026-07-01"project_type: "Commercial" を指定した場合:

{
  "state": "TX",
  "invoice_date": "2026-07-01",
  "preliminary_notice_deadline": "2026-09-15",
  "lien_deadline": "2026-10-15",
  "prelim_deadline_days": 18,
  "lien_deadline_days": 48,
  "warnings": ["If 15th falls on weekend/holiday, extends to next business day"]
}

get_state_lien_guide は、その日付の根拠となるルールを返します。そこには "statute": "Texas Property Code § 53.056" も含まれるため、回答をそのまま信頼するのではなく検証できます。

注記

知っておく価値のある、意図的な2つの選択:

  • レスポンスは切り詰められています。 calculate エンドポイントは同じオブジェクトを3回返し、 州ガイドは ~16 KB で、そのうち約 7 KB はレンダリングされた HTML です。どちらもエージェントが 操作できるフィールドに圧縮され、ガイドは ~16,000 文字から ~4,300 文字になります。

  • 別の場所を指定するには、ステージング環境が必要な場合は LIENDEADLINE_API_URL を使用します。

法的助言ではありません

結果は、公開されている州のルールから算出された推定値であり、四半期ごとに見直されています。法令は 変更されることがあり、プロジェクトごとに事実も異なります。重要な期限は、それに依拠する前に弁護士に 確認してください。これは法律事務所ではなく、お客様に代わって何かを提出するものではありません。

ライセンス

MIT

A
license - permissive license
A
quality
C
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

  • A
    license
    A
    quality
    A
    maintenance
    Provides deterministic business-day calculations for AI agents, correctly handling country-specific weekends and public holidays.
    6
    65
    1
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables Japanese business calendar operations such as holiday checking, business day calculations, payment date calculation, fiscal year determination, and deadline tracking, all locally without external API.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides access to US state and local government contracts and spending data, normalized across jurisdictions, without requiring an API key.
    18
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A zero-signup business-day date arithmetic API that allows adding/subtracting working days, counting business days between two dates, and testing if a date is a business day, with custom holidays.
    MIT

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/LienDeadline/liendeadline-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server