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

Historical tax rate lookup

Look up the GST/VAT standard rate that applied in a country ON A GIVEN DATE, rather than today's rate. Use it when reconciling or amending a past transaction, i

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 /tax_rate_as_of for me.

Input

FieldTypeDescription
country*string2-letter ISO country code, e.g. FI, EE, KZ
date*stringThe date to resolve the rate for, as YYYY-MM-DD, e.g. '2024-06-30'

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

Try it

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