dc_layers
Pack: data-dc · Endpoint: https://gateway.pipeworx.io/data-dc/mcp
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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
service | string | no | Short name (crime|service_requests|permits) or full ArcGIS service path. Omit to list known services. |
Example call
curl -X POST https://gateway.pipeworx.io/data-dc/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dc_layers","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"data-dc": {
"url": "https://gateway.pipeworx.io/data-dc/mcp"
}
}
}
See Getting Started for client-specific install steps.