INDIVIDUAL MCP TOOL
opinions_list
The opinions filed in a year (the newest year when omitted), in filing order, 25 a page: `docket, date, case name, case type, URL`.
LIVE ENDPOINT
https://mcp.georgiacommons.org/mcp
Connect to this endpoint to inspect the live schema for opinions_list and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.georgia-commons]
url = "https://mcp.georgiacommons.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"georgia-commons": {
"type": "http",
"url": "https://mcp.georgiacommons.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: georgia-commons
Remote MCP URL: https://mcp.georgiacommons.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"georgia-commons": {
"url": "https://mcp.georgiacommons.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"georgia-commons": {
"type": "http",
"url": "https://mcp.georgiacommons.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "georgia-commons",
"transport": "streamable-http",
"url": "https://mcp.georgiacommons.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
describe_site— Call first.get_coverage— Exactly what is loaded, computed from the stores now: coverage sentences, corpus versions, counts, sessions, years, dates, licenses.search— Search every loaded collection (or one, with `collection` = code, bills, or opinions) and return up to ten results as {id, title, url}.fetch— 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.verify_quote— 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).opinions_lookup— One Supreme Court of Georgia opinion by docket in any case (S23A0421), reporter citation (317 Ga.opinions_get_text— The stored text of an opinion alone, windowed by `start` and `max_chars` (default 60,000), with a pointer to continue.opinions_search— Full-text search over opinion text, case names, and the labeled summaries.