mcp-server
M
mcp-server
/calculate_tax

calculate tax

Calculate tax for line items given customer context (country, region, customer_group, vat_number). Uses TaxHub rule engine. Returns tax amounts per line and tot

liveunknown~5s typical
mcpmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-b2bware-mcp-server /calculate_tax for me.

Input

FieldTypeDescription
line_items*arrayLine items with subtotal and tax_class_id
customer*objectCustomer context for tax rules (country, region, vat_number, etc.)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-b2bware-mcp-server","endpoint":"/calculate_tax","input":{"line_items":[],"customer":{}}}'
cli
npx cracked-ai run -p mcp-com-b2bware-mcp-server -e /calculate_tax -i '{"line_items":[],"customer":{}}'
mcp
run_tool({ provider: "mcp-com-b2bware-mcp-server", endpoint: "/calculate_tax", input: {"line_items":[],"customer":{}} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.