Skip to main content
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

ToolPurpose
list_plansPricing for Free / Pro / Business / CPA across 8 markets (INR + USD floors, included AI tokens, regional currency)
list_integrationsNative + supported integrations (Plaid, Stripe, PayPal, Shopify, QuickBooks Online, Xero, Tally, NetSuite, Zoho, Odoo, banks)
country_supportPer-country features, currency, tax engines, e-invoicing rules
compliance_capabilitiesCompliance frameworks per country (GST/IRP/EWB, US sales tax, UK VAT/MTD, AU GST/BAS, CA GST/HST)
feature_searchFree-text search across plans, integrations, country support, and compliance

Plus resources

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

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.