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

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 /send_message_to_provider for me.

Input

FieldTypeDescription
provider_ids*arrayClutch provider IDs to message. Must come from earlier tool output in this conversation. A
message*stringThe message body to send to the providers
subjectstring (Get a quote / discuss my project needs | Propose a partnership opportunity | Find a job | New message from a Clutch user)The subject of the message default "New message from a Clutch user"

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":"/send_message_to_provider","input":{"provider_ids":[],"message":"...","subject":"New message from a Clutch user"}}'
cli
npx cracked-ai run -p mcp-co-clutch-mcp -e /send_message_to_provider -i '{"provider_ids":[],"message":"...","subject":"New message from a Clutch user"}'
mcp
run_tool({ provider: "mcp-co-clutch-mcp", endpoint: "/send_message_to_provider", input: {"provider_ids":[],"message":"...","subject":"New message from a Clutch user"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.