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
| Field | Type | Description |
|---|---|---|
| service | string | Service slug (e.g. "electricidad"). Matches `Service.slug` in the catalog. |
| city | string | City slug (e.g. "caba"). Matches `City.slug` in the catalog. |
| neighborhood | string | Neighborhood slug (e.g. "palermo"). Matches `Neighborhood.slug` in the catalog. |
| verified_identity | boolean | When true, only return pros whose identity has been verified by Muovi. |
| has_matricula | boolean | When true, only return pros with a verified professional matrícula on file (electricians, |
| min_rating | number | Minimum blended average rating, 0-5 inclusive. |
| min_reviews | integer | Minimum blended review count. |
| limit | integer | Maximum number of results per page (default 20, max 50). |
| offset | integer | Zero-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.