INDIVIDUAL MCP TOOL
enquiry_fields
Every field of the Malta Tax Refund Calculator enquiry: key, label, type, whether required, help text and the allowed options where there are any.
LIVE ENDPOINT
https://maltataxrefundcalculator.com/mcp
Connect to this endpoint to inspect the live schema for enquiry_fields and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.malta-tax-refund-calculator-maltataxrefundcalcul]
url = "https://maltataxrefundcalculator.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"malta-tax-refund-calculator-maltataxrefundcalcul": {
"type": "http",
"url": "https://maltataxrefundcalculator.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: malta-tax-refund-calculator-maltataxrefundcalcul
Remote MCP URL: https://maltataxrefundcalculator.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"malta-tax-refund-calculator-maltataxrefundcalcul": {
"url": "https://maltataxrefundcalculator.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"malta-tax-refund-calculator-maltataxrefundcalcul": {
"type": "http",
"url": "https://maltataxrefundcalculator.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "malta-tax-refund-calculator-maltataxrefundcalcul",
"transport": "streamable-http",
"url": "https://maltataxrefundcalculator.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calculator_describe— The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.calculate— Run the Malta shareholder refund calculator calculator: Malta tax paid by the company (35%); Profit available to distribute; Dividend paid to the shareholder; Shareholder refund claimable.enquiry_describe— Read first.submit_enquiry— Submits an enquiry to Malta Tax Refund Calculator — NOT a purchase, NOT a guaranteed quote.