Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

ar.com.muovi/mcp-server

NPM · @MUOVI/MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3

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

−10 this week 69 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability72
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1030 tokens (~171/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @muovi/mcp-server

# add to Claude Code
claude mcp add ar-com-muovi-mcp-server -- npx -y @muovi/mcp-server
# add to Codex CLI
codex mcp add ar-com-muovi-mcp-server -- npx -y @muovi/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ar-com-muovi-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@muovi/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ar-com-muovi-mcp-server --command npx --arg -y --arg @muovi/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  ar-com-muovi-mcp-server:
    command: "npx"
    args: ["-y", "@muovi/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "ar-com-muovi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@muovi/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +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.

  • 2 Aug 26 +33
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −40
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • License: pass → unverified functional
    • Maintenance: pass → unverified functional
    • Dependency health: partial → unverified functional
    • Licence: MIT functional
  • 27 Jul 26 +53
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Maintenance: unverified → pass functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • Licence: MIT functional
  • 26 Jul 26 26

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@muovi/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~1,030 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
muovi_create_task_link ~180

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.

NameTypeReqDescription
professional_slugstringyesThe professional's URL-safe slug (from `muovi_search_professionals` or `muovi_get_professional`).
service_slugstringyesThe service slug to pre-fill in the task flow (from `muovi_list_services`).

No output schema declared.

No examples provided.

muovi_get_professional ~159

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.

NameTypeReqDescription
slugstringyesThe professional's URL-safe slug (e.g. "juan-p-electricista-caba"). Obtain from `muovi_search_professionals`.

No output schema declared.

No examples provided.

muovi_get_reviews ~177

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.

NameTypeReqDescription
limitintegerMaximum number of reviews per page (default 20, max 50).
offsetintegerZero-based offset into the review list for pagination.
slugstringyesThe professional's URL-safe slug. Obtain from `muovi_search_professionals` or `muovi_get_professional`.

No output schema declared.

No examples provided.

muovi_list_cities ~104

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

muovi_list_services ~115

List every service category Muovi supports in Argentina (electricidad, plomería, pintura, etc.). 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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

muovi_search_professionals ~295

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.

NameTypeReqDescription
citystringCity slug (e.g. "caba"). Matches `City.slug` in the catalog.
has_matriculabooleanWhen true, only return pros with a verified professional matrícula on file (electricians, gas fitters, etc.).
limitintegerMaximum number of results per page (default 20, max 50).
min_ratingnumberMinimum blended average rating, 0-5 inclusive.
min_reviewsintegerMinimum blended review count.
neighborhoodstringNeighborhood slug (e.g. "palermo"). Matches `Neighborhood.slug` in the catalog.
offsetintegerZero-based offset into the result set for pagination.
servicestringService slug (e.g. "electricidad"). Matches `Service.slug` in the catalog.
verified_identitybooleanWhen true, only return pros whose identity has been verified by Muovi.

No output schema declared.

No examples provided.