General Tools
visatosingapore.com
This MCP server provides tools for checking Singapore visa requirements, listing visa plans, calculating costs, and linking to application status and initiation.
ENDPOINT 1
https://www.visatosingapore.com/api/mcp
MCP server metadata
- Name
- VisatoSingapore Visa MCP
- Version
- 2026-08-04
Known tools 6
check_singapore_visa_requirementCheck whether a traveller needs an entry visa for Singapore and return the safe localized next action plus machine-readable official ICA source URLs and the date those facts passed the monthly freshness check.
Inferred read-onlylist_visa_plansList VisatoSingapore's service plans with exact prices and the who-files / sponsor / government-fee facts.
Inferred read-onlyget_visa_costCost for a plan (and optionally a nationality), separating the service price from ICA's government fee and the free SG Arrival Card.
Inferred read-onlyget_application_status_linkReturns the secure localized self-service link where the traveller checks an existing case status (reference + surname).
Inferred read-onlystart_visa_applicationQualify sponsor availability, then produce a pre-filled link with the compatible plan, reasoning, and readiness list.
Inferred read-onlysearch_visa_guidanceKeyword search over VisatoSingapore's curated Singapore-visa answers (Form 14A, SG Arrival Card, transit/VFTF, proof of funds, rejection, local contact, work/study scope).
Inferred read-onlyCONNECT 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.visatosingapore-visa-mcp]
url = "https://www.visatosingapore.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"visatosingapore-visa-mcp": {
"type": "http",
"url": "https://www.visatosingapore.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: visatosingapore-visa-mcp
Remote MCP URL: https://www.visatosingapore.com/api/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": {
"visatosingapore-visa-mcp": {
"url": "https://www.visatosingapore.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"visatosingapore-visa-mcp": {
"type": "http",
"url": "https://www.visatosingapore.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "visatosingapore-visa-mcp",
"transport": "streamable-http",
"url": "https://www.visatosingapore.com/api/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.