Skip to main content
Glama
LienDeadline

liendeadline-mcp

by LienDeadline

liendeadline-mcp

미국 건설 유치권(mechanics lien) 및 사전 통지(preliminary notice) 기한을 위한 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"이 포함되어 있어 답변을 신뢰하는 대신 검증할 수 있습니다.

참고 사항

알아두면 좋은 두 가지 의도적인 선택이 있습니다:

  • 응답이 축소됩니다. 계산 엔드포인트는 동일한 객체를 세 번 반환하며, 주(州) 가이드는 ~16 KB인데 그중 약 7KB는 렌더링된 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