denver_layers
Pack: data-denver · Endpoint: https://gateway.pipeworx.io/data-denver/mcp
List the layers of a Denver ArcGIS service (for discovery). Pass a known short name (crime) or a full ArcGIS service path (e.g. “ODC_CRIME_OFFENSES_P/FeatureServer”). Omit service to list the known Denver services. Returns layer id + name to use with denver_query.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
service | string | no | Short name (crime) or full ArcGIS service path. Omit to list known services. |
Example call
curl -X POST https://gateway.pipeworx.io/data-denver/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"denver_layers","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"data-denver": {
"url": "https://gateway.pipeworx.io/data-denver/mcp"
}
}
}
See Getting Started for client-specific install steps.