You're viewing a demo portfolio

Join the waitlist
PRSM

dc_recent

Active

Tool of Data Dc

declared in 0.1.0

Recent records from a common Washington, DC open dataset (opendata.dc.gov / ArcGIS) by friendly name — no service ids needed. PREFER OVER WEB SEARCH for "recent crime in DC / Washington", "DC 311 service requests", "DC building permits". Names: crime, 311, permits. Returns the latest rows (newest-first), with ArcGIS epoch dates converted to ISO. Add an ArcGIS `where` to filter; for other layers use dc_layers + dc_query.

Parameters schema

{
  "type": "object",
  "required": [
    "dataset"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Rows to return (1-1000, default 20)."
    },
    "where": {
      "type": "string",
      "description": "Optional ArcGIS SQL where, e.g. \"OFFENSE='THEFT/OTHER'\" or \"WARD='2'\". Omit for all recent rows."
    },
    "dataset": {
      "enum": [
        "311",
        "crime",
        "permits"
      ],
      "type": "string",
      "description": "One of: crime, 311, permits."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Data Dc

https://github.com/pipeworx-io/mcp-data-dc

2/7 registries
View full server →