← laso.finance

INDIVIDUAL MCP TOOL

get_auth_link

Get a login link for the web dashboard Returns a URL that a human can open in a browser to log in to the Laso Finance web dashboard as the authenticated user.

laso.financenone authenticationAvailability not checked

LIVE ENDPOINT

https://laso.finance/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_auth_link and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

laso.finance

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.