API Tools
dobmonitor.com
Manages property monitoring for DOB complaints, including notifications, API keys, billing, and webhooks.
ENDPOINT 1
https://api.dobmonitor.com/mcp
MCP server metadata
- Name
- nyc-dob-monitor
- Version
- 0.4.17
Known tools 69
add_property_notification_emailAdd a notification email to a specific property.
Potential side effectscreate_billing_portal_sessionGet a link to the Stripe billing portal where you can manage your subscription, update payment methods, and view invoices.
Potential side effectsget_address_by_binLook up address information for a building by its BIN (Building Identification Number).
Inferred read-onlyget_complaint_category_infoGet the human-readable description for a DOB complaint category code.
Inferred read-onlyget_complaint_detailsGet detailed information about a specific DOB complaint by its complaint number.
Inferred read-onlyget_ecb_violation_detailsGet detailed information about a specific ECB violation by its ID, including financial penalties, hearing details, and respondent information.
Inferred read-onlyget_elevator_device_detailsGet detailed information about a specific elevator device by its device number.
Inferred read-onlyget_fdny_violation_detailsGet detailed information about a specific FDNY fire code violation by its ticket number.
Inferred read-onlyget_fisp_filing_detailsGet detailed information about a specific FISP facade filing by its TR6 number.
Inferred read-onlyget_hpd_complaint_detailsGet detailed information about a specific HPD complaint by its ID.
Inferred read-onlyget_hpd_violation_detailsGet detailed information about a specific HPD violation by its ID, including class, description, and rent-impairing status.
Inferred read-onlyget_organization_notification_settingsGet notification settings for your organization including notification mode and configured emails.
Inferred read-onlyget_property_ecb_violation_statsGet ECB violation statistics for a monitored property including active violation count and total financial penalty exposure.
Inferred read-onlyget_property_elevator_device_statsGet elevator device statistics for a monitored property including total, active, and overdue inspection counts.
Inferred read-onlyget_property_elevator_devicesGet cached elevator devices for a monitored property.
Inferred read-onlyget_property_fdny_violation_statsGet FDNY violation statistics for a monitored property including total, active, and total penalty exposure.
Inferred read-onlyget_property_fdny_violationsGet cached FDNY fire code violations for a monitored property.
Inferred read-onlyget_property_fisp_filing_statsGet FISP filing statistics for a monitored property including count of filings that are not SAFE (UNSAFE or SWARMP).
Inferred read-onlyget_property_fisp_filingsGet cached FISP (Facade Inspection & Safety Program) filings for a monitored property.
Inferred read-onlyget_property_hpd_complaint_statsGet HPD complaint statistics for a monitored property including active and total complaint counts.
Inferred read-onlyget_property_hpd_complaintsGet cached HPD (Housing Preservation & Development) complaints for a monitored property.
Inferred read-onlyget_property_hpd_violation_statsGet HPD violation statistics for a monitored property including active violations, Class C (immediately hazardous) count, and total violations.
Inferred read-onlyget_property_hpd_violationsGet cached HPD (Housing Preservation & Development) violations for a monitored property.
Inferred read-onlyget_property_permit_statsGet permit statistics for a monitored property including counts of active permits.
Inferred read-onlyget_property_service_request_statsGet 311 service request statistics for a monitored property including open, closed, and agency breakdown.
Inferred read-onlyget_property_service_requestsGet cached 311 service requests for a monitored property.
Inferred read-onlyget_property_vacate_order_statsGet vacate order statistics for a monitored property including active (non-rescinded) vacate order count.
Inferred read-onlyget_property_violation_statsGet violation statistics for a monitored property including counts of active violations and stop work orders.
Inferred read-onlyget_service_request_detailsGet detailed information about a specific 311 service request by its unique key.
Inferred read-onlyget_subscription_infoGet current subscription and billing status for your organization.
Inferred read-onlyget_vacate_order_detailsGet detailed information about a specific vacate order by its order number.
Inferred read-onlyget_violation_detailsGet detailed information about a specific DOB violation by its ID.
Inferred read-onlylist_monitored_propertiesList all properties being monitored by your organization.
Inferred read-onlylist_property_notification_emailsList notification emails configured for a specific property.
Inferred read-onlylookup_ecb_violations_by_addressLook up NYC ECB (Environmental Control Board) violations for a specific address.
Inferred read-onlylookup_hpd_complaints_by_addressLook up HPD (Housing Preservation & Development) complaints for a specific address.
Inferred read-onlylookup_hpd_violations_by_addressLook up HPD (Housing Preservation & Development) violations for a specific address.
Inferred read-onlylookup_permits_by_addressLook up NYC DOB permits and job filings for a specific address.
Inferred read-onlylookup_permits_by_binLook up NYC DOB permits and job filings for a building by its BIN (Building Identification Number).
Inferred read-onlylookup_violations_by_binGet DOB violations for a building by its BIN (Building Identification Number).
Inferred read-onlyremove_property_notification_emailRemove a notification email from a specific property.
Potential side effectsset_webhook_configCreate or update webhook configuration for your organization.
Potential side effectstoggle_property_monitoringEnable or disable monitoring for a property without removing it.
Inferred read-onlyupdate_organization_notification_settingsUpdate notification settings for your organization.
Potential side effectsvalidate_addressValidate an NYC address and retrieve its BIN (Building Identification Number).
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.nyc-dob-monitor]
url = "https://api.dobmonitor.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nyc-dob-monitor": {
"type": "http",
"url": "https://api.dobmonitor.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nyc-dob-monitor
Remote MCP URL: https://api.dobmonitor.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": {
"nyc-dob-monitor": {
"url": "https://api.dobmonitor.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nyc-dob-monitor": {
"type": "http",
"url": "https://api.dobmonitor.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nyc-dob-monitor",
"transport": "streamable-http",
"url": "https://api.dobmonitor.com/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.