liendeadline-mcp
liendeadline-mcp
미국 건설 유치권(mechanics lien) 및 사전 통지(preliminary notice) 기한을 위한 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"이 포함되어 있어 답변을 신뢰하는 대신 검증할 수 있습니다.
참고 사항
알아두면 좋은 두 가지 의도적인 선택이 있습니다:
응답이 축소됩니다. 계산 엔드포인트는 동일한 객체를 세 번 반환하며, 주(州) 가이드는 ~16 KB인데 그중 약 7KB는 렌더링된 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