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
| Field | Type | Description |
|---|---|---|
| first_name* | string | First name of the contact |
| last_name* | string | Last name of the contact |
| work_email* | string | Work email address of the contact |
| company_name | string | Name of the company |
| company_type | string | Type of company |
| company_site | string | Company website URL (optional, can be inferred from email domain) |
| job_title | string | Job title of the contact |
| primary_region | string | Primary region of the company: North America, Europe, LATAM, APAC, MENA |
| product_of_interest | string | Product of interest: Staking, Vaults, Data & Analytics |
| custody_solution | string | Custody solution: Anchorage, BitGo, Circle, Coinbase Custody, Copper, Fireblocks, Gemini, |
| approximate_stake_size | string | Approximate stake size: <$1M, $2M–$5M, $5M–$10M, >$10M |
| implementation_timeline | string | Implementation timeline: ASAP, 1–3 Months, 3+ Months |
| lead_source | string | Source of the lead — set automatically by the server, do not ask the user |
| agree_news | boolean | Whether 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.