Clutch.co
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

FieldTypeDescription
service*stringThe type of service the user is looking for (e.g., 'Web Development', 'Digital Marketing')
industrystringThe industry the user is in or the project is related to (e.g., 'Medical', 'eCommerce').
focus_areasstring
locationstring
client_budgetstringThe dollar amount the user is willing to spend on the project.
hourly_ratestringThe service company's minimum hourly rate. This parameter is not budget-dependent, only se
company_sizestringThe size of the company the user is looking for. This parameter is not budget-dependent, o
client_typestringThe type of client the user represents (e.g., 'small business', 'enterprise'). Only set cl
min_reviewsinteger (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
offsetintegerThe number of providers to skip (for pagination). default 0
limitintegerThe number of providers to return. default 5
find_near_mebooleanTakes 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.