C
Clutch.co
/recommend_service_providers
Recommend Service Providers
Use this tool when the user is looking for service providers (companies, agencies, consultants, contractors, vendors) and describes requirements such as service
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 /recommend_service_providers for me.
Input
| Field | Type | Description |
|---|---|---|
| service* | string | The type of service the user is looking for (e.g., 'Web Development', 'Digital Marketing') |
| industry | string | The industry the user is in or the project is related to (e.g., 'Medical', 'eCommerce'). |
| focus_areas | string | |
| location | string | |
| client_budget | string | The dollar amount the user is willing to spend on the project. |
| hourly_rate | string | The service company's minimum hourly rate. This parameter is not budget-dependent, only se |
| company_size | string | The size of the company the user is looking for. This parameter is not budget-dependent, o |
| client_type | string | The type of client the user represents (e.g., 'small business', 'enterprise'). Only set cl |
| min_reviews | integer (0 | 1 | 3 | 5 | 10 | 15) | Minimum number of reviews a provider must have to be considered. Only set min_reviews if t default 0 |
| offset | integer | The number of providers to skip (for pagination). default 0 |
| limit | integer | The number of providers to return. default 5 |
| find_near_me | boolean | Takes user location into account if set to true, but that must be explicitly requested by default false |
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":"/recommend_service_providers","input":{"service":"...","min_reviews":0,"offset":0,"limit":5,"find_near_me":false}}'cli
npx cracked-ai run -p mcp-co-clutch-mcp -e /recommend_service_providers -i '{"service":"...","min_reviews":0,"offset":0,"limit":5,"find_near_me":false}'mcp
run_tool({ provider: "mcp-co-clutch-mcp", endpoint: "/recommend_service_providers", input: {"service":"...","min_reviews":0,"offset":0,"limit":5,"find_near_me":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.