liendeadline-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@liendeadline-mcpWhat's the lien deadline for a Texas invoice dated 2026-07-01?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
liendeadline-mcp
MCP server for US mechanics lien and preliminary notice deadlines. Covers all 50 states plus the District of Columbia.
Give it an invoice date and a state, get the statutory deadlines back. It wraps the public LienDeadline API, which needs no API key for these endpoints.
Install
Claude Code:
claude mcp add liendeadline -- npx -y liendeadline-mcpClaude Desktop, in claude_desktop_config.json:
{
"mcpServers": {
"liendeadline": { "command": "npx", "args": ["-y", "liendeadline-mcp"] }
}
}No account or API key required.
Related MCP server: JP Business Calendar MCP
Tools
Tool | What it does |
| Preliminary notice and lien filing deadlines from an invoice date and state |
| The 51 jurisdictions with rules available |
| The underlying rule for one state, with its statute citation |
| Every available guide, by code and title |
Example
calculate_lien_deadline with 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 returns the rule behind that date, including
"statute": "Texas Property Code § 53.056", so an answer can be checked rather than trusted.
Notes
Two deliberate choices worth knowing about:
Responses are trimmed. The calculate endpoint returns the same object three times, and a state guide is ~16 KB of which roughly 7 KB is rendered HTML. Both are collapsed to the fields an agent can act on, which takes a guide from ~16,000 to ~4,300 characters.
Point it elsewhere with
LIENDEADLINE_API_URLif you need staging.
Not legal advice
Results are calculated estimates from published state rules, reviewed quarterly. Statutes change and facts vary between projects. Verify critical deadlines with counsel before relying on them. This is not a law firm and does not file anything on your behalf.
Licence
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