# io.github.Arenafriends/valerie-mcp (npm · @valeriehomebyaf/valerie-mcp)

French real estate AI: DVF transactions, internet coverage, market insights. Free + €5/month.

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

## Components

- npm · `@valeriehomebyaf/valerie-mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/arenafriends-valerie-mcp/valeriehomebyaf-valerie-mcp.md), [page](https://verifymcp.io/servers/arenafriends-valerie-mcp/valeriehomebyaf-valerie-mcp)

## Channel facts

- Registry: `npm`
- Package: `@valeriehomebyaf/valerie-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 90 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 337 tokens (~48/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add arenafriends-valerie-mcp -- npx -y @valeriehomebyaf/valerie-mcp
```

### Codex

```bash
codex mcp add arenafriends-valerie-mcp -- npx -y @valeriehomebyaf/valerie-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "arenafriends-valerie-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@valeriehomebyaf/valerie-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add arenafriends-valerie-mcp --command npx --arg -y --arg @valeriehomebyaf/valerie-mcp
```

### Hermes

```yaml
mcp_servers:
  arenafriends-valerie-mcp:
    command: "npx"
    args: ["-y", "@valeriehomebyaf/valerie-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "arenafriends-valerie-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@valeriehomebyaf/valerie-mcp"
      ]
    }
  }
}
```

## 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-03 (score 63, +12)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] License: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial

### 2026-08-02 (score 51, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-01 (score 36, +24)

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

### 2026-07-30 (score 12, −65)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-29 (score 77, +31)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional regression] License: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Schema quality: unverified → excellent

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (7)

### `authenticate` (~34 tokens)

Request a one-time login code sent to your email address. Call verify_code next.

Input parameters:

- `email` (string, required): Your email address

### `verify_code` (~53 tokens)

Confirm the 6-digit code sent to your email to open a session with Valérie.

Input parameters:

- `code` (string, required): 6-digit code received by email
- `email` (string, required): The email you used in authenticate

### `ask_valerie` (~88 tokens)

Send a question to Valérie and receive her answer. She specialises in French real estate, internet coverage, and the Home by Arenafriends app.

Input parameters:

- `conv_id` (number): Conversation ID from verify_code (HTTP mode only)
- `question` (string, required): Your question for Valérie (French or English)
- `token` (string): Session token from verify_code (HTTP mode only)

### `get_status` (~33 tokens)

Check your remaining free questions and subscription status.

Input parameters:

- `token` (string): Session token from verify_code (HTTP mode only)

### `subscribe` (~40 tokens)

Get a Stripe checkout link to subscribe (5 €/month, 100 questions/month).

Input parameters:

- `token` (string): Session token from verify_code (HTTP mode only)

### `list_conversations` (~43 tokens)

List all conversations for this account — from web, email, and MCP — with their titles and sources.

Input parameters:

- `token` (string): Session token (HTTP mode only)

### `get_conversation` (~46 tokens)

Retrieve the full message history of a specific conversation.

Input parameters:

- `conv_id` (number, required): Conversation ID from list_conversations
- `token` (string): Session token (HTTP mode only)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/arenafriends-valerie-mcp/valeriehomebyaf-valerie-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 51
- 2026-08-01: 36
- 2026-07-30: 12
- 2026-07-29: 77
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@valeriehomebyaf/valerie-mcp
- Socket report: https://socket.dev/npm/package/@valeriehomebyaf/valerie-mcp
- Repository: https://github.com/Arenafriends/valerie-mcp
- Changelog RSS feed: https://verifymcp.io/servers/arenafriends-valerie-mcp/valeriehomebyaf-valerie-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/arenafriends-valerie-mcp/valeriehomebyaf-valerie-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/arenafriends-valerie-mcp/valeriehomebyaf-valerie-mcp
