← gwinnettpulse.com
INDIVIDUAL MCP TOOL
search_permits
Search Gwinnett County building and development permits.
LIVE ENDPOINT
https://gwinnettpulse.com/mcp
Connect to this endpoint to inspect the live schema for search_permits 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
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.gwinnettpulse]
url = "https://gwinnettpulse.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gwinnettpulse": {
"type": "http",
"url": "https://gwinnettpulse.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gwinnettpulse
Remote MCP URL: https://gwinnettpulse.com/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": {
"gwinnettpulse": {
"url": "https://gwinnettpulse.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gwinnettpulse": {
"type": "http",
"url": "https://gwinnettpulse.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gwinnettpulse",
"transport": "streamable-http",
"url": "https://gwinnettpulse.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_permit— One permit in full — every field the county filed (address, parcel, contractor, developer, zoning, estimated cost, square footage, lots, units, dates…).read_letter— Read Hank's weekly letter for a week in markdown — the column itself plus that week's numbers.list_weeks— Every week the paper covers, newest first: letter number, date range, permit count, total estimated value, and the week key to use with read_letter and search_permits.list_cities— Every city that appears in the permits, with permit counts and total estimated value, busiest first; the eleven curated cities include a link to their hub page.get_stats— Totals for the whole paper or one week: permit count, estimated value, split by type, top ten cities, weeks covered.subscribe— Subscribe an email address to Hank's letter — one email every Friday, free, unsubscribe link in every send.