Workflow capability for legislative research and congressional monitoring. Provides access to congressional bills, member information, committee activities, and legislative actions via the Congress.gov API. Supports policy analysts, journalists, civic tech applications, and advocacy organizations monitoring legislation.
Run with NaftikoLegislationCongressBillsMembersCommitteesFederal GovernmentCivic Tech
What You Can Do
GET
List bills — List congressional bills with optional date filters
/v1/bills
GET
Get bill — Get details for a specific bill
/v1/bills/{congress}/{type}/{number}
GET
Get bill actions — Get legislative action history for a bill
/v1/bills/{congress}/{type}/{number}/actions
GET
List members — List current and historical members of Congress
/v1/members
GET
Get member — Get details for a member of Congress
/v1/members/{bioguideId}
GET
Get member sponsored legislation — Get bills sponsored by a member
/v1/members/{bioguideId}/sponsored-legislation
GET
List committees — List congressional committees
/v1/committees
GET
Get committee — Get committee details
/v1/committees/{chamber}/{systemCode}
MCP Tools
search-recent-bills
List recent congressional bills from Congress.gov. Filter by date range to find bills introduced or updated within a specific window. Returns bill number, title, sponsor, and latest action.
read-only
list-bills-by-congress
List all bills introduced in a specific Congress (e.g., 118 or 119). Filter by bill type: hr (House bills), s (Senate bills), hjres, sjres, hconres, sconres, hres, sres.
read-only
get-bill-details
Get comprehensive details for a specific congressional bill including title, sponsors, cosponsors, committees, subjects, and current status. Specify congress number (e.g., 119), type (hr, s), and bill number.
read-only
track-bill-progress
Get the complete legislative action history for a congressional bill. Shows all actions taken: introduction, committee referrals, markups, floor votes, and presidential action.
read-only
find-member-of-congress
Look up a member of Congress by Bioguide ID. Returns name, state, party, chamber, district, contact info, and service history.
read-only
list-current-members
List current members of the US House of Representatives and Senate. Returns each member's name, state, party, chamber, and district.
read-only
get-member-legislation
Get all bills sponsored by a specific member of Congress. Useful for analyzing a legislator's legislative priorities and activity.
read-only
list-house-committees
List House of Representatives committees for a specific Congress. Returns committee names, system codes, and types for the House chamber.
read-only
get-committee-details
Get detailed information for a specific congressional committee including subcommittees, bill count, and recent reports.