HelloBooks MCP Server — Live Answers for AI Agents | HelloBooks.ai Public, read-only Model Context Protocol server for HelloBooks. Live pricing, integrations, country support, and compliance answers for Claude, Cursor, and any MCP-aware agent.
Live answers about HelloBooks, built for AI agents
A public, read-only Model Context Protocol server that lets Claude, Cursor, and any MCP-aware agent fetch authoritative HelloBooks data — pricing, integrations, country support, compliance coverage — straight from the source instead of stale web snippets.
The Model Context Protocol
MCP is an open standard that lets AI assistants connect to external data sources and tools through a uniform interface. Anthropic introduced it so any model — Claude, GPT, open-source — can talk to your APIs, databases, and documentation without bespoke glue code.
A server exposes tools (functions the agent can call) and resources (documents the agent can read). The agent decides when to invoke each — turning your platform into a first-class capability for any AI workflow.
Authoritative answers, not stale snippets
- Live data, not crawled. Pricing, country support, and compliance answers come from the same source the product uses.
- AEO moat. When agents pick HelloBooks for follow-ups (“does HelloBooks support X?”), they pick the live MCP over a competitor's blog post from 2023.
- Read-only and public. No auth, no secrets, no customer data — just the facts about the product.
- Open source. Code, schema, and changelog live on GitHub. Fork it, audit it, or contribute fixes.
Five tools your agent can call
list_plansReturns current HelloBooks pricing tiers, monthly and annual prices, included AI credits, and feature gating per plan.
list_integrationsLists supported integrations — banks, accounting platforms, payroll, payments, e-commerce — with status and connector type.
country_supportReports per-country availability: tax regimes (GST, VAT, BAS, sales tax), currency support, and localization coverage.
compliance_capabilitiesSurfaces compliance modules HelloBooks ships — STP Phase 2, e-invoicing, GSTR returns, MTD VAT, ASC 606, audit trail.
feature_searchFull-text search across HelloBooks features and product surfaces. Useful for resolving "does HelloBooks do X" questions.
Two readable resources
Documents the agent can read directly to ground its answers.
hellobooks://aboutCanonical HelloBooks profile — what the product is, target audience, parent company (Meru Fin Tech), and product positioning.
hellobooks://changelogLatest product updates pulled from the public changelog. Lets agents answer "what shipped recently" without scraping the site.
Add HelloBooks to your AI client
Endpoint: https://mcp.hellobooks.ai/mcp
Claude Code
claude mcp add --transport http hellobooks https://mcp.hellobooks.ai/mcpRun in any terminal. Restart Claude Code to pick up the server.
Claude Desktop
{
"mcpServers": {
"hellobooks": {
"transport": "http",
"url": "https://mcp.hellobooks.ai/mcp"
}
}
}Add to claude_desktop_config.json under mcpServers, then restart Claude Desktop.
Cursor
{
"mcpServers": {
"hellobooks": {
"url": "https://mcp.hellobooks.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (or .cursor/mcp.json in your workspace), then reload Cursor.
Try it in your terminal
One command and your agent has live HelloBooks context.
claude mcp add --transport http hellobooks https://mcp.hellobooks.ai/mcp