• v1.0.0 0986b45fc8

    ric_harvey released this 2026-03-26 17:46:36 +00:00 | 3 commits to main since this release

    Initial Release

    13 MCP tools across 6 resource areas for searching, retrieving, and summarising UK legislation via the legislation.gov.uk API.

    Tools

    • Search: leg_search, leg_search_advanced, leg_search_new
    • Legislation: leg_get, leg_get_section, leg_get_version, leg_get_contents
    • Changes: leg_changes_affecting, leg_changes_by
    • Metadata: leg_status, leg_types
    • Publication Log: leg_updates
    • SPARQL: leg_sparql

    Highlights

    • Every response includes jurisdiction, enforcement status, and a source URL for verification
    • Generates standard legal citations (e.g. "Equality Act 2010 (c.15)")
    • Warns when there are unapplied amendments outstanding
    • Point-in-time retrieval lets you see legislation as it stood on any date
    • Server passes citation and referencing instructions to AI agents on connection
    • 4 built-in workflow prompts for getting started, searching, checking status, and comparing versions
    • No API key required
    • 156 tests with 85%+ coverage

    Install

    npm install -g legislation-gov-uk-mcp
    
    Downloads