{"name":"org.georgiacommons/georgia-commons","slug":"georgiacommons-georgia-commons","title":"Georgia Commons","description":"Georgia's Code, bills, and Supreme Court opinions as source text. Independent, not the State.","url":"https://mcp.market/server/georgiacommons-georgia-commons","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T18:55:55.492Z","last_ok_at":"2026-09-20T18:55:55.492Z","latency_ms":252},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/shanejorr/georgiacommons","website":"https://georgiacommons.org/for-assistants","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://mcp.georgiacommons.org/mcp"}],"packages":[],"tools":[{"name":"bills_get_text","description":"The stored text of a bill alone, windowed by `start` and `max_chars` (default 60,000), with a pointer to continue.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"bill":{"title":"Bill","type":"string"},"session":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Session"},"start":{"default":0,"title":"Start","type":"integer"},"max_chars":{"default":60000,"title":"Max Chars","type":"integer"}},"required":["bill"],"title":"bills_get_textArguments"}},{"name":"bills_list","description":"The bills of a session (the newest when `session` is omitted), in number order, 25 a page: `id, title, status, URL`. Filter by `kind` (hb, sb, hr, sr), `chamber` (H or S), LegiScan `status` code, a caption `subject` (a headings search), or words `q`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"session":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Session"},"kind":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Kind"},"chamber":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Chamber"},"status":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Status"},"subject":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Subject"},"q":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Q"},"limit":{"default":25,"title":"Limit","type":"integer"},"start":{"default":0,"title":"Start","type":"integer"}},"title":"bills_listArguments"}},{"name":"bills_lookup","description":"One bill or resolution of the Georgia General Assembly by number in any written form (HB 136, H.B. 136, House Bill 136, 2025-2026/hb136, a LegiScan id), as the same Markdown twin the site serves: frontmatter (cite_as, canonical_url, source_url, status), the verbatim text, the summaries Georgia Commons wrote under a heading that says so, and status. With no `session`, a number means the newest regular session that has it; name the session (2026-special) for a special session's bill that shares its number. `full` adds history, votes, and amendments.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"bill":{"title":"Bill","type":"string"},"session":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Session"},"full":{"default":false,"title":"Full","type":"boolean"}},"required":["bill"],"title":"bills_lookupArguments"}},{"name":"bills_search","description":"Full-text search over bill text, titles, and the labeled summaries. A bare bill number is a direct lookup. Search matches the words of the document: ask in the words the bill would use. `in_headings` searches only titles, topic tags, and subjects.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"title":"Query","type":"string"},"session":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Session"},"in_headings":{"default":false,"title":"In Headings","type":"boolean"},"limit":{"default":10,"title":"Limit","type":"integer"}},"required":["query"],"title":"bills_searchArguments"}},{"name":"code_browse","description":"The hierarchy: the titles (no argument), a title's chapters ('36'), or a chapter's sections ('36-60'), one line each with counts, citation spans, and twin URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"node":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Node"}},"title":"code_browseArguments"}},{"name":"code_describe_structure","description":"Call first for the Code. The citation grammar, how to find a section without its citation, how versions and statuses work, what is and is not in the text, and the list of titles. Cheap.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"code_describe_structureArguments"}},{"name":"code_find_act","description":"Laws by the short title the statute states ('Joshua's Law', 'Georgia Lemonade Stand Act'): the citing section and the unit the name covers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"title":"Name","type":"string"}},"required":["name"],"title":"code_find_actArguments"}},{"name":"code_find_chapter","description":"For 'I know the topic but not the citation': the titles, chapters, articles, and parts whose headings carry the words, with the code_browse call that lists each.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"words":{"title":"Words","type":"string"}},"required":["words"],"title":"code_find_chapterArguments"}},{"name":"code_get_chapter","description":"Every section of a chapter with its text, in order, windowed by max_sections (default 40) and max_chars (default 100,000); the output ends with a pointer to continue or 'End of chapter.'","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"title":"Title","type":"integer"},"chapter":{"title":"Chapter","type":"string"},"max_sections":{"default":40,"title":"Max Sections","type":"integer"},"start":{"default":0,"title":"Start","type":"integer"},"max_chars":{"default":100000,"title":"Max Chars","type":"integer"}},"required":["title","chapter"],"title":"code_get_chapterArguments"}},{"name":"code_lookup_section","description":"One Code section by citation in any written form (44-7-34, 'O.C.G.A. § 44-7-34', 'Title 44, Chapter 7, Section 34'), as the same Markdown twin the site serves: frontmatter (cite_as, canonical_url, source_url, status, version), the verbatim text, then the notes capped. `version` picks a printed version by its qualifier; `subsection` ('a', 'a-1') renders one part. A 404 names the neighboring sections.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"citation":{"title":"Citation","type":"string"},"version":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Version"},"subsection":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Subsection"}},"required":["citation"],"title":"code_lookup_sectionArguments"}},{"name":"code_lookup_sections","description":"Several sections at once: a list ('44-7-30, 44-7-31 and 44-7-34') or a range ('44-7-30 through 44-7-35'), up to 40 sections under a 150,000-character cap, with a trailer naming anything not rendered.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"citations":{"title":"Citations","type":"string"}},"required":["citations"],"title":"code_lookup_sectionsArguments"}},{"name":"code_search","description":"Full-text search of the Code: words, or a citation, or both. A citation among words returns that section first; a query that names an act returns the section stating its short title first; a query that is a passage of a provision word for word returns that provision first. Search matches the words of the document: ask in the words the statute would use. `in_headings` searches only headings and catchlines and adds the matching units. `scheme` picks the collection: `ocga` (default), `ga` for the Georgia constitution, `us` for the United States constitution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"title":"Query","type":"string"},"title":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Title"},"chapter":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Chapter"},"limit":{"default":10,"title":"Limit","type":"integer"},"in_headings":{"default":false,"title":"In Headings","type":"boolean"},"scheme":{"default":"ocga","title":"Scheme","type":"string"}},"required":["query"],"title":"code_searchArguments"}},{"name":"constitution_browse","description":"The articles and sections of a constitution ('ga' or 'us'), or one article's provisions, one line each with twin URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"scheme":{"title":"Scheme","type":"string"},"node":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Node"}},"required":["scheme"],"title":"constitution_browseArguments"}},{"name":"constitution_lookup","description":"One provision of the Georgia ('ga') or United States ('us') constitution as printed in the O.C.G.A., by citation ('Art. I, Sec. I, Para. I', 'Amend. XIV', 'Preamble') or slug, as its Markdown twin with the case annotations capped.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"scheme":{"title":"Scheme","type":"string"},"citation":{"title":"Citation","type":"string"}},"required":["scheme","citation"],"title":"constitution_lookupArguments"}},{"name":"describe_site","description":"Call first. What Georgia Commons holds, which collections this server has loaded, the id and URL grammar, which tool to call next, and the independence statement. Cheap.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"describe_siteArguments"}},{"name":"fetch","description":"The full document for an id from search (code:44-7-34, ga-const:art-i-sec-i-para-i, bill:2025-2026/hb136, opinion:S26A0060): the same Markdown twin the site serves at url plus .md (frontmatter, verbatim text, any summaries under a heading that names them), with url the canonical page for citation and metadata from the frontmatter. `full` adds the optional material, or for the Code and constitutions the first 60,000-character page of the notes, whose frontmatter names the next page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"title":"Id","type":"string"},"full":{"default":false,"title":"Full","type":"boolean"}},"required":["id"],"title":"fetchArguments"}},{"name":"get_coverage","description":"Exactly what is loaded, computed from the stores now: coverage sentences, corpus versions, counts, sessions, years, dates, licenses.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_coverageArguments"}},{"name":"opinions_get_text","description":"The stored text of an opinion alone, windowed by `start` and `max_chars` (default 60,000), with a pointer to continue.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"opinion":{"title":"Opinion","type":"string"},"start":{"default":0,"title":"Start","type":"integer"},"max_chars":{"default":60000,"title":"Max Chars","type":"integer"}},"required":["opinion"],"title":"opinions_get_textArguments"}},{"name":"opinions_list","description":"The opinions filed in a year (the newest year when omitted), in filing order, 25 a page: `docket, date, case name, case type, URL`. Filter by `case_type` (criminal appeal, civil, bar discipline, habeas, certified question, election, other) or words `q`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"year":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Year"},"case_type":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Case Type"},"q":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Q"},"limit":{"default":25,"title":"Limit","type":"integer"},"start":{"default":0,"title":"Start","type":"integer"}},"title":"opinions_listArguments"}},{"name":"opinions_lookup","description":"One Supreme Court of Georgia opinion by docket in any case (S23A0421), reporter citation (317 Ga. 528, 883 S.E.2d 746), record id (a CourtListener cluster id, or ga- and the docket for a record read from the court's own website), or case name, as the same Markdown twin the site serves: frontmatter (cite_as, canonical_url, source_url, record_source, date, status), the verbatim opinion, then the summaries Georgia Commons wrote under a heading that says so. When several opinions share a docket this is the most recent and the frontmatter lists the others. `full` adds the summarized reasoning, checked quotes, and the upstream opinion records.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"opinion":{"title":"Opinion","type":"string"},"full":{"default":false,"title":"Full","type":"boolean"}},"required":["opinion"],"title":"opinions_lookupArguments"}},{"name":"opinions_search","description":"Full-text search over opinion text, case names, and the labeled summaries. A bare docket or citation is a direct lookup. Search matches the words of the document: ask in the words the court would use. `in_headings` searches only case names, legal areas, and case types.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"title":"Query","type":"string"},"year":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Year"},"case_type":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Case Type"},"in_headings":{"default":false,"title":"In Headings","type":"boolean"},"limit":{"default":10,"title":"Limit","type":"integer"}},"required":["query"],"title":"opinions_searchArguments"}},{"name":"search","description":"Search every loaded collection (or one, with `collection` = code, bills, or opinions) and return up to ten results as {id, title, url}. A Code or constitution citation, bill number, or docket in the query comes first. Search matches the words of the document. Ask in the words the document would use, not the words of the question. Follow with fetch(id).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"title":"Query","type":"string"},"collection":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Collection"}},"required":["query"],"title":"searchArguments"}},{"name":"verify_quote","description":"Whether a quote appears verbatim in the stored text of a document (after normalizing quotes, dashes, whitespace, and [T]he-style alterations, as the ingestion filter does). Deterministic; use it before relying on a quotation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"title":"Id","type":"string"},"quote":{"title":"Quote","type":"string"}},"required":["id","quote"],"title":"verify_quoteArguments"}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-20T00:29:35.311Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:29:35.282Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 826ms"]},"poisoning":{"score":15,"max":15,"notes":["23 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.georgiacommons.org/mcp","reachable":true,"authRequired":false,"latencyMs":826,"serverInfo":{"name":"Georgia Commons","version":"0.1.0"}}],"packages":[],"repo":{"found":false,"owner":"shanejorr","repo":"georgiacommons","error":"repo not found"},"icon":{"url":"https://georgiacommons.org/icon.svg?icon.2lj-4ca6et2tv.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}