M
mcp-server
/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 commen
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_get_reviews for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | The professional's URL-safe slug. Obtain from `muovi_search_professionals` or `muovi_get_p |
| limit | integer | Maximum number of reviews per page (default 20, max 50). |
| offset | integer | Zero-based offset into the review list 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_get_reviews","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-ar-com-muovi-mcp-server -e /muovi_get_reviews -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-ar-com-muovi-mcp-server", endpoint: "/muovi_get_reviews", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.