1inch MCP
1M
1inch MCP
/walletconnect

walletconnect

Pair and use an EVM and/or Solana wallet via WalletConnect v2. **No authentication required** — available to every user (including unauthenticated/anonymous). N

liveverifiedunknown~5s typical
mcpprobed1inchmcp
$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-1inch-business-mcp /walletconnect for me.

Input

FieldTypeDescription
action*string (connect | status | sign | send_transaction | accept_terms | disconnect)Required. One of: connect (start pairing), status (session info), sign (EVM + Solana WC me
methodstring (personal_sign | eth_signTypedData_v4 | solana_signMessage | solana_signTransaction)Required when action is "sign". EVM: personal_sign | eth_signTypedData_v4. Solana: solana_
paramsarrayRequired when action is "sign": exactly two items. personal_sign: [message, 0xAddress]. et
chainIdintegerOptional; only when action is "sign" and method is personal_sign (EVM numeric chain id). M
solanaChainIdstringOptional; only when action is "sign" and method is solana_signMessage or solana_signTransa
txobjectRequired when action is "send_transaction". EVM or Solana shape — see `tx` field descripti
sessionTtlDaysintegerOptional; only with action "connect". How long to persist this WalletConnect client state
pairingTargetstring (eth | solana | both)Optional; only with action "connect". What to advertise in the WalletConnect proposal: "et
walletSessionTokenstringOptional durable token for ANONYMOUS (unauthenticated) sessions. `connect` mints a fresh t
addressstringOptional; only with action "accept_terms". EVM address that signs the Terms-of-Use accepta

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-1inch-business-mcp","endpoint":"/walletconnect","input":{"action":"connect"}}'
cli
npx cracked-ai run -p mcp-com-1inch-business-mcp -e /walletconnect -i '{"action":"connect"}'
mcp
run_tool({ provider: "mcp-com-1inch-business-mcp", endpoint: "/walletconnect", input: {"action":"connect"} })

Try it

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