Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Data DC

БесплатноНе проверен

Washington, DC open data from opendata.dc.gov via the ArcGIS REST API.

GitHubEmbed

Описание

Washington, DC open data from opendata.dc.gov via the ArcGIS REST API.

README

DataDC MCP — Washington, DC open data (opendata.dc.gov, ArcGIS REST API).

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
dc_recent 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.
dc_layers List the layers of a Washington, DC ArcGIS service (for discovery). Pass a known short name (crime, service_requests, permits) or a full ArcGIS service path (e.g. "FEEDS/MPD/MapServer"). Omit service to list the known DC services. Returns layer id + name to use with dc_query.
dc_query Query any Washington, DC ArcGIS layer by service path + layer id. Full ArcGIS query: where, out_fields, order_by, limit. Use dc_layers to find a service/layer, or dc_recent for the common ones. Epoch dates are converted to ISO.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "data-dc": {
      "url": "https://gateway.pipeworx.io/data-dc/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Data Dc data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-data-dc

Установить Data DC в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install data-dc

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add data-dc -- npx -y @pipeworx/mcp-data-dc

Пошаговые гайды: как установить Data DC

FAQ

Data DC MCP бесплатный?

Да, Data DC MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Data DC?

Нет, Data DC работает без API-ключей и переменных окружения.

Data DC — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Data DC в Claude Desktop, Claude Code или Cursor?

Открой Data DC на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Data DC with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development