{"name":"us-code","version":"1.0.0","protocolVersion":"2024-11-05","description":"Authoritative United States Code search, retrieval, citation resolution, citator (inbound backlinks), and legislative diff engine built directly from the Office of the Law Revision Counsel (OLRC) official USLM database.","transport":{"streamable_http":"/mcp","sse":"/mcp/sse","sse_messages":"/mcp/messages"},"tools":[{"name":"usc_search","description":"Search the full text of the United States Code across all 54 titles or within a specific title/chapter, returning ranked statutory provisions with snippets and Bluebook-ready citations.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query or phrase (e.g., 'projected disposable income', 'fair use', 'qualified immunity', 'bona fide purchaser')."},"title":{"type":"string","description":"Optional Title number to scope search to (e.g., '11' for Bankruptcy, '17' for Copyright, '26' for Internal Revenue, '42' for Public Health)."},"chapter":{"type":"string","description":"Optional Chapter number within the title (e.g., '11', '7', '13')."},"release_point":{"type":"string","description":"Optional historical OLRC release point to search as of (defaults to current/latest release, e.g., '119-102' or '113-21')."},"limit":{"type":"integer","description":"Maximum number of results to return (default: 10, max: 50).","default":10}},"required":["query"]}},{"name":"usc_fetch_section","description":"Retrieve the authoritative text and metadata of a United States Code section. Supports fetching specific subdivisions (e.g. subsection (a)(1)), historical OLRC release points, and statutory apparatus notes.","inputSchema":{"type":"object","properties":{"title":{"type":"string","description":"Title number of the Code (e.g., '11', '26', '42', '18', '28a')."},"number":{"type":"string","description":"Section number (e.g., '507', '501', '1983', '286e-3', 'rule-12')."},"subdivision":{"type":"string","description":"Optional specific subdivision/paragraph anchor (e.g., 'a-1' for § 507(a)(1), 'c-3' for § 501(c)(3))."},"release_point":{"type":"string","description":"Optional historical OLRC release point to read as of (defaults to current release, e.g. '119-102' or '113-21')."},"include_notes":{"type":"boolean","description":"Include statutory apparatus (historical source credits, amendment notes, effective date provisions). Default: false.","default":false}},"required":["title","number"]}},{"name":"usc_lookup_citation","description":"Parse, normalize, and resolve any standard legal citation for federal statutes and court rules (e.g., '11 U.S.C. § 507(a)(1)', '26 USC 501(c)(3)', '42 U.S.C. 1983', 'Fed. R. Civ. P. 12(b)(6)') to its canonical section, title, and current text snippet.","inputSchema":{"type":"object","properties":{"citation":{"type":"string","description":"Citation string in standard legal format (e.g. '11 U.S.C. 507(a)(1)', '26 USC § 501(c)(3)', 'FRCP 12(b)(6)')."},"release_point":{"type":"string","description":"Optional OLRC release point to resolve against (defaults to current release)."}},"required":["citation"]}},{"name":"usc_get_citations","description":"Statutory Citator: Retrieve all provisions across the United States Code that cite a given section or subdivision (cross-references and statutory backlinks).","inputSchema":{"type":"object","properties":{"title":{"type":"string","description":"Title number of the cited section (e.g., '11')."},"number":{"type":"string","description":"Section number of the cited section (e.g., '507')."},"subdivision":{"type":"string","description":"Optional specific subdivision anchor to filter backlinks for (e.g., 'a-1')."},"release_point":{"type":"string","description":"Optional OLRC release point (defaults to current release)."},"limit":{"type":"integer","description":"Maximum number of citing references to return (default: 25, max: 100).","default":25}},"required":["title","number"]}},{"name":"usc_diff_sections","description":"Compare statutory changes to a US Code section between two OLRC release points from 2013 to present. Returns subdivision-by-subdivision edits, enactments, repeals, and amendment diffs.","inputSchema":{"type":"object","properties":{"title":{"type":"string","description":"Title number (e.g., '11')."},"number":{"type":"string","description":"Section number (e.g., '507')."},"from_release":{"type":"string","description":"Optional starting release point (defaults to the release point immediately preceding to_release, e.g. '113-21')."},"to_release":{"type":"string","description":"Optional ending release point (defaults to latest release, e.g. '119-102')."},"only_edits":{"type":"boolean","description":"If true, returns only changed subdivisions; if false, returns full text with diff. Default: true.","default":true}},"required":["title","number"]}},{"name":"usc_list_titles","description":"List all 54 titles of the United States Code, including their formal names, positive law enactment status (under 1 U.S.C. § 204), and section counts.","inputSchema":{"type":"object","properties":{"release_point":{"type":"string","description":"Optional OLRC release point (defaults to current release)."}}}},{"name":"usc_list_releases","description":"List all historical OLRC release points available in the database from 2013 to present with their corresponding Public Law coverage and enactment metadata.","inputSchema":{"type":"object","properties":{}}}]}