tax-calculator-ai-mcp
v1.0.0
Published
AI-powered tax calculator ai MCP server for agents. Supports calculate income tax, calculate vat, estimate corporation tax. By MEOK AI Labs.
Downloads
39
Readme
Tax Calculator Ai
By MEOK AI Labs — Calculate income tax (UK/US brackets), EU VAT, UK corporation tax, and capital gains tax. Provides estimates only - not professional tax advice.
Tax Calculator AI MCP Server - UK/US income tax, VAT, corporation tax, and CGT calculations.
Installation
pip install tax-calculator-ai-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install tax-calculator-ai-mcpTools
calculate_income_tax
Calculate income tax using UK or US progressive tax brackets.
Parameters:
income(float)country(str)filing_status(str)include_ni(bool)
calculate_vat
Calculate EU/UK VAT by country. Rate types: standard, reduced, zero.
Parameters:
amount(float)country(str)rate_type(str)is_inclusive(bool)
estimate_corporation_tax
Estimate UK corporation tax including marginal relief calculations.
Parameters:
profit(float)financial_year(str)is_associated(bool)
calculate_capital_gains
Calculate UK Capital Gains Tax. Asset types: residential, other.
Parameters:
gain(float)asset_type(str)annual_income(float)
get_tax_deadlines
Get upcoming tax filing and payment deadlines for UK or US.
Parameters:
country(str)
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
Links
- Website: meok.ai
- GitHub: CSOAI-ORG/tax-calculator-ai-mcp
- PyPI: pypi.org/project/tax-calculator-ai-mcp
License
MIT — MEOK AI Labs
