Install
openclaw skills install crea-ddf-mcpQuery CREA/REALTOR.ca DDF via a hardened MCP server and CLI for institutional-grade listing data retrieval, metadata inspection, and media access. Use when a user needs DDF tools in Claude MCP, OpenClaw, or scripted research workflows.
openclaw skills install crea-ddf-mcpUse this skill to run DDF as a governed MCP/CLI integration for downstream analysis and automations.
Set environment variables:
DDF_BASE_URLDDF_AUTH_URLDDF_TOKEN_GRANT (client_credentials or password)DDF_CLIENT_ID + DDF_CLIENT_SECRET (for client credentials)DDF_USERNAME + DDF_PASSWORD (for password grant)Optional operational controls:
DDF_HTTP_TIMEOUT_MS, DDF_HTTP_RETRIES, DDF_HTTP_RPS, DDF_HTTP_BURSTDDF_MEDIA_ENTITY, DDF_MEDIA_RECORD_KEY_FIELD, DDF_MEDIA_ORDER_FIELDnpm --workspace @fub/crea-ddf-mcp run build
node packages/crea-ddf-mcp/dist/mcp-server.js
npm --workspace @fub/crea-ddf-mcp run dev:cli -- search-properties --filters-json '{"city":"Toronto"}' --top 5
npm --workspace @fub/crea-ddf-mcp run dev:cli -- get-property --id "<ListingKey>"
npm --workspace @fub/crea-ddf-mcp run dev:cli -- get-metadata
Use references/claude-mcp-config.md for Claude setup and references/openclaw-wiring.md for OpenClaw runtime wiring.
ddf.search_properties, ddf.get_property) over raw calls.