How it works
The Agentic setup flow keeps wallet approval human-controlled while letting the assistant or local CLI handle the mechanical setup work.- Install the Portal extension for Claude Desktop, install the Antigravity plugin, or download the
portal-walletCLI. - Ask your assistant to create a Portal wallet, or run
portal-wallet create --wait. - The local tool starts a Portal Agentic bootstrap request.
- Portal returns an activation link.
- Open the link at
https://agentic-app.portalhq.io, enter your invite code and email, then verify the magic link. - The local tool completes wallet creation and returns the wallet address.
Downloads
Download the current artifacts from the Portal Agentic MCP v0.1.2 release.
You can verify downloaded files with the
SHA256SUMS file in the same release.
Install in Claude Desktop
- Open Claude Desktop settings.
- Go to Extensions.
- Open Advanced settings.
- Click Install Extension.
- Select the downloaded
.mcpbfile.
Install in Antigravity CLI
Download and extract the Antigravity plugin:portal-wallet is available.
Use the Portal Wallet CLI
Download and extract the CLI:portal-wallet binary onto your PATH if you want to run it from any directory.
Common commands:
--json for automation or agents that can run local shell commands:
Use the CLI from ChatGPT or another local agent
ChatGPT web does not directly install local MCP servers or run local binaries. To use Portal Wallet with ChatGPT, run ChatGPT in a local agent environment that can execute shell commands, or ask ChatGPT for commands and run them yourself. When your local agent can run shell commands, point it at the installedportal-wallet binary and ask it to prefer JSON output:
--yes after the user explicitly confirms the action.
Security model
The Agentic MCP extension and CLI run on the user’s device and communicate with Portal APIs only when a tool needs to create, read, sign, send, or pay.What your assistant can do
After setup, your assistant can use the local extension or CLI to:- Create or resume wallet setup.
- Retrieve wallet addresses and balances.
- Sign messages or transactions.
- Send assets when the user explicitly asks for a transfer.
- Make bounded x402 paid requests when the requested payment is within the user-supplied maximum amount.
- Disconnect and clear local Portal Agentic state.
Troubleshooting
Claude Desktop does not see the Portal tools
Restart Claude Desktop after installing the.mcpb extension. If the tools still do not appear, remove and reinstall the extension.
Antigravity does not see the Portal MCP server
Restart Antigravity CLI after installing the plugin. If the MCP server still does not appear, confirm the Antigravity MCP config points at the staged plugin binary:The portal-wallet command is not found
Run the binary from the extracted directory, or move it onto your PATH.
ChatGPT cannot run portal-wallet
ChatGPT web cannot execute local shell commands on its own. Use a local agent environment with shell access, or have ChatGPT provide the command for you to run manually in your terminal.
The invite code fails
Invite codes are single-use and expire. Request a new invite code if the code was already used, expired, or copied incorrectly.The assistant stops after activation
Ask the assistant to continue creating the Portal wallet, or runportal-wallet create --wait. The local tool can resume pending bootstrap state and finish wallet creation after email verification.