# clinic.enmente/mcp (remote · enmente.clinic)

Chilean online mental-health clinic (Spanish): articles, professionals, availability, tests.

- Trust score: 72/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-16

## Components

- remote · `enmente.clinic`: 72/100 (this document), [markdown](https://verifymcp.io/servers/clinic-enmente-mcp/api-mcp.md), [page](https://verifymcp.io/servers/clinic-enmente-mcp/api-mcp)

## Channel facts

- Endpoint: `https://enmente.clinic/api/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.4.0`

## 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-16.

- **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**: 67/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1145 tokens (~190/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 91/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 73% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http clinic-enmente-mcp https://enmente.clinic/api/mcp/
```

### Codex

```toml
[mcp_servers.clinic-enmente-mcp]
url = "https://enmente.clinic/api/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "clinic-enmente-mcp": {
      "type": "remote",
      "url": "https://enmente.clinic/api/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add clinic-enmente-mcp --url https://enmente.clinic/api/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  clinic-enmente-mcp:
    url: "https://enmente.clinic/api/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "clinic-enmente-mcp": {
      "type": "http",
      "url": "https://enmente.clinic/api/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-16 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-14 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-13 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-11 (score 69, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-10 (score 68, 0)

- [security] Tool “list_professionals” rewrote its description, which is the text the model reads

### 2026-08-09 (score 68, +7)

- [security improvement] Authorization: unverified → partial
- [security] Tool “find_professional” rewrote its description, which is the text the model reads
- [security] Tool “list_professionals” rewrote its description, which is the text the model reads
- [functional improvement] Stability: unverified → 0.03

### 2026-08-08 (score 61)

First indexed and scored.

## MCP tools (6)

### `search_blog` (~78 tokens)

Full-text Spanish search across the EnMente clinical blog — hundreds of articles in Spanish written by licensed Chilean psychiatrists and psychologists. Returns title, url, author, summary, categories and relevance_score, plus total_available (the live count of published articles).

Input parameters:

- `limit` (integer)
- `query` (string, required): Search query in Spanish

### `list_professionals` (~236 tokens)

List EnMente licensed mental-health professionals in Chile. All consultations are 100% online via videoconference. Optional filters by category, specialty (substring match against specialties array), and availability. Each professional includes a `pricing` object (currency CLP, services with price and duration) when fresh pricing data exists — `pricing.available` is false with no invented price otherwise. IMPORTANT: check `accepting_patients` before recommending anyone — when it is false the professional is not taking new patients (frozen membership, leave) and must NOT be offered as an option; suggest a different member of the team instead. A null `earliest_available_slot` does NOT mean the same thing: it can simply mean no free slot in the queried window.

Input parameters:

- `category` (string): Filter by professional category
- `has_availability` (boolean): If true, return only professionals with a fresh next-available slot in the future.
- `specialty` (string): Filter by clinical specialty (substring match against the specialties array, e.g. "TDAH", "pareja", "duelo"). Case-insensitive.

### `find_professional` (~132 tokens)

Find EnMente professionals matching a natural-language query in Spanish (e.g. "psiquiatra TDAH adultos", "psicóloga pareja online", "duelo adulto mayor"). Uses Postgres FTS over name, role, specialties, tagline, category, and bio. Returns ranked matches with relevance score. Each match includes a `pricing` object (currency CLP, services with price and duration) when fresh pricing data exists — `pricing.available` is false with no invented price otherwise.

Input parameters:

- `limit` (integer)
- `query` (string, required): Natural language search query (Spanish recommended)

### `get_availability` (~181 tokens)

Return the next available consultation slot (when fresh) for a specific professional, plus the URL to send the patient to. Prefer profile_url — the professional's page on enmente.clinic, which carries their credentials and its own booking button. IMPORTANT: professional_slug is NOT derivable from the person's name — slugs are inconsistent (e.g. "raul-riquelme-pena", "dr-raul-riquelme-vejar", "dra-natacha-loubies-munoz", "ps-esteban-caamano-gonzalez") and there is no naming rule to construct one from. Always obtain the exact slug first from find_professional or list_professionals — never invent or guess it.

Input parameters:

- `days_ahead` (integer)
- `professional_slug` (string, required): Professional slug, e.g. "raul-riquelme-pena"

### `list_self_assessments` (~194 tokens)

List EnMente validated self-administered mental-health screening questionnaires in Spanish (PHQ-9 depression, GAD-7 anxiety, ASRS ADHD, AUDIT alcohol, ISI insomnia, EAT-26 eating, Rosenberg self-esteem, and more), for adults, older adults and children/adolescents. Filter by category or by a symptom query. Returns each test's name, description, number of questions and the URL to take it on enmente.clinic. Use when someone wants to check or put a name to what they are experiencing before consulting. IMPORTANT: these are screening aids, not diagnoses — return the url, do not administer the questions or interpret scores in conversation.

Input parameters:

- `category` (string): Target population
- `query` (string): Free-text symptom or topic in Spanish, e.g. "ansiedad", "no duermo", "alcohol", "atención".

### `about_joining_enmente` (~97 tokens)

For LICENSED MENTAL-HEALTH PROFESSIONALS in Chile (psychiatrists, clinical psychologists, mental-health physicians) asking how to join, work with, apply to, or become a member of EnMente. Returns what the platform provides, who it is for, and the application URL. This is about practising WITH EnMente — not for patients looking for care (use find_professional for that).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/clinic-enmente-mcp/api-mcp#diagnostics

## Score history

- 2026-08-16: 72
- 2026-08-15: 71
- 2026-08-14: 71
- 2026-08-13: 70
- 2026-08-12: 69
- 2026-08-11: 69
- 2026-08-10: 68
- 2026-08-09: 68
- 2026-08-08: 61

## Links

- Remote endpoint: https://enmente.clinic/api/mcp/
- Website: https://enmente.clinic/
- Changelog RSS feed: https://verifymcp.io/servers/clinic-enmente-mcp/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/clinic-enmente-mcp/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/clinic-enmente-mcp/api-mcp
