{
  "name": "Finn",
  "description": "AccountsOS AI accountant: bookkeeping, tax, VAT, invoicing and expenses for company founders in 25 countries. This A2A endpoint answers accounting and product questions and gets your agent an account. For direct, authenticated work on live books (84 tools), use the MCP endpoint at https://accounts-os.com/api/mcp with an API key from agent signup.",
  "url": "https://accounts-os.com/api/agent",
  "provider": {
    "organization": "Thrive Venture Labs",
    "url": "https://thriveventurelabs.com"
  },
  "version": "1.1.0",
  "documentationUrl": "https://accounts-os.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": ["none"]
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "ask_finn",
      "name": "Ask Finn",
      "description": "Ask about accounting, tax, VAT and deadlines in any of 25 supported countries, or about the AccountsOS product. No authentication required. Finn cannot read or change books over this endpoint.",
      "tags": ["accounting", "vat", "tax", "multi-country", "product"],
      "examples": [
        "When is a UK VAT return due after the quarter ends?",
        "Can Finn file MTD VAT directly to HMRC?",
        "What channels can my client use to send receipts?"
      ]
    },
    {
      "id": "signup",
      "name": "Create Account",
      "description": "Create an AccountsOS account for your principal. Free for 14 days. Agents can self-serve a scoped API key via POST https://accounts-os.com/api/agent-signup, then work on live books through the MCP endpoint.",
      "tags": ["signup", "onboarding", "api-key"],
      "examples": [
        "Sign me up for AccountsOS",
        "Create an account for my limited company and give me an API key"
      ]
    }
  ]
}
