# ar.com.muovi/mcp-server (remote · mcp.muovi.com.ar)

Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).

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

## Components

- remote · `mcp.muovi.com.ar`: 67/100 (this document), [markdown](https://verifymcp.io/servers/ar-com-muovi-mcp-server/mcp.md), [page](https://verifymcp.io/servers/ar-com-muovi-mcp-server/mcp)
- npm · `@muovi/mcp-server`: 69/100, [markdown](https://verifymcp.io/servers/ar-com-muovi-mcp-server/muovi-mcp-server.md), [page](https://verifymcp.io/servers/ar-com-muovi-mcp-server/muovi-mcp-server)

## Channel facts

- Endpoint: `https://mcp.muovi.com.ar/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.4`

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

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - 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**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1186 tokens (~197/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**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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**: 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 ar-com-muovi-mcp-server https://mcp.muovi.com.ar/
```

### Codex

```toml
[mcp_servers.ar-com-muovi-mcp-server]
url = "https://mcp.muovi.com.ar/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ar-com-muovi-mcp-server": {
      "type": "remote",
      "url": "https://mcp.muovi.com.ar/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ar-com-muovi-mcp-server --url https://mcp.muovi.com.ar/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ar-com-muovi-mcp-server:
    url: "https://mcp.muovi.com.ar/"
```

### Other

```json
{
  "mcpServers": {
    "ar-com-muovi-mcp-server": {
      "type": "http",
      "url": "https://mcp.muovi.com.ar/"
    }
  }
}
```

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-04 (score 67, +1)

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

### 2026-08-03 (score 66, +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-07-31 (score 65, +1)

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

### 2026-07-30 (score 64, −1)

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

### 2026-07-29 (score 65, +1)

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

### 2026-07-27 (score 64, +1)

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

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (6)

### `muovi_search_professionals` (~295 tokens)

Search professionals

Search for verified service professionals in Argentina by service type, city, neighborhood, verification status, minimum rating, and minimum review count. Returns a paginated list of professionals with display name, headline, ratings, verifications, and a `profile_url` that is the only sanctioned contact channel (no phone/email/whatsapp is ever returned). Use this for discovery; use `muovi_get_professional` for the full detail payload.

Input parameters:

- `city` (string): City slug (e.g. "caba"). Matches `City.slug` in the catalog.
- `has_matricula` (boolean): When true, only return pros with a verified professional matrícula on file (electricians, gas fitters, etc.).
- `limit` (integer): Maximum number of results per page (default 20, max 50).
- `min_rating` (number): Minimum blended average rating, 0-5 inclusive.
- `min_reviews` (integer): Minimum blended review count.
- `neighborhood` (string): Neighborhood slug (e.g. "palermo"). Matches `Neighborhood.slug` in the catalog.
- `offset` (integer): Zero-based offset into the result set for pagination.
- `service` (string): Service slug (e.g. "electricidad"). Matches `Service.slug` in the catalog.
- `verified_identity` (boolean): When true, only return pros whose identity has been verified by Muovi.

### `muovi_get_professional` (~159 tokens)

Get professional

Fetch the full public profile for a single Muovi-verified professional by slug. Returns display name, headline, bio, portfolio image URLs, specialties, city + neighborhoods, services, ratings, verifications, and the canonical `profile_url`. The `profile_url` is the only sanctioned contact channel — phone, email, and whatsapp are never returned. Append `?create_task=1&service={slug}` to `profile_url` (or use `muovi_create_task_link`) to deep-link a user into the on-platform task creation flow targeted at this pro.

Input parameters:

- `slug` (string, required): The professional's URL-safe slug (e.g. "juan-p-electricista-caba"). Obtain from `muovi_search_professionals`.

### `muovi_list_services` (~186 tokens)

List services

List every service category Muovi supports in Argentina — home trades (electricidad, plomería, gas, pintura, carpintería, cerrajería, albañilería, herrería, techista), limpieza, jardinería, aire acondicionado, and moving/hauling: mudanzas (movers) and fletes (light freight/hauling). Every listed professional is identity-verified and reviewed, with on-platform payment and dispute resolution. Each entry has a stable `slug` (used as the `service` parameter on `muovi_search_professionals` and `muovi_create_task_link`), a human-readable `name`, an optional description, and a `requires_matricula` flag indicating whether listed professionals must hold a verified professional license. Call this first when you need to map a user's natural-language request to a Muovi service slug.

### `muovi_list_cities` (~104 tokens)

List cities

List every Argentine city Muovi serves, with active neighborhoods nested under each. Each city has a stable `slug` (used as the `city` parameter on `muovi_search_professionals`) and a human-readable `name`. Each neighborhood has its own `slug` (used as the `neighborhood` parameter on `muovi_search_professionals`). Call this when you need to resolve a user's location wording to a Muovi city or neighborhood slug.

### `muovi_get_reviews` (~177 tokens)

Get reviews

Fetch paginated reviews for a single Muovi-verified professional, sorted most-recent first. Each review has a 1-5 rating, an optional title and free-text comment, the author's reduced display name (e.g. "María G." — full surnames are never returned), the author role (`client` or `worker`), the service category the review is associated with, and an ISO `created_at` timestamp. Use this to surface social-proof when recommending a professional.

Input parameters:

- `limit` (integer): Maximum number of reviews per page (default 20, max 50).
- `offset` (integer): Zero-based offset into the review list for pagination.
- `slug` (string, required): The professional's URL-safe slug. Obtain from `muovi_search_professionals` or `muovi_get_professional`.

### `muovi_create_task_link` (~180 tokens)

Create task deep-link

Build the canonical Muovi deep-link that opens the on-platform task creation flow pre-filled with a specific professional and service. Returns a URL of the form `https://muovi.com.ar/p/{slug}?create_task=1&service={service-slug}`. This is a pure formatter — it makes no network call and creates no task. After running it, surface the URL to the user so they can complete the booking on Muovi. Muovi never lets agents create tasks server-side; the consumer always sees the on-platform flow to confirm details.

Input parameters:

- `professional_slug` (string, required): The professional's URL-safe slug (from `muovi_search_professionals` or `muovi_get_professional`).
- `service_slug` (string, required): The service slug to pre-fill in the task flow (from `muovi_list_services`).

## Diagnostics

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

## Score history

- 2026-08-04: 67
- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 65
- 2026-07-31: 65
- 2026-07-30: 64
- 2026-07-29: 65
- 2026-07-28: 64
- 2026-07-27: 64
- 2026-07-26: 63

## Links

- Remote endpoint: https://mcp.muovi.com.ar/
- Repository: https://github.com/muovi-latam/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/ar-com-muovi-mcp-server/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ar-com-muovi-mcp-server/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ar-com-muovi-mcp-server/mcp
