π¦ ClawHub
Paragon MLS Fetch Listings
by @earlvanze
Fetch all active property listings from a Paragon MLS shared listing GUID. Use when resolving a Paragon link or GUID into the parsed property records behind it.
TERMINAL
clawhub install paragon-mls-fetch-listingsπ About This Skill
name: paragon-mls-fetch-listings description: "Fetch all active property listings from a Paragon MLS shared listing GUID. Use when resolving a Paragon link or GUID into the parsed property records behind it." metadata: openclaw: requires: bins: - node mcp: paragon-mls: command: node args: - /home/umbrel/.openclaw/workspace/deal-analyst/paragon-mls-mcp/dist/index.js
Paragon MLS Fetch Listings
Use the paragon-mls.fetch_listings MCP tool to resolve a shared Paragon MLS GUID into all parsed active listings behind it.
Prefer this skill when the input is a Paragon share link, GUID, or collaboration page rather than a single MLS number.
Typical use
Example
mcporter call paragon-mls.fetch_listings mlsId="6d70b762-36a4-4ac0-bedd-d0dae2920867" systemId="globalmls"
Inputs
mlsId (required)systemId (default: globalmls)Output shape
Returns a JSON object with:
countproperties[]Each property is already parser-normalized, so this is the best entry point before running deeper analysis.
Notes
π‘ Examples
mcporter call paragon-mls.fetch_listings mlsId="6d70b762-36a4-4ac0-bedd-d0dae2920867" systemId="globalmls"