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
- unpack a Paragon shared link into the individual properties it contains
- review all active listings attached to a GUID
- turn one collaboration link into structured property records for downstream analysis
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
- This depends on the MLS region's public CollabLink endpoints.
- If a GUID resolves but parsing is weak, inspect the source data with the raw-listings skill.