mcp
M
mcp
/request_integration

request integration

Submit an integration or staking inquiry on behalf of a user. All submissions are routed to Everstake's sales team via Pipedrive CRM. Use when a user expresses

liveverifiedunknown~5s typical
mcpprobedmcp
$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-everstake-mcp /request_integration for me.

Input

FieldTypeDescription
first_name*stringFirst name of the contact
last_name*stringLast name of the contact
work_email*stringWork email address of the contact
company_namestringName of the company
company_typestringType of company
company_sitestringCompany website URL (optional, can be inferred from email domain)
job_titlestringJob title of the contact
primary_regionstringPrimary region of the company: North America, Europe, LATAM, APAC, MENA
product_of_intereststringProduct of interest: Staking, Vaults, Data & Analytics
custody_solutionstringCustody solution: Anchorage, BitGo, Circle, Coinbase Custody, Copper, Fireblocks, Gemini,
approximate_stake_sizestringApproximate stake size: <$1M, $2M–$5M, $5M–$10M, >$10M
implementation_timelinestringImplementation timeline: ASAP, 1–3 Months, 3+ Months
lead_sourcestringSource of the lead — set automatically by the server, do not ask the user
agree_newsbooleanWhether the contact consents to receive Everstake marketing communications

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-everstake-mcp","endpoint":"/request_integration","input":{"first_name":"...","last_name":"...","work_email":"..."}}'
cli
npx cracked-ai run -p mcp-com-everstake-mcp -e /request_integration -i '{"first_name":"...","last_name":"...","work_email":"..."}'
mcp
run_tool({ provider: "mcp-com-everstake-mcp", endpoint: "/request_integration", input: {"first_name":"...","last_name":"...","work_email":"..."} })

Try it

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