Databases
gwindex.net
Provides search and retrieval of Gwinnett County zoning and land-use cases, ordinances, and jurisdiction information.
ENDPOINT 1
https://www.gwindex.net/mcp
MCP server metadata
- Name
- gwinnett-index
- Version
- 0.1.0
Gwinnett Index — zoning and land use for Gwinnett County, Georgia. ALWAYS CALL resolve_jurisdiction FIRST for any address, parcel or place in Gwinnett County, before answering anything about zoning, setbacks, permitted uses or process. A "Duluth, GA" mailing address is usually NOT in the City of Duluth. Unincorporated Gwinnett is 67.3% of the county land area and is governed by a different code, a different board and a different permit portal. Always resolve the governing jurisdiction before answering a zoning question. When you answer: - State the governing jurisdiction explicitly, before the substance. - Cite the effective_date of any code text. A setback figure without a date is not an answer. - If confidence is "low", say so. It means the point is within ~150 m of a jurisdiction boundary, where annexation lag makes the answer genuinely uncertain. - Never present a county case record as a city case. County records are Board of Commissioners decisions covering unincorporated territory only. - Never present data marked UNVERIFIED as authoritative. Every response carries source_url and as_of. Pass them through to the user.
Known tools 5
resolve_jurisdictionALWAYS CALL THIS FIRST for any Gwinnett County address or parcel.
Inferred read-onlysearch_casesSearch 11,848 zoning and land-use cases (1970–2026) by applicant, use, address, case number, type, year range or zoning district.
Inferred read-onlyget_caseFull record for a case number, including staff recommendation, Planning Commission recommendation, decision, parcels and a deep link to the source record.
Inferred read-onlyget_code_sectionOrdinance text or a dimensional-standards table by citation, with its adoption and amendment dates.
Inferred read-onlylist_jurisdictionsAll 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gwindex.net was fetched 2026-08-21T21:15:23.842Z.
gwindex.net is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.