← propertylist.es

INDIVIDUAL MCP TOOL

area_market_summary

Return 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.

propertylist.esnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

propertylist.es

CONNECT 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-es]
url = "https://mcp.propertylist.es/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "propertylist-es": {
      "type": "http",
      "url": "https://mcp.propertylist.es/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: propertylist-es
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-es": {
      "url": "https://mcp.propertylist.es/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "propertylist-es": {
      "type": "http",
      "url": "https://mcp.propertylist.es/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "propertylist-es",
  "transport": "streamable-http",
  "url": "https://mcp.propertylist.es/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_properties — Search PropertyList's full Spanish property MLS by structured filters.
  • find_properties_by_description — Match Spanish properties from a free-form description of what the user wants.
  • autocomplete_location — Look up Spanish property areas (city, suburb, urbanisation) by free-text name.
  • get_property — Fetch the full record for one PropertyList listing by its reference code (the human-readable id like 'PLE-12345').
  • list_agencies — Find PropertyList agencies (estate agents) in a given Spanish area, ranked by how many active listings they carry there.
  • verified_valuation — Get a VERIFIED valuation for a Spanish property or area, sourced from the Spanish notarial register (Consejo General del Notariado) - not asking prices.
  • submit_enquiry — Submit an enquiry (lead) about a specific listing on behalf of a prospective buyer or tenant.
  • my_leads — List recent enquiries (leads) for YOUR agency's CRM - newest first.