trackmcp
Back to directory
techgardeners

epk-properties-mcp

View on GitHub

Public MCP server for EPK Properties listings and real-estate guidance

0 stars JavaScriptOthers Updated Sep 1, 2026
aichatgptmcpmodel-context-protocolopenaireal-estate

Documentation

EPK Properties Public Knowledge MCP

Public MCP monitor

The official public, read-only Model Context Protocol endpoint for published EPK

property listings and multilingual real-estate guides for Panama and the

Dominican Republic.

Connect

text
https://mcp.epkproperties.com/mcp

Transport: Streamable HTTP. Authentication: none.

Generic MCP client configuration:

json
{
  "mcpServers": {
    "epk-properties": {
      "type": "streamable-http",
      "url": "https://mcp.epkproperties.com/mcp"
    }
  }
}

Clients that accept remote MCP URLs can connect to this same endpoint. See

client notes and the live

distribution status.

Public surface

CapabilityPurpose
`search`Search published EPK listings and public guide sections.
`fetch`Fetch one public document returned by standard search.
`search_properties`Filter public listings by country, operation, type, price, rooms and area.
`get_property`Retrieve one complete public property document.
`search_guides`Search public guidance about buying, taxes, regulations, residency, relocation, rentals and due diligence.
`get_guide_section`Retrieve one complete public guide section.

The service also advertises two guided prompts and an interactive,

standards-based MCP App (`EPK Property Explorer`) with compatibility metadata

for ChatGPT.

Safety boundary

  • Public data only: records must already satisfy EPK website visibility rules.
  • Read-only: no create, update, delete, booking, payment or contact actions.
  • No client, owner, workspace, authentication, CRM, admin or negotiation data.
  • Canonical EPK URLs are returned for verification and citation.
  • Prices and availability must be reconfirmed.
  • Guides are informational and are not legal, tax, financial or immigration

advice.

Verification

  • Health:
  • Readiness:
  • Server card:
  • Distribution JSON:
  • Distribution status:
  • Documentation:
  • Privacy:
  • Terms:
  • Support:

`server.json` is the canonical Official MCP Registry metadata. This repository

contains public metadata and operational documentation only; the production

service and the private EPK monorepo are not published here.

Version

Current public release: `2.2.8`.

See security reporting and support.

Frequently asked questions

What is epk-properties-mcp?

epk-properties-mcp is Public MCP server for EPK Properties listings and real-estate guidance

How do I install epk-properties-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is epk-properties-mcp open source?

Yes — it is hosted on GitHub at https://github.com/techgardeners/epk-properties-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP