# Clutch.co MCP server

Trusted B2B service providers with verified client reviews

## Links
- Registry page: https://www.getdrio.com/mcp/co-clutch-mcp
- Website: https://clutch.co/about-mcp

## Install
- Endpoint: https://bot.clutch.co/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://bot.clutch.co/mcp

## Tools
- get_service_provider_reviews (Get Service Provider's 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.
         Endpoint: https://bot.clutch.co/mcp
- 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 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
         Endpoint: https://bot.clutch.co/mcp
- send_message_to_provider (Send message to service providers) - Reach out to a service provider to get a quote, discuss project needs, explore a partnership, find a job, etc.

This tool sends the SAME message to one or more providers via `provider_ids` in a SINGLE call - do not call it multiple times. Never invent provider IDs and never ask the user to supply them.

Message composition:
- If the user provides a ready-made message, send it as-is without modifications.
- If the user describes their intent without providing a message, compose one on their behalf based on their requirements and the conversation context. Keep the composed message concise and grounded strictly in the information provided by the user — do not add details that were not mentioned.
- The same message and subject are sent to every provider in the call, so do not include any provider-specific information.

Examples:
- "Message the top 3 about my web development project" ->
    provider_ids=[<id_1>, <id_2>, <id_3>] (IDs of the top 3 providers shown earlier),
    compose message based on context, subject="Get a quote / discuss my project needs"
- "Request a quote from all of these providers" ->
    provider_ids=[<all provider IDs shown above>], subject="Get a quote / discuss my project needs"
- "Send to WebFX and Acme: I saw your profile and I'm interested in joining your team" ->
    provider_ids=[<webfx_id>, <acme_id>],
    message="I saw your profile and I'm interested in joining your team", subject="Find a job"

The user must be logged in to Clutch to use this tool.
 Endpoint: https://bot.clutch.co/mcp
- 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 offered by service providers, including pricing tiers,
deliverables, and delivery timelines.

Do NOT use this tool for custom project questions (e.g. "How much would it cost to build a custom app?").
It only returns providers' pre-defined, fixed-price packages, not a quote tailored to a specific project;
use recommend_service_providers for those needs instead.

Examples:
- "Show me SEO packages" -> service="SEO"
- "What web design packages can I get for $5,000?" -> service="Web Design", budget=5000
- "Marketing packages from agencies in New York" -> service="Digital Marketing", location="New York"

Use `page`/`limit` for pagination.
 Endpoint: https://bot.clutch.co/mcp

## Resources
- ui://widget/provider_reviews.html - MIME type: text/html;profile=mcp-app
- ui://widget/recommend_providers.html - MIME type: text/html;profile=mcp-app
- ui://widget/service_packages.html - MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: co.clutch
- Version: 1.0.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 28, 2026
- Source: https://registry.modelcontextprotocol.io
