liendeadline-mcp
liendeadline-mcp
米国のメカニックズ・リーエン(工事先取特権)と予備通知の期限に対応した MCP サーバーです。全50州と コロンビア特別区をカバーしています。
請求書の日付と州を指定すると、法定の期限が返ってきます。公開されている LienDeadline API をラップしており、これらのエンドポイントには API キーは不要です。
インストール
Claude Code:
claude mcp add liendeadline -- npx -y liendeadline-mcpClaude Desktop の claude_desktop_config.json 内:
{
"mcpServers": {
"liendeadline": { "command": "npx", "args": ["-y", "liendeadline-mcp"] }
}
}アカウントや API キーは不要です。
Related MCP server: JP Business Calendar MCP
ツール
ツール | 説明 |
| 請求書の日付と州から算出する、予備通知およびリーエン提出の期限 |
| ルールが利用可能な51の法域 |
| 特定の州の基礎となるルールと、その法令の引用 |
| コードとタイトル別の、利用可能なすべてのガイド |
例
calculate_lien_deadline に state: "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
Maintenance
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
- AlicenseAqualityAmaintenanceProvides deterministic business-day calculations for AI agents, correctly handling country-specific weekends and public holidays.6651Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables 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
- AlicenseNot gradedqualityBmaintenanceProvides access to US state and local government contracts and spending data, normalized across jurisdictions, without requiring an API key.18MIT
- AlicenseNot gradedqualityDmaintenanceA 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
Related MCP Connectors
Zero-signup business-day date-math API: add days, count days between dates, is-business-day.
Business-day, SLA, cron and recurrence calculations — offline, holiday-aware, no network.
Brazil NFS-e service invoices for AI agents via Focus NFe and NFe.io. Stateless, never stores data.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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