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

REMOTE · MCP.MUOVI.COM.AR · 2 COMPONENTS · SCANNED AUG 3

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

+2 this week 66 Trust /100
Trust breakdown (6 categories)

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

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability69
  • AI-judged instruction clarity (excellent).Pass
  • 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. 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
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
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.

remote · mcp.muovi.com.ar

# add to Claude Code
claude mcp add --transport http ar-com-muovi-mcp-server https://mcp.muovi.com.ar/
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add ar-com-muovi-mcp-server --url https://mcp.muovi.com.ar/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  ar-com-muovi-mcp-server:
    url: "https://mcp.muovi.com.ar/"
// mcp.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 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.

  • 31 Jul 26 +1
    • 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 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +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.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 63

    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 · Probed https://mcp.muovi.com.ar/

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.muovi.com.ar CN=YR2,O=Let's Encrypt,C=US 2 Jun 2026 31 Aug 2026 RSA 2048 SHA256-RSA 6778ef097d6aa6e885f089a63945ad8f672
SANs: mcp.muovi.com.ar
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of mcp.muovi.com.ar. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ar. present 19606 8 Verified
com.ar. present 1474 8 Verified
muovi.com.ar. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains; preload
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.muovi.com.ar/ Verified 200
http (plaintext) http://mcp.muovi.com.ar/ HTTPS enforced 308 https://mcp.muovi.com.ar/
MCP tools — 6 exposed · ~1,101 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 ~186

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.

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.