mcpbeat Sign in

Gwinnett Index MCP Server

answering

Gwinnett Index is answering right now. Last checked 6 min ago. It exposes 5 tools. Last commit 17 Aug 2026.

Gwinnett County, GA zoning and land use. Resolves an address to its governing jurisdiction.

Uptime history 37 days of history
37 days agonow
100.0%
Uptime 24h
92 of 92 checks
5
Tools
read from the server
101 ms
Response time
average over 24h
0
Stars
last commit 17 Aug 2026

What the code does

We read the source, 23 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            r = subprocess.run([sys.executable, HERE, str(p), str(ncol)],

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add gwinnett-index --transport http https://www.gwindex.net/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gwinnett-index": {
      "url": "https://www.gwindex.net/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gwinnett-index]
url = "https://www.gwindex.net/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "gwinnett-index": {
      "url": "https://www.gwindex.net/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gwinnett-index": {
      "url": "https://www.gwindex.net/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

case
get_case
Full record for a case number, including staff recommendation, Planning Commission recommendation, decision, parcels and a deep link to the source record.
cases
search_cases
Search 11,848 zoning and land-use cases (1970–2026) by applicant, use, address, case number, type, year range or zoning district. County records cover UNINCORPORATED Gwinnett only.
code
get_code_section
Ordinance text or a dimensional-standards table by citation, with its adoption and amendment dates. Accepts "402.03", "§ 402.03", "Duluth UDC § 402.03" or "Table 2-B". Tables that have not been verified against the rendered source page say so in the response.
jurisdictions
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.
resolve
resolve_jurisdiction
ALWAYS CALL THIS FIRST for any Gwinnett County address or parcel. Returns which government actually regulates the land — one of 17 cities, or unincorporated Gwinnett County (67.3% of the county) — with its code citation, a confidence band and the distance to the nearest jurisdiction boundary. A mailing address is NOT the jurisdiction: most "Duluth, GA" addresses are not in the City of Duluth.

Endpoints

URLTransportStateLatencyChecked
https://www.gwindex.net/mcp streamable-http answering 101 ms 6 min ago

Alternatives to Gwinnett Index

same job, measured the same way
Adu Zoning
by themutherfvcker

Check if a Florida address can build an ADU: county GIS zoning, eligibility verdict, local rules.

26 installs/wk 1 tools answering
Rhumb MCP
by supertrained

Agent gateway for Index discovery, AN Score evaluation, and Resolve governed execution

45 installs/wk local only
Us Gov Contracts
by pipeworx-io

US state & local government contracts + spending, normalized across jurisdictions — keyless

39 tools answering
Relentless Identity
by relentlessidentity

Corporate identity finder and email verification. Map real addresses and users to real people.

answering
Find Missing
by nko-studio

Checks if an LEI-holding entity has a match in the national registry its jurisdiction expects.

2 tools answering
MCP Github Organization Signal Scanner
by mambabuilt

Resolve a company domain to its GitHub organization with repo, language and activity signals.

35 installs/wk local only
Publicaml
by publicaml

AML screening for crypto addresses: risk, sanctions, fund tracing and counterparties.

31 installs/wk local only
MCP Agentcore
by geiant

AI governance MCP server for EU AI Act compliance and jurisdiction verification

3 tools answering

Gwinnett Index — questions

Answers built from our own checks of this server.

What can Gwinnett Index do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_case, get_code_section, list_jurisdictions, resolve_jurisdiction, search_cases. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Gwinnett Index working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 101 ms. The bar chart above shows every period we have measured.
How do I connect Gwinnett Index?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Gwinnett Index need an API key?
No. Gwinnett Index completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Gwinnett Index?
It answers our handshake in 101 ms on average, which is faster than 83% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Gwinnett Index open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.