Skip to content
Back to search
100
MCP live MCP 2025-06-18 http

ar.com.muovi/mcp-server

ar.com.muovi/mcp-server

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

Uptime
100.0%
1 direct probes · 30d
Response
754ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

muovi_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 wit…

muovi_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, verific…

muovi_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 acond…

muovi_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 `…

muovi_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.…

muovi_create_task_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_t…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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