LegisMCP
Tools Reference

GovInfo

3 tools for accessing GovInfo data. Uses same Congress.gov API key.

govinfo-search

Search GovInfo publications across all collections including bills, public laws, committee reports, and more.

Parameters

NameTypeRequiredDescription
querystringrequiredSearch query text
collectionstringoptional'BILLS', 'PLAW', 'CRPT', 'CREC', 'CHRG', 'FR', 'CFR'
congressnumberoptionalCongress number
pageSizenumberoptionalNumber of results (max 100)

Example

govinfo-search(query: "infrastructure", collection: "PLAW")

govinfo-bill-text

Get the actual legislative text of a bill from GovInfo.

Parameters

NameTypeRequiredDescription
congressnumberrequiredCongress number
billTypestringrequired'hr', 's', 'hjres', 'sjres'
billNumbernumberrequiredBill number
versionstringoptional'ih' introduced, 'rh' reported, 'eh' engrossed, 'enr' enrolled
maxLengthnumberoptionalMax character length (default 15000)

Example

govinfo-bill-text(congress: 118, billType: "hr", billNumber: 1, version: "enr")

govinfo-cbo-reports

Search CBO cost estimates and committee reports from GovInfo.

Parameters

NameTypeRequiredDescription
querystringrequiredSearch query for committee reports
pageSizenumberoptionalNumber of results (max 50)

Example

govinfo-cbo-reports(query: "defense authorization")