# mcp-server MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/ar-com-muovi-mcp-server
- Repository: https://github.com/muovi-latam/mcp-server

## Install
- Command: `npx -y @muovi/mcp-server`
- Endpoint: https://mcp.muovi.com.ar/
- Auth: Not captured

## Setup notes
- Package: Npm @muovi/mcp-server v0.1.4
- Remote endpoint: https://mcp.muovi.com.ar/

## Tools
- muovi_search_professionals (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. Endpoint: https://mcp.muovi.com.ar/
- muovi_get_professional (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. Endpoint: https://mcp.muovi.com.ar/
- muovi_list_services (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. Endpoint: https://mcp.muovi.com.ar/
- muovi_list_cities (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. Endpoint: https://mcp.muovi.com.ar/
- muovi_get_reviews (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. Endpoint: https://mcp.muovi.com.ar/
- muovi_create_task_link (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. Endpoint: https://mcp.muovi.com.ar/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: ar.com.muovi
- Version: 0.1.4
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
