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
| Field | Type | Description |
|---|---|---|
| action* | string (connect | status | sign | send_transaction | accept_terms | disconnect) | Required. One of: connect (start pairing), status (session info), sign (EVM + Solana WC me |
| method | string (personal_sign | eth_signTypedData_v4 | solana_signMessage | solana_signTransaction) | Required when action is "sign". EVM: personal_sign | eth_signTypedData_v4. Solana: solana_ |
| params | array | Required when action is "sign": exactly two items. personal_sign: [message, 0xAddress]. et |
| chainId | integer | Optional; only when action is "sign" and method is personal_sign (EVM numeric chain id). M |
| solanaChainId | string | Optional; only when action is "sign" and method is solana_signMessage or solana_signTransa |
| tx | object | Required when action is "send_transaction". EVM or Solana shape — see `tx` field descripti |
| sessionTtlDays | integer | Optional; only with action "connect". How long to persist this WalletConnect client state |
| pairingTarget | string (eth | solana | both) | Optional; only with action "connect". What to advertise in the WalletConnect proposal: "et |
| walletSessionToken | string | Optional durable token for ANONYMOUS (unauthenticated) sessions. `connect` mints a fresh t |
| address | string | Optional; 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.