← gwindex.net

INDIVIDUAL MCP TOOL

get_case

Full record for a case number, including staff recommendation, Planning Commission recommendation, decision, parcels and a deep link to the source record.

gwindex.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.gwindex.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_case and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

gwindex.net

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.gwinnett-index]
url = "https://www.gwindex.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gwinnett-index": {
      "type": "http",
      "url": "https://www.gwindex.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gwinnett-index
Remote MCP URL: https://www.gwindex.net/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": {
    "gwinnett-index": {
      "url": "https://www.gwindex.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gwinnett-index": {
      "type": "http",
      "url": "https://www.gwindex.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gwinnett-index",
  "transport": "streamable-http",
  "url": "https://www.gwindex.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • resolve_jurisdiction — ALWAYS CALL THIS FIRST for any Gwinnett County address or parcel.
  • search_cases — Search 11,848 zoning and land-use cases (1970–2026) by applicant, use, address, case number, type, year range or zoning district.
  • get_code_section — Ordinance text or a dimensional-standards table by citation, with its adoption and amendment dates.
  • list_jurisdictions — All 19 jurisdictions indexed: Gwinnett County as a container, unincorporated Gwinnett as a jurisdiction in its own right, and the 17 municipalities — with their codes and boundary sources.