← laguna.network
INDIVIDUAL MCP TOOL
request_wallet_connection
Request to connect a wallet to your email-based agent account.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.laguna-network]
url = "https://agents.laguna.network/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"laguna-network": {
"type": "http",
"url": "https://agents.laguna.network/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: laguna-network
Remote MCP URL: https://agents.laguna.network/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"laguna-network": {
"url": "https://agents.laguna.network/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"laguna-network": {
"type": "http",
"url": "https://agents.laguna.network/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "laguna-network",
"transport": "streamable-http",
"url": "https://agents.laguna.network/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_merchants— Search or browse affiliate merchants.get_merchant_info— Get detailed information about a specific merchant including cashback rates, cookie duration, and payout timeline.get_categories— Browse available merchant categories on Laguna.mint_link— Create an affiliate tracking link for a merchant.get_dashboard— Get your agent dashboard with balance, performance summary, and optionally your links, conversions, and analytics.withdraw— Request USDC withdrawal to your wallet.get_withdrawal_status— Check the status of a withdrawal by its ID.confirm_wallet_connection— Confirm wallet connection using the 6-digit verification code sent to your email.