{"name":"io.github.cyanheads/congressgov-mcp-server","slug":"cyanheads-congressgov-mcp-server","title":null,"description":"Access U.S. congressional data - bills, votes, members, committees - via MCP.","url":"https://mcp.market/server/cyanheads-congressgov-mcp-server","rating":null,"grade":"A","score":93,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":36,"stars":1,"forks":0,"downloads_week":340,"last_push_at":"2026-09-19T19:19:59.000Z","license":"Apache-2.0"},"uptime":{"percent":100,"checks":2,"ok":2,"last_checked_at":"2026-09-19T23:10:58.803Z","last_ok_at":"2026-09-19T23:10:58.803Z","latency_ms":301},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/cyanheads/congressgov-mcp-server","website":null,"version":"0.7.1","remotes":[{"type":"streamable-http","url":"https://congressgov.caseyjhand.com/mcp"}],"packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"@cyanheads/congressgov-mcp-server","version":"0.7.1","runtimeHint":"bun","transport":{"type":"stdio"},"packageArguments":[{"value":"run","type":"positional"},{"value":"start:stdio","type":"positional"}],"environmentVariables":[{"description":"API key from api.data.gov — optional (falls back to DEMO_KEY: 30 req/hr). Own key: 5000 req/hr. Free signup at api.data.gov.","format":"string","name":"CONGRESS_API_KEY"},{"description":"Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').","format":"string","default":"info","name":"MCP_LOG_LEVEL"}]},{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"@cyanheads/congressgov-mcp-server","version":"0.7.1","runtimeHint":"bun","transport":{"type":"streamable-http","url":"http://localhost:3010/mcp"},"packageArguments":[{"value":"run","type":"positional"},{"value":"start:http","type":"positional"}],"environmentVariables":[{"description":"API key from api.data.gov — optional (falls back to DEMO_KEY: 30 req/hr). Own key: 5000 req/hr. Free signup at api.data.gov.","format":"string","name":"CONGRESS_API_KEY"},{"description":"The hostname for the HTTP server.","format":"string","default":"127.0.0.1","name":"MCP_HTTP_HOST"},{"description":"The port to run the HTTP server on.","format":"string","default":"3010","name":"MCP_HTTP_PORT"},{"description":"The endpoint path for the MCP server.","format":"string","default":"/mcp","name":"MCP_HTTP_ENDPOINT_PATH"},{"description":"Authentication mode to use: 'none', 'jwt', or 'oauth'.","format":"string","default":"none","name":"MCP_AUTH_MODE"},{"description":"Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').","format":"string","default":"info","name":"MCP_LOG_LEVEL"}]}],"tools":[{"name":"congressgov_bill_lookup","description":"Browse and retrieve U.S. legislative bill data from Congress.gov. Discover bills by filtering on congress, bill type, and date range — there is no keyword search. Use 'list' to browse (requires congress, defaults to most-recently-updated first), 'get' for full bill detail (sponsor, policy area, CBO estimates, law info), or drill into a specific bill with 'actions', 'amendments', 'cosponsors', 'committees', 'subjects', 'summaries', 'text', 'titles', or 'related' (each requires congress + billType + billNumber). 'text' lists the published versions and their format URLs; 'content' then reads one version's actual text, a bounded character window at a time.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["list","get","actions","amendments","cosponsors","committees","subjects","summaries","text","titles","related","content"],"description":"Which data to retrieve."},"congress":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Congress number (e.g., 118, 119)."},"billType":{"description":"Bill type code. Required for get and sub-resource operations.","type":"string","enum":["hr","s","hjres","sjres","hconres","sconres","hres","sres"]},"billNumber":{"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Positive integer form."},{"type":"string","pattern":"^0*[1-9]\\d*$","description":"Digit-string form, as list rows carry it."}],"description":"Bill number. Required for get and sub-resource operations. Accepts the digit-string form list rows carry (e.g. \"9479\") as well as a number."},"fromDateTime":{"description":"Start of date range filter (ISO 8601). Filters by the bill's update date — when Congress.gov last touched the record — not by the bill's latest legislative action.","type":"string"},"toDateTime":{"description":"End of date range filter (ISO 8601). Same field semantics as fromDateTime.","type":"string"},"order":{"default":"recent","description":"Sort order for 'list' (sorts by update date). 'recent' (default) is newest first; 'oldest' is ascending. Ignored by other operations.","type":"string","enum":["recent","oldest"]},"limit":{"default":20,"description":"Results per page (1-250).","type":"integer","minimum":1,"maximum":250},"offset":{"default":0,"description":"Pagination offset.","type":"integer","minimum":0,"maximum":9007199254740991},"textVersionIndex":{"default":0,"description":"Which text version 'content' reads, 0-based against the same order 'text' returns — 0 is the most recent version. Ignored by other operations.","type":"integer","minimum":0,"maximum":9007199254740991},"format":{"default":"text","description":"Document format for 'content'. 'text' is GPO's Formatted Text — plain, pre-formatted print output, published for every document checked. 'xml' prefers United States Legislative Markup and falls back to Formatted XML; it exists on some bill text versions and on no committee report or Congressional Record article. PDF is not retrieved — read one at the format URLs 'text'/'articles' return.","type":"string","enum":["text","xml"]},"characterOffset":{"default":0,"description":"First character to return for 'content', 0-based. Offsets are exact and are never snapped to a section or paragraph break, so feeding the response's nextOffset back walks the whole document with every character returned exactly once.","type":"integer","minimum":0,"maximum":9007199254740991},"characterLimit":{"default":25000,"description":"Maximum characters to return for 'content' (1-100000). Legislative documents run past a million characters, so a full bill takes several windows.","type":"integer","minimum":1,"maximum":100000}},"required":["operation","congress"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"congressgov_bill_summaries","description":"Browse recent CRS (Congressional Research Service) bill summaries — plain-language summaries of bills at each legislative stage, useful for answering \"what's happening in Congress?\". The fromDateTime/toDateTime filters apply to the summary's update time, not the bill's action date, so results include recently rewritten summaries of older bills. Defaults to summaries updated in the last 7 days. Each item shows both the bill's action date and the summary update date. For summaries of one specific bill, use congressgov_bill_lookup with operation='summaries' instead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"congress":{"description":"Congress number. Optional — omit for summaries across all congresses.","type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"billType":{"description":"Bill type filter. Requires 'congress'.","type":"string","enum":["hr","s","hjres","sjres","hconres","sconres","hres","sres"]},"fromDateTime":{"description":"Start of date range (ISO 8601), filtered on the summary update time. Defaults to 7 days ago if neither date param is set.","type":"string"},"toDateTime":{"description":"End of date range (ISO 8601), filtered on the summary update time. Defaults to now.","type":"string"},"limit":{"default":20,"description":"Results per page (1-250).","type":"integer","minimum":1,"maximum":250},"offset":{"default":0,"description":"Pagination offset.","type":"integer","minimum":0,"maximum":9007199254740991}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"congressgov_committee_lookup","description":"Browse congressional committees and their legislation, reports, and nominations. Committee codes follow the pattern chamber-prefix (h/s/j) + abbreviation + 2-digit number — use 'list' (with optional 'filter' for name→code resolution) to discover codes, then 'get' or drill into 'bills', 'reports', or 'nominations' ('nominations' is Senate-only). 'get' and sub-resources only need committeeCode (chamber is inferred from the prefix); pass chamber explicitly to override. The 'bills' sub-resource defaults to 'recent' order (newest update-date first); pass order='oldest' for ascending update-date order. Upstream omits bill titles from the 'bills' sub-resource — rows carry only {congress, billType, billNumber, actionDate, relationshipType, url}; chain 'congressgov_bill_lookup get' per row to retrieve titles and policy area.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["list","get","bills","reports","nominations"],"description":"Which data to retrieve."},"congress":{"description":"Congress number.","type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"chamber":{"description":"Chamber filter for 'list', or override for 'get' and sub-resources (otherwise inferred from committeeCode prefix).","type":"string","enum":["house","senate","joint"]},"committeeCode":{"description":"Committee system code, e.g. 'hsju00'. Required for 'get' and sub-resources. Codes are letters + a 2-digit suffix and are matched case-insensitively. Any other non-blank value is treated as a committee name and resolved automatically — single-word names ('Judiciary') included — or use operation:'list' with filter to browse.","type":"string","pattern":"\\S"},"filter":{"description":"Filter committee-list results by name (e.g., 'transportation', 'armed services'). Only meaningful for 'list'; fuzzy-matched rows are labeled approximate.","type":"string"},"limit":{"default":20,"description":"Results per page (1-250).","type":"integer","minimum":1,"maximum":250},"offset":{"default":0,"description":"Pagination offset.","type":"integer","minimum":0,"maximum":9007199254740991},"order":{"default":"recent","description":"Sort order for the 'bills' sub-resource. 'recent' (default) returns newest update-date first; 'oldest' returns ascending update-date order. Ignored by other operations.","type":"string","enum":["recent","oldest"]}},"required":["operation"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"congressgov_committee_reports","description":"Browse and retrieve committee reports from Congress.gov — reports accompany legislation reported out of committee and explain the bill's purpose, committee amendments, dissenting views, and the committee vote. Report types are 'hrpt' (House), 'srpt' (Senate), and 'erpt' (Executive). 'text' lists the published format URLs; 'content' then reads the report's actual text, a bounded character window at a time.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["list","get","text","content"],"description":"Which data to retrieve."},"congress":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Congress number."},"reportType":{"description":"Report type. Required for get, text, and content operations.","type":"string","enum":["hrpt","srpt","erpt"]},"reportNumber":{"description":"Committee report number. Required for get, text, and content operations.","type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"limit":{"default":20,"description":"Results per page (1-250).","type":"integer","minimum":1,"maximum":250},"offset":{"default":0,"description":"Pagination offset.","type":"integer","minimum":0,"maximum":9007199254740991},"format":{"default":"text","description":"Document format for 'content'. 'text' is GPO's Formatted Text — plain, pre-formatted print output, published for every document checked. 'xml' prefers United States Legislative Markup and falls back to Formatted XML; it exists on some bill text versions and on no committee report or Congressional Record article. PDF is not retrieved — read one at the format URLs 'text'/'articles' return.","type":"string","enum":["text","xml"]},"characterOffset":{"default":0,"description":"First character to return for 'content', 0-based. Offsets are exact and are never snapped to a section or paragraph break, so feeding the response's nextOffset back walks the whole document with every character returned exactly once.","type":"integer","minimum":0,"maximum":9007199254740991},"characterLimit":{"default":25000,"description":"Maximum characters to return for 'content' (1-100000). Legislative documents run past a million characters, so a full bill takes several windows.","type":"integer","minimum":1,"maximum":100000}},"required":["operation","congress"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"congressgov_crs_reports","description":"Browse and retrieve CRS (Congressional Research Service) reports — nonpartisan policy analyses by subject-matter experts at the Library of Congress, covering policy areas, legislative proposals, and legal questions. Report IDs use letter-number codes (e.g., R40097, RL33612, IF12345). Use 'list' to browse available reports or 'get' for full detail (authors, topics, summary, download formats).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["list","get"],"description":"Which data to retrieve."},"reportNumber":{"description":"CRS report ID (e.g., 'R40097'). Required for 'get'.","type":"string"},"limit":{"default":20,"description":"Results per page (1-250).","type":"integer","minimum":1,"maximum":250},"offset":{"default":0,"description":"Pagination offset.","type":"integer","minimum":0,"maximum":9007199254740991}},"required":["operation"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"congressgov_daily_record","description":"Browse the daily Congressional Record — floor speeches, debates, and legislative text published each day Congress is in session. Navigation is hierarchical: volumes (via 'list') → issues (via 'issues') → articles (via 'articles'). Use 'list' to find recent volumes, 'issues' to see what's in a volume, and 'articles' to access individual speeches and debate sections. 'articles' lists each article and its format URLs; 'content' then reads one article's actual text, a bounded character window at a time.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["list","issues","articles","content"],"description":"Which data to retrieve."},"volumeNumber":{"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Positive integer form."},{"type":"string","pattern":"^0*[1-9]\\d*$","description":"Digit-string form, as list rows carry it."}],"description":"Volume number. Required for 'issues', 'articles', and 'content'. Accepts a number or the digit-string form list rows carry."},"issueNumber":{"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Positive integer form."},{"type":"string","pattern":"^0*[1-9]\\d*$","description":"Digit-string form, as list rows carry it."}],"description":"Issue number within a volume. Required for 'articles' and 'content'. List rows carry this as a string (e.g. \"109\") — both forms are accepted."},"limit":{"default":20,"description":"Results per page (1-250).","type":"integer","minimum":1,"maximum":250},"offset":{"default":0,"description":"Pagination offset.","type":"integer","minimum":0,"maximum":9007199254740991},"articleIndex":{"default":0,"description":"Which article 'content' reads, 0-based against the issue's whole article sequence — the same absolute position 'articles' pages through with offset. Ignored by other operations.","type":"integer","minimum":0,"maximum":9007199254740991},"format":{"default":"text","description":"Document format for 'content'. 'text' is GPO's Formatted Text — plain, pre-formatted print output, published for every document checked. 'xml' prefers United States Legislative Markup and falls back to Formatted XML; it exists on some bill text versions and on no committee report or Congressional Record article. PDF is not retrieved — read one at the format URLs 'text'/'articles' return.","type":"string","enum":["text","xml"]},"characterOffset":{"default":0,"description":"First character to return for 'content', 0-based. Offsets are exact and are never snapped to a section or paragraph break, so feeding the response's nextOffset back walks the whole document with every character returned exactly once.","type":"integer","minimum":0,"maximum":9007199254740991},"characterLimit":{"default":25000,"description":"Maximum characters to return for 'content' (1-100000). Legislative documents run past a million characters, so a full bill takes several windows.","type":"integer","minimum":1,"maximum":100000}},"required":["operation"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"congressgov_enacted_laws","description":"Browse enacted public and private laws from Congress.gov by congress and law type ('pub' for public laws, 'priv' for private). 'list' filters by enactment status and law type — the discovery path 'bill_lookup' does not offer. 'get' returns the origin bill record (sponsor, actions, summaries, text), with the public/private law citation on the bill's 'laws' array (e.g. {\"number\":\"118-2\",\"type\":\"Public Law\"}).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["list","get"],"description":"Which data to retrieve."},"congress":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Congress number."},"lawType":{"description":"Law type — 'pub' (public laws, general application, most common) or 'priv' (private laws, specific individuals or entities). Required for 'get'.","type":"string","enum":["pub","priv"]},"lawNumber":{"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Positive integer form (e.g. 90)."},{"type":"string","pattern":"^(?:\\d+-)?0*[1-9]\\d*$","description":"String form — the law number (\"90\") or the full citation (\"118-90\")."}],"description":"Law number, as carried by a 'list' row's `laws[].number` — either the full citation ('118-90', rendered as 'Public Law 118-90') or the portion after the hyphen ('90'); the prefix is the congress and must match `congress`. Not the row's own `number`, which is the origin bill. Required for 'get'."},"limit":{"default":20,"description":"Results per page (1-250).","type":"integer","minimum":1,"maximum":250},"offset":{"default":0,"description":"Pagination offset.","type":"integer","minimum":0,"maximum":9007199254740991}},"required":["operation","congress"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"congressgov_member_lookup","description":"Discover congressional members and their legislative activity. No name search. For 'list', filter by stateCode (optionally with district), by congress, or by both together (e.g., 118th Congress + CA, or CA district 12 in the 118th). Add currentMember=true to restrict to currently serving members. Once you have a bioguideId, use 'get' for full profile or 'sponsored'/'cosponsored' for their legislative portfolio.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["list","get","sponsored","cosponsored"],"description":"Which data to retrieve."},"bioguideId":{"description":"Unique member identifier (e.g., 'P000197'). Required for get/sponsored/cosponsored.","type":"string","pattern":"^[A-Za-z]\\d{6}$"},"congress":{"description":"Congress number to filter by.","type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"stateCode":{"description":"Two-letter state code (e.g., 'CA', 'TX').","type":"string","pattern":"^[A-Za-z]{2}$"},"district":{"description":"Congressional district number. Requires stateCode. Use 0 for at-large.","type":"integer","minimum":0,"maximum":9007199254740991},"currentMember":{"description":"Filter to currently serving members. Omit to include both current and former members.","type":"boolean"},"limit":{"default":20,"description":"Results per page (1-250).","type":"integer","minimum":1,"maximum":250},"offset":{"default":0,"description":"Pagination offset.","type":"integer","minimum":0,"maximum":9007199254740991}},"required":["operation"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"congressgov_roll_votes","description":"Retrieve U.S. congressional roll call votes and individual member voting positions for either chamber. Set 'chamber' to 'house' (default, from the Congress.gov API) or 'senate' (from the Senate's official LIS feed). Use 'list' to find votes by congress and session (newest first by default), 'get' for vote details (question, result, tallies, party breakdown, associated bill/nomination/amendment), or 'members' for how each member voted.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["list","get","members"],"description":"Which data to retrieve."},"chamber":{"default":"house","description":"Chamber whose votes to query. 'house' (default) draws from the Congress.gov API; 'senate' draws from the Senate's official LIS roll-call feed. Roll call numbers reset each session and are specific to one chamber.","type":"string","enum":["house","senate"]},"congress":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Congress number."},"session":{"type":"integer","minimum":1,"maximum":2,"description":"Session number (1 or 2). Odd years are session 1, even years session 2."},"voteNumber":{"description":"Roll call vote number. Required for 'get' and 'members'.","type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"order":{"default":"recent","description":"Sort order for 'list'. 'recent' (default) returns newest first; 'oldest' returns ascending. House sorts by vote update date (with 'recent', offset=0 always returns the strictly newest page); Senate sorts by roll call number. Ignored by 'get' and 'members'.","type":"string","enum":["recent","oldest"]},"limit":{"default":20,"description":"Results per page (1-250).","type":"integer","minimum":1,"maximum":250},"offset":{"default":0,"description":"Pagination offset.","type":"integer","minimum":0,"maximum":9007199254740991}},"required":["operation","congress","session"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"congressgov_senate_nominations","description":"Browse presidential nominations to federal positions and track the Senate confirmation process. Use 'list' to browse, 'get' for nomination detail, 'actions'/'committees'/'hearings' for confirmation pipeline data, or 'nominees' to retrieve individual appointees in a multi-nominee batch. Nominations use 'PN' (Presidential Nomination) numbering. Most nominations carry confirmation activity on the parent (e.g., PN1000); multi-part parents (e.g., PN851) carry no activity of their own — their actions, committees, hearings, and nominees live on partitioned children (PN851-1, PN851-2, …). 'get' on a parent that has no `nominees` array signals the partitioned form is needed for everything below it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["list","get","nominees","actions","committees","hearings"],"description":"Which data to retrieve."},"congress":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"description":"Congress number."},"nominationNumber":{"description":"Nomination number. Use the bare form (e.g. '1000') for nominations whose activity sits on the parent; use the partitioned form (e.g. '851-1') for sub-resources of a multi-part nomination. Required for detail operations.","type":"string"},"ordinal":{"description":"Batch ordinal within a multi-nominee nomination. Each ordinal addresses a group of nominees; the 'nominees' operation returns every individual in that batch. Use 'get' first to see available ordinals on the nomination's `nominees` array (multi-part parents have no nominees array — use a partitioned form like '851-1' instead).","type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"limit":{"default":20,"description":"Results per page (1-250).","type":"integer","minimum":1,"maximum":250},"offset":{"default":0,"description":"Pagination offset.","type":"integer","minimum":0,"maximum":9007199254740991}},"required":["operation","congress"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}}],"scan":{"score":93,"grade":"A","scanned_at":"2026-09-19T20:35:51.292Z","report":{"scannerVersion":"0.1.6","scannedAt":"2026-09-19T20:35:51.197Z","components":{"code":{"score":25,"max":25,"notes":["76 source files scanned","76 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1110ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://congressgov.caseyjhand.com/mcp","reachable":true,"authRequired":false,"latencyMs":1110,"serverInfo":{"name":"congressgov-mcp-server","version":"0.7.1"}}],"packages":[{"registryType":"npm","identifier":"@cyanheads/congressgov-mcp-server","version":"0.7.1","found":true,"license":"Apache-2.0","hasInstallScripts":false,"dependencyCount":6,"publishedAt":"2026-09-19T19:21:11.559Z","repositoryUrl":"git+https://github.com/cyanheads/congressgov-mcp-server.git","weeklyDownloads":170},{"registryType":"npm","identifier":"@cyanheads/congressgov-mcp-server","version":"0.7.1","found":true,"license":"Apache-2.0","hasInstallScripts":false,"dependencyCount":6,"publishedAt":"2026-09-19T19:21:11.559Z","repositoryUrl":"git+https://github.com/cyanheads/congressgov-mcp-server.git","weeklyDownloads":170}],"repo":{"found":true,"owner":"cyanheads","repo":"congressgov-mcp-server","archived":false,"pushedAt":"2026-09-19T19:19:59Z","stars":1,"forks":0,"openIssues":9,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/10339515?v=4","ownerCreatedAt":"2014-12-29T13:01:12Z","license":"Apache-2.0"},"icon":{"url":"https://avatars.githubusercontent.com/u/10339515?v=4&s=128","source":"github"},"presence":{"stars":1,"forks":0,"downloadsWeek":340,"license":"Apache-2.0","lastPushAt":"2026-09-19T19:19:59.000Z","score":36}}}},"grade_history":[],"reviews":[]}