A2
AI2Fin (2Fin) Tax MCP
/tax_rate_lookup
Country tax rate lookup
Look up one country's headline tax rates: GST/VAT standard and reduced rates, top personal income tax rate, and company tax rate. Use it for a single country; t
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_lookup for me.
Input
| Field | Type | Description |
|---|---|---|
| country* | string | 2-letter ISO 3166-1 code of the country to look up (case-insensitive) |
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_lookup","input":{"country":"..."}}'cli
npx cracked-ai run -p mcp-com-ai2fin-ai2fin-tax-mcp -e /tax_rate_lookup -i '{"country":"..."}'mcp
run_tool({ provider: "mcp-com-ai2fin-ai2fin-tax-mcp", endpoint: "/tax_rate_lookup", input: {"country":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.