← signedoff.io
INDIVIDUAL MCP TOOL
watch_permit
Start monitoring one permit for events (live API key required).
LIVE ENDPOINT
https://signedoff.io/mcp
Connect to this endpoint to inspect the live schema for watch_permit and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.signedoff-permits]
url = "https://signedoff.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"signedoff-permits": {
"type": "http",
"url": "https://signedoff.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: signedoff-permits
Remote MCP URL: https://signedoff.io/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": {
"signedoff-permits": {
"url": "https://signedoff.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"signedoff-permits": {
"type": "http",
"url": "https://signedoff.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "signedoff-permits",
"transport": "streamable-http",
"url": "https://signedoff.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_permit_status— Look up the live status of one building permit by permit number.batch_permit_status— Look up the status of multiple building permits in one call (max 25).list_jurisdictions— List every city/county SignedOff can pull live permit data from.search_permits— Search current LA City/County permits by live source criteria.resolve_permit— Resolve a permit number to a stable canonical ID without scraping.get_canonical_permit— Get the latest tenant-neutral permit resource by canonical UUID.get_permit_inspections— Get completed and pending source-published inspections for one permit.get_permit_conditions— Get source-published permit conditions, holds, and notices.