CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Legis Link

eutech-directory/legis-link-mcp
1STDIOregistry active
Summary

Gives you nine compliance tools for construction across electrical, plumbing, HVAC, and seven other trades in AU, US, CA, UK, and EU regions. Free tier runs compliance checks, code lookups, and generates toolbox talks. Pro tier ($199/year) adds technical calculations like cable sizing and voltage drop, RAMS generation, visual compliance from photos, and inspection requirement lookups. The API takes a trade, region, and plain English question, then returns exact standard citations and clauses. Built on Anthropic's API and exposes tools via SSE transport. Useful when you need NEC, AS/NZS, BS 7671, or CEC references without opening PDFs, or when generating site documentation like risk assessments and method statements programmatically.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Legis-Link MCP — Construction Compliance AI

npm version License: MIT Glama Score

Instant construction compliance answers on mobile. Free. No install. Any phone.

Ask any compliance question in plain English. Get the exact standard, clause, and table reference back in seconds.

Live Demo

Try it now: https://legis-link-mcp-production-3e9b.up.railway.app/app

No account required. 50 free queries/day.


9 Tools

Free Tier (50 queries/day, no account)

ToolWhat it does
Compliance checkCOMPLIANT / NON-COMPLIANT verdict with exact clause
Code referenceLook up any standard, clause, or table
Toolbox talksDaily trade-specific safety briefing (10 trades, 70 topics)

Pro Tier ($199/year — 1,000 queries/day)

ToolWhat it does
Technical calculationsCable sizing, pipe sizing, voltage drop, heat load
Safety checklistPPE + hazard controls with regulation per item
RAMS generatorFull Risk Assessment + Method Statement in 60 seconds
Material complianceCOMPLIANT / NON-COMPLIANT before ordering
Inspection requirementsHold points, sign-off authority, form numbers
Visual complianceUpload a site photo — AI compliance assessment (unique in market)

Coverage — 87 Regions, 10 Trades

RegionCoverageStandards
Australia8 states + territoriesAS/NZS 3000:2018, NCC 2022, WHS Acts
United StatesAll 50 states + DCNEC NFPA 70, IBC, OSHA 29 CFR 1926
Canada10 provincesCEC CSA C22.1, NBC, NPC
United KingdomEngland, Scotland, Wales, N.IrelandBS 7671:2018, CDM 2015, Gas Safe
European Union14 countriesEN standards, IEC 60364

10 Trades: Electrical, Plumbing, HVAC, Gas fitting, Welding, Solar/Battery, Fire protection, Carpentry, Concrete, Roofing


MCP Integration

Use Legis-Link from Claude Desktop, Cursor, Windsurf, or any MCP-compatible AI tool.

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "legis-link": {
      "url": "https://legis-link-mcp-production-3e9b.up.railway.app/sse"
    }
  }
}

Cursor / Windsurf

{
  "mcpServers": {
    "legis-link": {
      "url": "https://legis-link-mcp-production-3e9b.up.railway.app/sse"
    }
  }
}

Example queries via MCP

"What cable size for 45A, 30m run, 240V single phase, NSW?"
"Generate a RAMS for electrical switchboard installation in NSW"
"Is 6mm2 XLPE cable compliant for underground installation in NSW?"
"What are the inspection hold points for a timber frame in NSW?"
"Wire size for 60A circuit, 50 feet run, 240V, California?"

Self-Host

Requirements

  • Python 3.11+
  • Anthropic API key

Install

git clone https://github.com/eutech-directory/legis-link-mcp.git
cd legis-link-mcp
pip install -r requirements.txt

Configure

cp legis_link.env.example legis_link.env
# Edit legis_link.env with your API keys

Run

python legis_link_mcp_server.py

Server runs on http://localhost:8080


API

Health check

GET /health

Compliance query

POST /api/query
{
  "trade": "Electrical",
  "region": "NSW",
  "question": "Wire size for 45A load, 30m run?",
  "api_key": ""
}

Daily toolbox talk

GET /toolbox?trade=Electrical

Toolbox PDF (Pro)

GET /toolbox/pdf?trade=Electrical&region=NSW&api_key=ll_p_xxx

Pricing

TierPriceQueries/dayTools
Free$0503
Pro$199/year1,0009

Get Pro: https://rickyfarmer.gumroad.com/l/Legis-LinkPro


Links

  • Live app: https://legis-link-mcp-production-3e9b.up.railway.app/app
  • GitHub: https://github.com/eutech-directory/legis-link-mcp
  • Smithery: https://smithery.ai/server/ricky-farmerai/construction-legis-link-mcp
  • Glama: https://glama.ai/mcp/servers/eutech-directory/legis-link-mcp

Results are preliminary compliance references. Always verify against the full published standard before proceeding with any installation.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Packagelegis-link-mcp
TransportSTDIO
UpdatedApr 7, 2026
View on GitHub