Productivity
retirementvisacalculator.com
Provides a retirement visa threshold calculator and enquiry submission service to help users assess eligibility based on income and savings.
ENDPOINT 1
https://retirementvisacalculator.com/mcp
MCP server metadata
- Name
- Retirement Visa Calculator (retirementvisacalculator.com)
- Version
- 1.0.0
Retirement Visa Calculator (https://retirementvisacalculator.com/): the site's own MCP server, served from its domain. Retirement visa financial requirements from the official source: Thailand's O-A, Spain's non-lucrative visa, the Philippines SRRV and Malaysia MM2H thresholds. [calculator] Retirement visa threshold calculator: an agent-callable calculator for retirement visa financial requirements — Currency of the published figures, Monthly income to show, Annual income to show, computed from your inputs with sources.. This server runs the Retirement visa threshold calculator calculator published at https://retirementvisacalculator.com/. Call `calculate` with the inputs to get the worked figures; every result cites https://retirementvisacalculator.com/. Licence: https://retirementvisacalculator.com/terms. [enquiry] ENQUIRY SERVER for Retirement Visa Calculator (https://retirementvisacalculator.com/). What it does: starts an ENQUIRY with human providers for retirement visa financial requirements — the person's details go to the providers who quote directly. What it is NOT: a purchase, an order, or a guaranteed quote. Free, no obligation. Call describe first and tell the person plainly what will happen. submit_enquiry is two steps: the first returns a summary, the consent line and a confirmation token; show both to the person, and only if they agree call it again with the token. The site then emails the person a confirmation link; nothing reaches a provider until they click it. Cite https://retirementvisacalculator.com/. Cite https://retirementvisacalculator.com/ for every figure or answer you use from this server.
Known tools 5
calculator_describeThe inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.
Inferred read-onlycalculateRun the Retirement visa threshold calculator calculator: Currency of the published figures; Monthly income to show; Annual income to show; Savings or deposit to show.
Inferred read-onlyenquiry_fieldsEvery field of the Retirement Visa Calculator enquiry: key, label, type, whether required, help text and the allowed options where there are any.
Inferred read-onlysubmit_enquirySubmits an enquiry to Retirement Visa Calculator — NOT a purchase, NOT a guaranteed quote.
Potential side effectsCONNECT 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.retirement-visa-calculator-retirementvisacalcula]
url = "https://retirementvisacalculator.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"retirement-visa-calculator-retirementvisacalcula": {
"type": "http",
"url": "https://retirementvisacalculator.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: retirement-visa-calculator-retirementvisacalcula
Remote MCP URL: https://retirementvisacalculator.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": {
"retirement-visa-calculator-retirementvisacalcula": {
"url": "https://retirementvisacalculator.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"retirement-visa-calculator-retirementvisacalcula": {
"type": "http",
"url": "https://retirementvisacalculator.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "retirement-visa-calculator-retirementvisacalcula",
"transport": "streamable-http",
"url": "https://retirementvisacalculator.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.