{
  "specVersion": "1.0",
  "host": {
    "displayName": "Laso Finance",
    "identifier": "laso.finance",
    "documentationUrl": "https://laso.finance/for-llms",
    "logoUrl": "https://laso.finance/android-chrome-512x512.png"
  },
  "entries": [
    {
      "identifier": "urn:air:laso.finance:mcp:laso-finance",
      "displayName": "Laso Finance MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://laso.finance/.well-known/mcp/server-card.json",
      "version": "2.0.0",
      "description": "Spend USDC in the real world from MCP: prepaid cards, gift cards, push-to-card, Venmo and PayPal payouts, bank payments, and docs search. Tools are generated from the live x402 API contract, so they always match the deployed API.",
      "capabilities": [
        "get_card",
        "get_card_data",
        "search_gift_cards",
        "order_gift_card",
        "push_to_card",
        "send_payment",
        "send_bank_payment",
        "create_reloadable_card",
        "agent_x402_pay",
        "get_account_balance",
        "withdraw",
        "search_docs"
      ],
      "tags": [
        "payments",
        "usdc",
        "x402",
        "prepaid-cards",
        "gift-cards",
        "mcp"
      ],
      "representativeQueries": [
        "order a prepaid card with USDC so I can pay for this online checkout",
        "buy a gift card for a store using crypto",
        "send money from my agent wallet to someone's debit card",
        "pay a person on Venmo or PayPal with USDC",
        "send dollars to a US bank account by ACH from a crypto balance"
      ]
    },
    {
      "identifier": "urn:air:laso.finance:api:x402",
      "displayName": "Laso Finance x402 API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://laso.finance/openapi.json",
      "description": "OpenAPI 3.1 description of the x402 payment-gated HTTP API. Every paid route returns a 402 challenge with the USDC price, then fulfills on the paid retry: prepaid cards, gift cards, push-to-card, Venmo and PayPal payouts, bank payments, account balance, withdrawals, and webhooks.",
      "tags": ["openapi", "x402", "payments", "usdc", "rest"],
      "representativeQueries": [
        "what HTTP endpoints let an agent order a prepaid card and read its card number",
        "find an x402 API that accepts USDC on Base or Solana for real-world payments",
        "how do I register a webhook to be notified when a payout completes",
        "which API can search a gift card catalog and order a card by product id"
      ]
    },
    {
      "identifier": "urn:air:laso.finance:skill:laso-finance",
      "displayName": "Laso Finance Agent Skill",
      "type": "application/agent-skills+md",
      "url": "https://laso.finance/SKILL.md",
      "description": "Step-by-step instructions for an agent to sign up, fund a managed wallet with USDC, and use Laso to buy prepaid or gift cards, send payments, manage its account, or pay any x402 endpoint. Includes a setup script and per-product reference files.",
      "tags": ["skill", "onboarding", "x402", "usdc", "payments"],
      "representativeQueries": [
        "install a skill that lets my agent pay for things online with USDC",
        "how does an agent get an API key and a funded wallet for Laso Finance",
        "step by step instructions to pay an x402 endpoint from a managed wallet",
        "teach my agent to buy gift cards and prepaid cards with crypto"
      ]
    },
    {
      "identifier": "urn:air:laso.finance:plugin:laso-finance",
      "displayName": "Laso Finance AI Plugin Manifest",
      "type": "application/json",
      "url": "https://laso.finance/.well-known/ai-plugin.json",
      "description": "ChatGPT-style plugin descriptor pointing at the OpenAPI contract, with a condensed model-facing summary of every route, its price, and its limits.",
      "tags": ["ai-plugin", "openapi", "payments"],
      "representativeQueries": [
        "find a plugin manifest for a crypto-to-real-world payments API",
        "one-page summary of what Laso Finance lets an agent do and what each call costs"
      ]
    },
    {
      "identifier": "urn:air:laso.finance:docs:llms-txt",
      "displayName": "Laso Finance llms.txt",
      "type": "text/plain",
      "url": "https://laso.finance/llms.txt",
      "description": "Short site and API summary for language models: products, fees, limits, networks, and links to the full documentation, the OpenAPI contract, the MCP server, and the agent skill.",
      "tags": ["llms-txt", "documentation"],
      "representativeQueries": [
        "give me an overview of Laso Finance products, fees, and limits",
        "where are the machine-readable docs for the Laso Finance API",
        "which crypto payment service offers prepaid cards, gift cards, and bank payouts for agents"
      ]
    }
  ]
}
