AI2Fin (2Fin) Tax MCP
A2
AI2Fin (2Fin) Tax MCP
/compute_gst_vat

GST/VAT add or remove calculator

Add or remove a country's GST/VAT on a monetary amount, returning the net / tax / gross split. Use it to convert between tax-exclusive and tax-inclusive prices

liveunknown~5s typical
mcpai2fin(2fin)tax
$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-ai2fin-ai2fin-tax-mcp /compute_gst_vat for me.

Input

FieldTypeDescription
country*string2-letter ISO 3166-1 code of the country whose GST/VAT rate applies (case-insensitive)
amount*numberThe monetary amount in the local currency — tax-exclusive when mode=add, tax-inclusive whe
modestring (add | remove)'add' puts tax on top of a net amount; 'remove' extracts the tax already inside a gross am default "add"

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-ai2fin-ai2fin-tax-mcp","endpoint":"/compute_gst_vat","input":{"country":"...","amount":1,"mode":"add"}}'
cli
npx cracked-ai run -p mcp-com-ai2fin-ai2fin-tax-mcp -e /compute_gst_vat -i '{"country":"...","amount":1,"mode":"add"}'
mcp
run_tool({ provider: "mcp-com-ai2fin-ai2fin-tax-mcp", endpoint: "/compute_gst_vat", input: {"country":"...","amount":1,"mode":"add"} })

Try it

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