FOR AI AGENTS
HelloBooks, queryable by any AI agent.
A public Model Context Protocol server lets Claude, ChatGPT, Cursor, Perplexity, and any other AI agent answer questions about HelloBooks — plans, integrations, country support, compliance frameworks — using authoritative live data instead of stale scrapes.
https://agents.hellobooks.ai/mcp
Free · Public · No authentication · Read-only
What an agent can do
| Tool | Purpose |
|---|---|
| list_plans | Pricing for Free / Pro / Business / CPA across 8 markets (INR + USD floors, included AI tokens, regional currency) |
| list_integrations | Native + supported integrations (Plaid, Stripe, PayPal, Shopify, QuickBooks Online, Xero, Tally, NetSuite, Zoho, Odoo, banks) |
| country_support | Per-country features, currency, tax engines, e-invoicing rules |
| compliance_capabilities | Compliance frameworks per country (GST/IRP/EWB, US sales tax, UK VAT/MTD, AU GST/BAS, CA GST/HST) |
| feature_search | Free-text search across plans, integrations, country support, and compliance |
Plus resources
- hellobooks://aboutMarkdown product summary
- hellobooks://changelogLast 50 release notes
- hellobooks://faqTop customer-asked questions
- hellobooks://comparison/quickbooksHelloBooks vs QuickBooks
- hellobooks://comparison/xeroHelloBooks vs Xero
- hellobooks://comparison/zoho-booksHelloBooks vs Zoho Books
- hellobooks://comparison/tallyHelloBooks vs Tally
Connect in 30 seconds
Claude Desktop / Claude.ai
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hellobooks": {
"url": "https://agents.hellobooks.ai/mcp",
"transport": "http"
}
}
}Cursor / Windsurf / Cline
Settings → MCP → Add Server. Paste the URL:
https://agents.hellobooks.ai/mcp
No auth, no API key, no signup.
Or try it from the command line
curl -X POST https://agents.hellobooks.ai/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "MCP-Protocol-Version: 2025-06-18" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"test","version":"1"}}}'Example prompts
- “What does HelloBooks cost in India for a CPA firm with 12 clients?”
- “Does HelloBooks support GST e-invoicing under the IRP for India?”
- “Which banks does HelloBooks integrate with in Australia?”
- “Compare HelloBooks and QuickBooks Online for a 5-person US accounting team.”
- “Is HelloBooks cheaper than Xero for a UK SME with multi-currency?”
Built on open standards
- Model Context Protocol — the universal AI ↔ app standard
- Streamable HTTP transport (protocol version 2025-06-18)
- Public and anonymous — anyone can query, no rate-limited tokens to manage
Sister product
HelloTime — AI-powered time tracking and workforce management. Public MCP at https://mcp.hellotime.ai/mcp.