Australian Law MCP vs Federal Regulations M… | AllMCPs
Side-by-Side Model Context Protocol Comparison
Australian Law MCP vs Federal Regulations MCP Server
In-depth architectural comparison of the Australian Law MCP and Federal Regulations MCP Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Australian Law MCP
Legal · Local stdio
Quality: 57/100 (Good) | Auth: No auth required
Federal Regulations MCP Server
Legal · Local stdio
Quality: 51/100 (Good) | Auth: No auth required
Verdict Summary: Choose Australian Law MCP if you need specialized Legal tools running via a local process. Choose Federal Regulations MCP Server if your workspace requires Legal integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Australian Law MCP when:
You need dedicated capabilities in the Legal domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Find acts and instruments by name. Returns the title ids the other tools take.
get_law_text
The current compilation: the table of provisions, one section, or the full text paginated. Schedules are addressable too (`section="Schedule 7"`), which is where rate tables and forms actually live.
get_law_as_at
The same, but as the law stood on any past date.
verify_citations
Pull statute citations out of text and check each against the register: does the act exist, is it in force, does the cited section exist. Upstream failures come back as UNVERIFIED, never as a missing law.
get_amendment_status
In force or repealed, what the latest compilation incorporates, whether commenced amendments are still unincorporated, and what has amended it.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Australian Law MCP is categorized under Legal and uses a local stdio subprocess. In contrast, Federal Regulations MCP Server belongs to Legal using local stdio subprocess. Select Australian Law MCP when you need capabilities focused on legal and Federal Regulations MCP Server when you require tools for legal.
What changed between two dates: sections added, removed, reworded — or a line diff of one section.
search_full_text
Relevance-ranked search over the body text of every title on the register.
check_frl_health
Ping the register API so failures elsewhere can be attributed.
Federal Regulations MCP Server Tools (7)
regulations_search_rules
Search proposed rules, final rules, notices, and presidential documents by query, type, agency, date range, and open-for-comment status. The primary discovery entry point.
regulations_get_document
Fetch one FR document by number — full metadata plus the cross-source handles (docket ID, CFR parts, comment count) that chain into the comment and codified-text tools.
regulations_browse_cfr
Walk the CFR hierarchy (structure mode) or full-text-search the codified CFR (search mode). Both feed `regulations_get_cfr_section`.
regulations_get_cfr_section
Read the codified text at a CFR location — a section, a whole part, or an appendix — current or as of a past date.
regulations_get_docket
Pull a rulemaking docket and the documents filed in it (NPRM, final rule, supporting materials).
regulations_find_comments
Fetch public comments on a document or docket, or one comment's full body and attachments. Flags attachment-only submissions.
regulations_list_open_comments
Rules currently open for public comment, closing soonest first. Fully functional keyless; enriches comment counts when keyed.