INDIVIDUAL MCP TOOL
register_webhook
Register a notification webhook (free) Registers (or replaces) an HTTPS webhook URL to receive the calling wallet's account notifications as signed POSTs — banking application status changes, bank transfer and payout completions, agent wallet deposits, card orders, and every other event the user is notified about.
LIVE ENDPOINT
https://laso.finance/mcp
Connect to this endpoint to inspect the live schema for register_webhook and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests a financial action.
Parent server
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.laso-finance]
url = "https://laso.finance/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"laso-finance": {
"type": "http",
"url": "https://laso.finance/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: laso-finance
Remote MCP URL: https://laso.finance/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": {
"laso-finance": {
"url": "https://laso.finance/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"laso-finance": {
"type": "http",
"url": "https://laso.finance/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "laso-finance",
"transport": "streamable-http",
"url": "https://laso.finance/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_version— Get the current docs version Returns the current content-hash version of the Laso Finance agent docs (`SKILL.md`, `openapi.json`, `llms.txt`, `llms-full.txt`, `ai-plugin.json`).refresh_token— Refresh an ID token Exchange a refresh token for a new ID token.get_card— Order a USA prepaid card Pay between $5–$1000 USDC to order a Laso Finance USA prepaid card.get_card_data— Get card details Returns the current status and details of card orders.list_card_transactions— List reloadable card transactions Returns transactions on the authenticated user's **reloadable** cards, newest first: amount, merchant, status, and timestamps.get_card_deposit_address— Get the reloadable card deposit address Returns the account holder's own USDC deposit address at the card issuer, and the balance currently on it.create_reloadable_card— Create a reloadable card Creates a **reloadable** card funded from the account holder's balance with the card issuer, and returns it.get_account_balance— Get account balance Returns the current account balance and total deposits for the authenticated user.