Public read-only MCP server for HelloBooks plans, integrations, country support, and compliance frameworks.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
git clone https://github.com/Meru-Fin-Tech/HelloBooks-MCP-Public{
"mcpServers": {
"hellobooks-mcp-public": {
"command": "node",
"args": ["/path/to/HelloBooks-MCP-Public/dist/index.js"]
}
}
}MCP Servers overview
# HelloBooks Public MCP Server A public, read-only [Model Context Protocol](https://modelcontextprotocol.io) server that lets AI agents answer questions about HelloBooks accurately — pricing, integrations, country support, compliance frameworks — instead of relying on stale web snippets. > This is the **public** server. It exposes only marketing-derived, public-domain data. > The authenticated MCP server that reads a customer's books lives in > [`AI-MCP-Hellobooks`](https://github.com/Meru-Fin-Tech/AI-MCP-Hellobooks). ## Install ### Claude Code / Claude Desktop / Cursor ```bash claude mcp add --transport http hellobooks https://agents.hellobooks.ai/mcp ``` Or, for local development: ```bash claude mcp add hellobooks-local node /path/to/HelloBooks-MCP-Public/dist/stdio.js ``` ## Tools | Tool | Description | | --- | --- | | `list_plans` | All HelloBooks plans (Free, Pro, Business, CPA) + Warehouse / Manufacturing add-ons. Optional `country` and `plan` filters. | | `list_integrations` | Banks, payments, payroll, time tracking, shipping, tax-compliance, accounting sync, ecommerce, CRM, storage (Drive/OneDrive), freelance (Upwork). Optional `category`, `country`, `status` filters. | | `country_support` | Per-country feature availability (BAS, STP, GST e-invoice, MTD, 1099, etc.). | | `compliance_capabilities` | For a given country, the supported compliance frameworks with version + cert info. | | `list_competitors` | Competitor positioning (QuickBooks, Xero, FreshBooks, Wave, Zoho Books, Tally) with where HelloBooks wins, where the competitor wins, and pricing notes. Optional `country`, `tier`, and `id` filters. | | `compliance_deadlines` | When statutory returns and payroll filings are due, per country. Covers IN (GSTR-1/3B/9/9C, CMP-08, Form 24Q, Form 16, PF ECR, ESI), AU (BAS, STP, Super Guarantee), GB (VAT MTD, RTI, Self Assessment), US (1099-NEC/MISC, W-2, Form 941/940), CA (T4, GST/HST). Optional `country`, `frequency`, and `form` filters. Dates rotate annually — every response carries a disclaimer with per-deadline `source` URLs. | | `local_payment_methods` | Local bank-rail / wallet payment methods (UPI, BACS, PayID, BPAY, ACH, RTP, Zelle, PayNow, FAST, Interac, …) with rail speed, use-cases, authority, and HelloBooks support level. Optional `country`, `useCase`, `rail`, and `id` filters. | | `feature_search` | Free-text search across the marketing feature catalog, plan features, integrations, country features, compliance frameworks, competitor positioning, statutory deadlines, local payment methods, and published articles. Queries like `vs Xero`, `QuickBooks alternative`, `when is GSTR-3B due`, `UPI invoice cap`, `do you have a blog on 1099`, or `agentic accounting` surface the matching entry at the top. | | `list_features` | Full 96-feature marketing catalog. Filter by `category`, `tier`, `status`, `marketedOnly`, or substring `query`. | | `list_feature_categories` | The 13 feature categories on the marketing site with per-category counts by status (live/beta/planned). | | `list_articles` | Published content on hellobooks.ai — head-to-head compare pages and curated flagship blog posts. Optional `country`, `tag`, `query`, `limit` filters. | | `list_tax_rates` | Statutory tax-rate slabs by jurisdiction — IN GST (5/12/18/28 + zero + exempt + composition trader/manufacturer/restaurant), UK VAT (20/5/zero/exempt), AU GST (10/GST-free), US state-administered summary, CA GST + HST (ON, Atlantic), SG GST 9%, NZ GST 15%, AE VAT 5%. Filter by `country`, `taxType` (GST/VAT/Sales-Tax/HST/…), or `scheme` (standard/reduced/zero/exempt/composition/cess). Every entry carries an effective-from date and a `source` URL — confirm before quoting. | | `lookup_tax_rate` | Pick a single statutory rate by exact `id` (e.g. `IN-standard-18`) or by `country` + free-text `category` (e.g. "office supplies", "restaurant", "exports"). Returns the matched rate, score, and source URL. | ## Resources | URI | Description | | --- | --- | | `hellobooks://about` | Markdown product summary. | | `hellobooks://changelog` | Recent release notes as JSON. | | `hellobooks://feature-catalog` | Full marketing feature catalog (96+ features across 13 categories) as JSON. | ## Security posture - **Read-only by construction.** No tool mutates state. No tool reaches a customer system. - **Public data only.** All catalog content is sourced from the public marketing site. - **No authentication.** Intentional — this is a knowledge endpoint. - **Rate-limited.** 120 req/min per IP, 60 req/min per session. - **Audit gate.** `npm run audit:public-data` blocks deploys if any PII / auth token strings appear in `src/data/`. ## Development ```bash npm install npm run dev # HTTP server on :8080 with watch mode npm run dev:stdio # stdio transport for local MCP client testing npm test # node:test runner npm run build npm run audit:public-data ``` ### Project layout ``` src/ data/ # Static catalogs — plans, integrations, countries, articles, about tools/ # One file per MCP tool resources/ # MCP resource registry server.ts # MCP server factory (wires tools + resources) http.ts # Streamable HTTP transport with rate limiting stdio.ts # stdio transport entry point test/ tools.test.ts resources.test.ts public-data.test.ts # Audit gate scripts/ audit-public-data.ts # CI-callable audit ``` ## Deployment Containerised — see `Dockerfile`. Designed to run behind a TLS-terminating load balancer. Set `PORT` and `HOST` via environment. Optional anonymous usage telemetry (Layer-2 server-side analytics) is sent to GA4 via the Measurement Protocol when `GA4_MEASUREMENT_ID` and `GA4_API_SECRET` are both set — see `.env.example` and `src/analytics.ts`. Leave them unset and the server runs with telemetry fully disabled. No customer data, request bodies, tool-argument values, or IP addresses are ever sent — only anonymous counts. See strategy doc 73. ```bash docker build -t hellobooks-mcp-public . docker run -p 8080:8080 hellobooks-mcp-public ``` ## Discoverability - Listed in the [MCP registry](https://github.com/modelcontextprotocol/registry). - Linked from the marketing site footer and `/mcp` page. - Referenced in `https://hellobooks.ai/llms.txt`. ## License MIT — see `LICENSE`.
What people ask about HelloBooks-MCP-Public
What is Meru-Fin-Tech/HelloBooks-MCP-Public?
+
Meru-Fin-Tech/HelloBooks-MCP-Public is mcp servers for the Claude AI ecosystem. Public read-only MCP server for HelloBooks plans, integrations, country support, and compliance frameworks. It has 0 GitHub stars and was last updated today.
How do I install HelloBooks-MCP-Public?
+
You can install HelloBooks-MCP-Public by cloning the repository (https://github.com/Meru-Fin-Tech/HelloBooks-MCP-Public) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is Meru-Fin-Tech/HelloBooks-MCP-Public safe to use?
+
Our security agent has analyzed Meru-Fin-Tech/HelloBooks-MCP-Public and assigned a Trust Score of 79/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains Meru-Fin-Tech/HelloBooks-MCP-Public?
+
Meru-Fin-Tech/HelloBooks-MCP-Public is maintained by Meru-Fin-Tech. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to HelloBooks-MCP-Public?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy HelloBooks-MCP-Public to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/meru-fin-tech-hellobooks-mcp-public)<a href="https://claudewave.com/repo/meru-fin-tech-hellobooks-mcp-public"><img src="https://claudewave.com/api/badge/meru-fin-tech-hellobooks-mcp-public" alt="Featured on ClaudeWave: Meru-Fin-Tech/HelloBooks-MCP-Public" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。