C
Clutch.co
/get_service_packages
List Service Packages
Use this tool when the user wants to see service packages with fixed pricing and scope for a specific type of service. This tool returns standardized packages
liveverifiedunknown~5s typical
mcpprobedclutch.co
$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-co-clutch-mcp /get_service_packages for me.
Input
| Field | Type | Description |
|---|---|---|
| service* | string | The type of service for which to retrieve packages |
| budget | string | The client's budget to filter packages |
| location | string | The location to filter packages |
| page | integer | The page number (zero-based) for pagination. default 0 |
| limit | integer | The number of packages to return per page. default 10 |
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-co-clutch-mcp","endpoint":"/get_service_packages","input":{"service":"...","page":0,"limit":10}}'cli
npx cracked-ai run -p mcp-co-clutch-mcp -e /get_service_packages -i '{"service":"...","page":0,"limit":10}'mcp
run_tool({ provider: "mcp-co-clutch-mcp", endpoint: "/get_service_packages", input: {"service":"...","page":0,"limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.