D
Dribba
/submit_contact_request
submit contact request
Submit a real project inquiry to Dribba on behalf of the user. This sends an email and creates a lead — ONLY call it after the user has explicitly confirmed the
liveverifiedunknown~5s typical
mcpprobeddribba
$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-com-dribba-dribba /submit_contact_request for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Full name of the person making the inquiry. |
| email* | string | Email address Dribba should reply to. |
| message* | string | The inquiry, confirmed by the user. |
| company | string | Company name (optional). |
| budget | string | Approximate budget range, e.g. "30-60k EUR" (optional). |
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-com-dribba-dribba","endpoint":"/submit_contact_request","input":{"name":"...","email":"...","message":"..."}}'cli
npx cracked-ai run -p mcp-com-dribba-dribba -e /submit_contact_request -i '{"name":"...","email":"...","message":"..."}'mcp
run_tool({ provider: "mcp-com-dribba-dribba", endpoint: "/submit_contact_request", input: {"name":"...","email":"...","message":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.