E
EntangleEQ
/request_demo_lead
request demo lead
Use this ONLY after a user has explicitly agreed to be contacted by EntangleEQ, to submit their demo request. Records a demo request that the EntangleEQ team re
liveunknown~5s typical
mcpentangleeq
$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-entangleeq-pay-transparency /request_demo_lead for me.
Input
| Field | Type | Description |
|---|---|---|
| companyName* | string | Company / organisation name. |
| contactName* | string | Name of the person to contact back. |
| email* | string | Professional email to reach the contact. |
| primaryTopic | string (egapro | pay_gap | vss | csrd | global) | Main interest: egapro | pay_gap | vss | csrd | global. |
| message | string | Optional short context. No sensitive personal data, no salaries, no employee names. |
| userConsent* | boolean | Must be true. Confirms the end user explicitly agreed to share these contact details with |
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-entangleeq-pay-transparency","endpoint":"/request_demo_lead","input":{"companyName":"...","contactName":"...","email":"...","userConsent":true}}'cli
npx cracked-ai run -p mcp-com-entangleeq-pay-transparency -e /request_demo_lead -i '{"companyName":"...","contactName":"...","email":"...","userConsent":true}'mcp
run_tool({ provider: "mcp-com-entangleeq-pay-transparency", endpoint: "/request_demo_lead", input: {"companyName":"...","contactName":"...","email":"...","userConsent":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.