mcp-server
M
mcp-server
/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. Retur

liveverifiedunknown~5s typical
mcpprobedmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ar-com-muovi-mcp-server /muovi_search_professionals for me.

Input

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

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ar-com-muovi-mcp-server","endpoint":"/muovi_search_professionals","input":{}}'
cli
npx cracked-ai run -p mcp-ar-com-muovi-mcp-server -e /muovi_search_professionals -i '{}'
mcp
run_tool({ provider: "mcp-ar-com-muovi-mcp-server", endpoint: "/muovi_search_professionals", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.