Data Collection
signedoff.io
Provides live access to building permit status and search across jurisdictions.
ENDPOINT 1
https://signedoff.io/mcp
MCP server metadata
- Name
- SignedOff Permits
- Version
- 1.28.1
Live building-permit status for supported city portals (LADBS, Accela cities, EPIC-LA, Pasadena, Pomona and more). Use get_permit_status for one permit, search_permits for discovery, resolve_permit when jurisdiction identity is ambiguous, lifecycle tools for inspections/conditions/history, and watch tools for ongoing monitoring. Use batch_permit_status for up to 25 known permit numbers and list_jurisdictions to see supported cities. Anonymous calls serve a small demo dataset; a SignedOff API key (https://signedoff.io/developers/signup) unlocks live data.
Known tools 12
batch_permit_statusLook up the status of multiple building permits in one call (max 25).
Inferred read-onlylist_jurisdictionsList every city/county SignedOff can pull live permit data from.
Inferred read-onlyget_canonical_permitGet the latest tenant-neutral permit resource by canonical UUID.
Inferred read-onlyget_permit_inspectionsGet completed and pending source-published inspections for one permit.
Inferred read-onlyget_permit_historyGet status changes, correction classification, and workflow activities.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.