{
  "name": "HelloBooks Public MCP",
  "description": "Public read-only Model Context Protocol server for HelloBooks (AI-native accounting & bookkeeping SaaS). Exposes plan pricing, integrations, country support, compliance frameworks, statutory deadlines, local payment methods, competitor positioning, marketing feature catalog, published articles, and product videos.",
  "url": "https://agents.hellobooks.ai/mcp",
  "documentationUrl": "https://hellobooks.ai/mcp",
  "version": "0.7.0",
  "protocolVersion": "1.0",
  "provider": {
    "organization": "HelloBooks",
    "url": "https://hellobooks.ai",
    "email": "hello@hellobooks.ai"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "securitySchemes": {},
  "skills": [
    {
      "id": "list_plans",
      "name": "List HelloBooks pricing plans",
      "description": "Plan tiers (Free, Pro, CPA/CA Partner + Warehouse and Manufacturing add-ons) in 8 regional currencies.",
      "tags": [
        "pricing",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list_credit_packs",
      "name": "List HelloBooks AI credit packs",
      "description": "One-time pay-as-you-go AI credit top-ups (Boost / Power / Mega / Ultra) priced in 8 currencies.",
      "tags": [
        "pricing",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list_integrations",
      "name": "List integrations",
      "description": "Banks, payments, payroll, time tracking, shipping, accounting sync, ecommerce, CRM.",
      "tags": [
        "integrations",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "country_support",
      "name": "Country support matrix",
      "description": "Features available per supported country (AU, IN, UK, US, CA, AE, SG, NZ).",
      "tags": [
        "compliance",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "compliance_capabilities",
      "name": "Compliance capabilities",
      "description": "Compliance frameworks per country (BAS, STP, GST, MTD, 1099, GSTR, e-invoicing, CIS).",
      "tags": [
        "compliance",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "feature_search",
      "name": "Free-text feature search",
      "description": "Free-text search across plans, integrations, country features, compliance, competitors, deadlines, payment methods, and articles.",
      "tags": [
        "search",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list_competitors",
      "name": "Competitor positioning",
      "description": "QuickBooks, Xero, FreshBooks, Wave, Zoho Books, Tally — where HelloBooks wins, where they win, and pricing notes.",
      "tags": [
        "content",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "compliance_deadlines",
      "name": "Statutory filing deadlines",
      "description": "When returns and payroll filings are due, per country.",
      "tags": [
        "compliance",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "local_payment_methods",
      "name": "Local payment methods",
      "description": "Bank rails and wallets for AR / AP / contractor payouts with HelloBooks support level.",
      "tags": [
        "integrations",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list_features",
      "name": "Full feature catalog",
      "description": "Full HelloBooks marketing feature catalog (145+ items).",
      "tags": [
        "features",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list_feature_categories",
      "name": "Feature categories",
      "description": "13 feature categories with per-category counts by status.",
      "tags": [
        "features",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list_articles",
      "name": "List published articles",
      "description": "Published articles on hellobooks.ai — compares and curated blog posts.",
      "tags": [
        "content",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list_videos",
      "name": "List product videos",
      "description": "HelloBooks product videos and the official YouTube channel link.",
      "tags": [
        "content",
        "hellobooks",
        "accounting"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "sameAs": [
    "https://agents.hellobooks.ai/.well-known/agent.json",
    "https://agents.hellobooks.ai/catalog.json",
    "https://agents.hellobooks.ai/llms.txt",
    "https://github.com/Meru-Fin-Tech/HelloBooks-MCP-Public"
  ]
}