# EPK Properties Public Knowledge MCP (remote · mcp.epkproperties.com)

Public EPK real estate listings and multilingual guides for Panama and the Dominican Republic.

- Trust score: 73/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-05

## Components

- remote · `mcp.epkproperties.com`: 73/100 (this document), [markdown](https://verifymcp.io/servers/com-epkproperties-public-knowledge/mcp.md), [page](https://verifymcp.io/servers/com-epkproperties-public-knowledge/mcp)

## Channel facts

- Endpoint: `https://mcp.epkproperties.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.2.6`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-05.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 687 tokens (~98/item across 7 items; 6 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 64% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http com-epkproperties-public-knowledge https://mcp.epkproperties.com/mcp
```

### Codex

```toml
[mcp_servers.com-epkproperties-public-knowledge]
url = "https://mcp.epkproperties.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-epkproperties-public-knowledge": {
      "type": "remote",
      "url": "https://mcp.epkproperties.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-epkproperties-public-knowledge --url https://mcp.epkproperties.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-epkproperties-public-knowledge:
    url: "https://mcp.epkproperties.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-epkproperties-public-knowledge": {
      "type": "http",
      "url": "https://mcp.epkproperties.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-05 (score 73, +1)

- [security] Resource “epk-property-explorer” now points somewhere else: ui://widget/epk-property-explorer.v6.html → ui://widget/epk-property-explorer.v7.html
- [security] Resource “epk-property-explorer” now points somewhere else: ui://widget/epk-property-explorer.v5.html → ui://widget/epk-property-explorer.v6.html
- [functional improvement] Stability: unverified → 0.03
- [functional] Server version: 2.2.4 → 2.2.6
- [functional] Server version: 2.2.3 → 2.2.4

### 2026-08-04 (score 72)

First indexed and scored.

## MCP tools (6)

### `search` (~67 tokens)

Search EPK public knowledge

Use this for EPK public knowledge searches and always when one request combines property listings with guides, regulations, taxes, residency, relocation, or due diligence. It returns both result types in one response and remains compatible with company knowledge and deep research.

Input parameters:

- `query` (string, required): Natural-language search query.

Output parameters:

- `results` (array)

### `fetch` (~39 tokens)

Fetch EPK public document

Use this when the user wants the full public property or guide document identified by a prior search result.

Input parameters:

- `id` (string, required): Document ID returned by search.

Output parameters:

- `id` (string)
- `text` (string)
- `title` (string)
- `url` (string)

### `search_properties` (~265 tokens)

Search public properties

Use this when the user wants only public EPK Properties listings with explicit country, sale/rent, property type, price, bedroom, bathroom, or area filters. If the same request also asks for guides or regulations, use search instead so both kinds appear together.

Input parameters:

- `country` (string): PTY for Panama or DOM for the Dominican Republic.
- `language` (string): Language for descriptions and canonical listing URLs.
- `limit` (integer)
- `max_area` (number): Maximum area in square metres.
- `max_bathrooms` (integer): Maximum bathrooms; set equal to min_bathrooms for an exact bathroom count.
- `max_bedrooms` (integer): Maximum bedrooms; set equal to min_bedrooms for an exact bedroom count.
- `max_price` (number)
- `min_area` (number): Minimum area in square metres.
- `min_bathrooms` (integer): Minimum number of bathrooms.
- `min_bedrooms` (integer): Minimum number of bedrooms.
- `min_price` (number)
- `offset` (integer)
- `operation_type` (string): Search properties for sale or rent.
- `property_type` (string)
- `query` (string): Location, property name, address, or descriptive keywords.

Output parameters:

- `has_more` (boolean)
- `limit` (integer)
- `offset` (integer)
- `results` (array)
- `total` (integer)

### `get_property` (~48 tokens)

Get public property

Use this when the user wants full public details for a property UUID returned by search_properties.

Input parameters:

- `language` (string)
- `property_id` (string, required): Public property UUID returned by search_properties.

Output parameters:

- `id` (string)
- `metadata` (object)
- `text` (string)
- `title` (string)
- `url` (string)

### `search_guides` (~123 tokens)

Search public real estate guides

Use this when the user asks only for EPK public guidance about buying, taxation, regulations, residency, locations, rental management, relocation, or due diligence in Panama or the Dominican Republic. If the same request also asks for properties, use search instead so both kinds appear together.

Input parameters:

- `country` (string)
- `language` (string): Omit to infer the language from the query.
- `limit` (integer)
- `offset` (integer)
- `query` (string, required): Topic, regulation, tax, residency, location, or buying-process query.

Output parameters:

- `has_more` (boolean)
- `limit` (integer)
- `offset` (integer)
- `results` (array)
- `total` (integer)

### `get_guide_section` (~44 tokens)

Get public guide section

Use this when the user wants the complete public EPK guide section identified by search_guides.

Input parameters:

- `id` (string, required): Guide section ID returned by search_guides.

Output parameters:

- `country` (string)
- `countryName` (string)
- `id` (string)
- `image_url` (string)
- `kind` (string)
- `language` (string)
- `metadata` (object)
- `section` (string)
- `sources` (array)
- `summary` (string)
- `text` (string)
- `title` (string)
- `url` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-epkproperties-public-knowledge/mcp#diagnostics

## Score history

- 2026-08-05: 73
- 2026-08-04: 72

## Links

- Remote endpoint: https://mcp.epkproperties.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-epkproperties-public-knowledge/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-epkproperties-public-knowledge/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-epkproperties-public-knowledge/mcp
