INDIVIDUAL MCP TOOL
create_permit_watch
Create a pending email watch only after the user reviews the exact email, search query and optional county, explicitly authorizes this request and confirmation email, and accepts https://permitreporter.
LIVE ENDPOINT
https://permitreporter.com/mcp
Connect to this endpoint to inspect the live schema for create_permit_watch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
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.permitreporter-georgia-permits]
url = "https://permitreporter.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"permitreporter-georgia-permits": {
"type": "http",
"url": "https://permitreporter.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: permitreporter-georgia-permits
Remote MCP URL: https://permitreporter.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": {
"permitreporter-georgia-permits": {
"url": "https://permitreporter.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"permitreporter-georgia-permits": {
"type": "http",
"url": "https://permitreporter.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "permitreporter-georgia-permits",
"transport": "streamable-http",
"url": "https://permitreporter.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search PermitReporter reviewed guidance and privacy-minimized collected building-permit records.fetch— Fetch one reviewed PermitReporter guide or one collected permit record returned by search.search_georgia_permits— Search privacy-minimized collected building-permit records by public text, Georgia county, city, PermitReporter trade classification or record-date range.get_permit_record— Retrieve one privacy-minimized collected building-permit record by PermitReporter record ID, including its canonical citation, official source link and collection timestamp.get_county_coverage— Return the current source route, issuer, cadence, lag, through-date, collected record count, sources and statistical floor for one of Georgia's 159 counties.get_contractor_leads— Return recent, source-linked collected permits classified by trade and project scope for contractor research.get_statewide_snapshot— Return current PermitReporter counts, route-status boundaries, record-date range and latest collection timestamp without returning personal data.