← dobmonitor.com
INDIVIDUAL MCP TOOL
get_property_complaints
Get cached complaints for a monitored property.
LIVE ENDPOINT
https://api.dobmonitor.com/mcp
Connect to this endpoint to inspect the live schema for get_property_complaints 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.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.
Related tools
add_property— Add a new property to monitor for DOB complaints.add_property_notification_email— Add a notification email to a specific property.create_api_key— Create a new API key for your organization.create_billing_portal_session— Get a link to the Stripe billing portal where you can manage your subscription, update payment methods, and view invoices.delete_webhook_config— Delete webhook configuration for your organization.get_address_by_bin— Look up address information for a building by its BIN (Building Identification Number).get_alert_stats— Get alert statistics for your organization.get_complaint_category_info— Get the human-readable description for a DOB complaint category code.