metadata

Pack: data-colorado · Endpoint: https://gateway.pipeworx.io/data-colorado/mcp

Get a Colorado Information Marketplace dataset’s schema + metadata (columns, types, row count, category, last-updated) by resource_id, e.g. “4ykn-tg5h”.

Parameters

NameTypeRequiredDescription
resource_idstringyesDataset id, e.g. “4ykn-tg5h”.

Example call

curl -X POST https://gateway.pipeworx.io/data-colorado/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"metadata","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 26, 2026