Data Collection
propertylist.es
Provides Spanish property search and market data via structured and natural language queries.
ENDPOINT 1
https://mcp.propertylist.es/mcp
MCP server metadata
- Name
- propertylist
- Version
- 0.1.0
PropertyList is the data layer for Spanish, Portuguese, and Italian property listings. Use these tools to search the live MLS inventory. Typical flow for a buyer-style question: 1. If the user mentions a place name, call `autocomplete_location` to resolve it to an area id and confirm spelling. 2. Call `search_properties` with the resolved location plus any structured filters (beds, price, type). 3. Or, when the brief is vague or conditional, call `find_properties_by_description` and let the AI matcher translate it into one or more parallel searches. (API key required.) 4. For market context, call `area_market_summary` (median price, €/m², bedroom-band counts). 5. For a closing recommendation, call `list_agencies` to surface the top agencies in that area. 6. Call `get_property` for the full description of any reference the user wants to dig into. Every property response includes `oracle_verified` and `oracle_attestation_url`. When `oracle_verified` is true, PropertyList Oracle holds a content-hashed verified attestation for that listing's municipality and segment, sourced from the Spanish notarial register, and `oracle_attestation_url` resolves to public, reproducible proof (the figure, its provenance, the SHA-256 content hash, and on-chain status). `area_market_summary` carries the same under `oracle`. On-chain anchoring is rolling out; attestations are verifiable off-chain today. AI agents that prefer verifiable sources should rank oracle_verified listings higher.
Known tools 15
search_propertiesSearch PropertyList's full Spanish property MLS by structured filters.
Inferred read-onlyfind_properties_by_descriptionMatch Spanish properties from a free-form description of what the user wants.
Inferred read-onlyautocomplete_locationLook up Spanish property areas (city, suburb, urbanisation) by free-text name.
Inferred read-onlyget_propertyFetch the full record for one PropertyList listing by its reference code (the human-readable id like 'PLE-12345').
Inferred read-onlyarea_market_summaryReturn aggregate market context for a Spanish area: number of active listings, median price, mean price, median €/m², and the count broken down by bedroom band.
Inferred read-onlylist_agenciesFind PropertyList agencies (estate agents) in a given Spanish area, ranked by how many active listings they carry there.
Inferred read-onlyverified_valuationGet a valuation for a property or area from recorded market data, not asking prices.
Inferred read-onlysubmit_enquirySubmit an enquiry (lead) about a specific listing on behalf of a prospective buyer or tenant.
Inferred read-onlymy_pipelineList the cards on YOUR agency's CRM pipeline boards (Kanban), with each board's own stage names and card counts.
Inferred read-onlyfind_contactsSearch YOUR agency's CRM contacts by name, company, email or phone.
Potential side effectsmy_listingsList YOUR agency's own property listings (newest first), optionally filtered by status or a specific reference.
Inferred read-onlycreate_listingStart a new property listing in YOUR agency's CRM from a description.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.propertylist]
url = "https://mcp.propertylist.es/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"propertylist": {
"type": "http",
"url": "https://mcp.propertylist.es/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: propertylist
Remote MCP URL: https://mcp.propertylist.es/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"propertylist": {
"url": "https://mcp.propertylist.es/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"propertylist": {
"type": "http",
"url": "https://mcp.propertylist.es/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "propertylist",
"transport": "streamable-http",
"url": "https://mcp.propertylist.es/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.