co.clutch/mcp
Official3 toolsClutch.co
Trusted B2B service providers with verified client reviews
Access verified B2B service providers with client reviews and ratings.
Captured live from the server via tools/list.
get_service_provider_reviews
Use this tool when the user asks to see client reviews for a specific service provider (company). It returns detailed reviews that include project information, pricing, scope, client feedback, ratings, and more. Optionally filter reviews by a specific service.
Parameters (4)
- company_namestringrequired
The name of the company to get reviews for
- serviceany
The specific service to filter reviews by
- offsetinteger
The number of reviews to skip for pagination
- limitinteger
The maximum number of reviews to return
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 type, industry, location, budget and pricing, company size, or specific focus areas (technologies/specialties). The tool returns a ranked list of providers that best match the criteria, including basic profile info and review/rating signals for comparison. Use `offset`/`limit` for pagination. Examples: - "Give me top web development companies for small businesses in the healthcare industry" -> service="Web Development", industry="Healthcare", client_type="Small Business( <$10M)" - "I need to improve SEO of my online store" -> service="SEO" - "I need SEO agencies that specialize in Shopify and have at least 10 reviews" -> service="SEO", focus_areas=["Shopify"], min_reviews=10
Parameters (12)
- servicestringrequired
The type of service the user is looking for (e.g., 'Web Development', 'Digital Marketing').
- industryany
The industry the user is in or the project is related to (e.g., 'Medical', 'eCommerce').
- focus_areasany
- locationany
- client_budgetany
The dollar amount the user is willing to spend on the project.
- hourly_rateany
The service company's minimum hourly rate. This parameter is not budget-dependent, only set if the user explicitly requests it.
- company_sizeany
The size of the company the user is looking for. This parameter is not budget-dependent, only set if the user explicitly requests it.
- client_typeany
The type of client the user represents (e.g., 'small business', 'enterprise'). Only set client_type if the user explicitly specifies their business type.
- min_reviewsinteger
Minimum number of reviews a provider must have to be considered. Only set min_reviews if the user explicitly requests a minimum review count.
- offsetinteger
The number of providers to skip (for pagination).
- limitinteger
The number of providers to return.
- find_near_meboolean
Takes user location into account if set to true, but that must be explicitly requested by the user. In that case the location parameter will be ignored.
get_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 offered by service providers, including pricing tiers, deliverables, and delivery timelines. It is useful when the user asks about cost, scope of work, or wants to compare package options. Use `page`/`limit` for pagination.
Parameters (5)
- servicestringrequired
The type of service for which to retrieve packages
- budgetany
The client's budget to filter packages
- locationany
The location to filter packages
- pageinteger
The page number (zero-based) for pagination.
- limitinteger
The number of packages to return per page.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bot.clutch.co/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.