lookup_tax_rate

Pick a single statutory tax-rate slab — either by exact id (e.g. IN-standard-18, GB-zero-0, CA-hst-13-on) for a deterministic lookup, or by country + free-text category (e.g. "office supplies", "restaurant", "exports", "domestic fuel") for a fuzzy best-match. Returns the matched rate, the match s...

Server HelloBooks AI MCP Server Meru-Fin-Tech/HelloBooks-MCP-Public
Category Read
Risk class Low
Parameters 30 required

What lookup_tax_rate does on HelloBooks AI MCP Server

AI agents call lookup_tax_rate to retrieve information from HelloBooks AI MCP Server without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
id string Exact rate id, e.g. ``IN-standard-18`` or ``GB-zero-0``. When set, country/category are ignored.
country string Country to search within. Required when ``id`` is not provided.
category string Free-text query — "office supplies", "restaurant", "exports", "domestic fuel".

Parameters from the server's own tool schema.

Why lookup_tax_rate needs a policy

This tool retrieves and queries publicly available tax rate information without side effects. It does not create, modify, delete, execute code, or commit financial obligations. The lookup is deterministic (by ID) or a fuzzy match on categorical metadata.

From the tool's definition lookup_tax_rate performs lookups of public statutory tax-rate data by country and category, returning matched rates and source URLs with no modification, deletion, or financial transaction capability.

Questions about lookup_tax_rate

What does the lookup_tax_rate tool do? +

Pick a single statutory tax-rate slab — either by exact id (e.g. IN-standard-18, GB-zero-0, CA-hst-13-on) for a deterministic lookup, or by country + free-text category (e.g. "office supplies", "restaurant", "exports", "domestic fuel") for a fuzzy best-match. Returns the matched rate, the match score, and the authoritative source URL. Use this when a user asks "what slab does X fall into in India?" or "what VAT rate applies to children's car seats?". For broader exploration (all slabs in a country / all rates of one scheme), use list_tax_rates. No customer data — public statutory reference only. It is categorised as a Read tool in the HelloBooks AI MCP Server MCP Server, which means it retrieves data without modifying state.

What parameters does lookup_tax_rate accept? +

lookup_tax_rate accepts 3 parameters: id, country, category. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on lookup_tax_rate? +

Register the HelloBooks AI MCP Server MCP server in PolicyLayer and add a rule for lookup_tax_rate: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches HelloBooks AI MCP Server. Nothing to install.

What risk level is lookup_tax_rate? +

lookup_tax_rate is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit lookup_tax_rate? +

Yes. Add a rate_limit block to the lookup_tax_rate rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block lookup_tax_rate completely? +

Set action: deny in the PolicyLayer policy for lookup_tax_rate. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides lookup_tax_rate? +

lookup_tax_rate is provided by the HelloBooks AI MCP Server MCP server (Meru-Fin-Tech/HelloBooks-MCP-Public). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.