{"name":"co.clutch/mcp","slug":"clutch-mcp","title":"Clutch.co","description":"Trusted B2B service providers with verified client reviews","url":"https://mcp.market/server/clutch-mcp","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T05:46:13.215Z","last_ok_at":"2026-09-24T05:46:13.215Z","latency_ms":320},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://clutch.co/about-mcp","version":"1.0.3","remotes":[{"type":"streamable-http","url":"https://bot.clutch.co/mcp"}],"packages":[],"tools":[{"name":"get_provider_info","description":"Use this tool whenever the user names a specific company (agency, consultant,\ncontractor, vendor) and asks anything about it: who they are, how good they are,\ntheir rating or how many reviews they have, whether\nthey are Clutch verified or certified.\n\nClutch profile data is not part of your general knowledge: call the tool even for\ncompanies you already know.\n\nDo not use it to find providers by criteria such as service, industry, location or\nbudget: use `recommend_service_providers`. Do not use it to read individual\nreviews: use `get_service_provider_reviews`.\n\nReturns the provider's Clutch profile: rating and review counts, locations,\ndescription, pricing, Clutch Guarantee status, and Clutch Certifications.\n\nExamples:\n- \"What do you know about Acme?\" -> company_name=\"Acme\"\n- \"Tell me about Acme\" -> company_name=\"Acme\"\n- \"What's Acme's rating?\" -> company_name=\"Acme\"\n- \"Is Acme Clutch Certified?\" -> company_name=\"Acme\"\n","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"company_name":{"description":"The name of the company to fetch the profile for","type":"string"}},"required":["company_name"],"additionalProperties":false}},{"name":"get_service_packages","description":"Use this tool when the user wants to see service packages with fixed pricing and scope\nfor a specific type of service.\n\nThis tool returns standardized packages offered by service providers, including pricing tiers,\ndeliverables, and delivery timelines.\n\nDo NOT use this tool for custom project questions (e.g. \"How much would it cost to build a custom app?\").\nIt only returns providers' pre-defined, fixed-price packages, not a quote tailored to a specific project;\nuse recommend_service_providers for those needs instead.\n\nExamples:\n- \"Show me SEO packages\" -> service=\"SEO\"\n- \"What web design packages can I get for $5,000?\" -> service=\"Web Design\", budget=5000\n- \"Marketing packages from agencies in New York\" -> service=\"Digital Marketing\", location=\"New York\"\n\nUse `page`/`limit` for pagination.\n","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"service":{"description":"The type of service for which to retrieve packages","type":"string"},"budget":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"The client's budget to filter packages"},"location":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"The location to filter packages"},"page":{"default":0,"description":"The page number (zero-based) for pagination.","minimum":0,"type":"integer"},"limit":{"default":10,"description":"The number of packages to return per page.","minimum":1,"type":"integer"}},"required":["service"],"additionalProperties":false}},{"name":"get_service_provider_reviews","description":"Use this tool when the user asks to see client reviews for a specific service provider (company).\n\nIt returns detailed reviews that include project information, pricing, scope, client feedback, ratings,\n and more.\nOptionally filter reviews by a specific service.\n        ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"company_name":{"description":"The name of the company to get reviews for","type":"string"},"service":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"The specific service to filter reviews by"},"offset":{"default":0,"description":"The number of reviews to skip for pagination","minimum":0,"type":"integer"},"limit":{"default":10,"description":"The maximum number of reviews to return","minimum":1,"type":"integer"}},"required":["company_name"],"additionalProperties":false}},{"name":"recommend_service_providers","description":"Use this tool when the user is looking for service providers\n(companies, agencies, consultants, contractors, vendors) and describes requirements such as\nservice type, industry, location, budget and pricing, company size, or specific focus areas (technologies/specialties).\n\nThe tool returns a ranked list of providers that best match the criteria, including basic profile info\nand review/rating signals for comparison. Use `offset`/`limit` for pagination. Only the top\n20 providers of a query are available: `offset` and `limit` that reach\npast them are trimmed, and an `offset` at or beyond that point returns no providers.\n\nExamples:\n- \"Give me top web development companies for small businesses in the healthcare industry\" ->\n    service=\"Web Development\", industry=\"Healthcare\", client_type=\"Small Business( <$10M)\"\n- \"I need to improve SEO of my online store\" -> service=\"SEO\"\n- \"I need SEO agencies that specialize in Shopify and have at least 10 reviews\" ->\n    service=\"SEO\", focus_areas=[\"Shopify\"], min_reviews=10\n        ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"service":{"description":"The type of service the user is looking for (e.g., 'Web Development', 'Digital Marketing').","type":"string"},"industry":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"The industry the user is in or the project is related to (e.g., 'Medical', 'eCommerce')."},"focus_areas":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null},"location":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"client_budget":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"The dollar amount the user is willing to spend on the project."},"hourly_rate":{"anyOf":[{"enum":["0-25","25-49","50-99","100-149","150-199","200-300","300"],"type":"string"},{"type":"null"}],"default":null,"description":"The service company's minimum hourly rate. This parameter is not budget-dependent, only set if the user explicitly requests it."},"company_size":{"anyOf":[{"enum":["Freelancer","2 - 9","10 - 49","50 - 249","250 - 999","1,000 - 9,999","10,000+"],"type":"string"},{"type":"null"}],"default":null,"description":"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_type":{"anyOf":[{"enum":["Small Business( <$10M)","Midmarket($10M - $1B)","Enterprise( >$1B)"],"type":"string"},{"type":"null"}],"default":null,"description":"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_reviews":{"default":0,"description":"Minimum number of reviews a provider must have to be considered. Only set min_reviews if the user explicitly requests a minimum review count.","enum":[0,1,3,5,10,15,20],"type":"integer"},"offset":{"default":0,"description":"The number of providers to skip (for pagination).","minimum":0,"type":"integer"},"limit":{"default":5,"description":"The number of providers to return.","minimum":1,"type":"integer"},"find_near_me":{"default":false,"description":"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.","type":"boolean"}},"required":["service"],"additionalProperties":false}},{"name":"send_message_to_provider","description":"Reach out to a service provider to get a quote, discuss project needs, explore a partnership, find a job, etc.\n\nThis 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.\n\nMessage composition:\n- If the user provides a ready-made message, send it as-is without modifications.\n- 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.\n- The same message and subject are sent to every provider in the call, so do not include any provider-specific information.\n\nBefore calling with a composed message:\n- Show the user the recipients (provider names) and the full message text, and wait for their explicit confirmation. Call this tool only after the user confirms.\n- If the user asks for changes, show the revised message and wait for confirmation again.\n- Pass the confirmed message exactly as shown to the user, without modifications.\n\nExamples:\n- \"Message the top 3 about my web development project\" ->\n    provider_ids=[<id_1>, <id_2>, <id_3>] (IDs of the top 3 providers shown earlier),\n    compose message based on context, subject=\"Get a quote / discuss my project needs\"\n- \"Request a quote from all of these providers\" ->\n    provider_ids=[<all provider IDs shown above>], subject=\"Get a quote / discuss my project needs\"\n- \"Send to WebFX and Acme: I saw your profile and I'm interested in joining your team\" ->\n    provider_ids=[<webfx_id>, <acme_id>],\n    message=\"I saw your profile and I'm interested in joining your team\", subject=\"Find a job\"\n\nThe user must be logged in to Clutch to use this tool.\n","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"provider_ids":{"description":"Clutch provider IDs to message. Must come from earlier tool output in this conversation. A single call may target multiple providers; the same message is sent to each.","items":{"type":"integer"},"maxItems":20,"minItems":1,"type":"array"},"message":{"description":"The message body to send to the providers","type":"string"},"subject":{"description":"The subject of the message","enum":["Get a quote / discuss my project needs","Propose a partnership opportunity","Find a job","New message from a Clutch user"],"type":"string","default":"New message from a Clutch user"}},"required":["provider_ids","message"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-24T05:07:03.881Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-24T05:07:03.906Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 494ms"]},"poisoning":{"score":15,"max":15,"notes":["5 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://bot.clutch.co/mcp","reachable":true,"authRequired":false,"latencyMs":494,"serverInfo":{"name":"Clutch","version":"3.4.2"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://bot.clutch.co/chatbot_static/assets/registry/favicon.svg","source":"registry"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}