← Registry

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.

1 endpoint6 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://www.visatosingapore.com/api/mcp

No auth detected

MCP server metadata

Name
VisatoSingapore Visa MCP
Version
2026-08-04
Capabilities
tools.listChanged

Known tools 6

check_singapore_visa_requirement

Check 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-only
list_visa_plans

List VisatoSingapore's service plans with exact prices and the who-files / sponsor / government-fee facts.

Inferred read-only
get_visa_cost

Cost for a plan (and optionally a nationality), separating the service price from ICA's government fee and the free SG Arrival Card.

Inferred read-only
get_application_status_link

Returns the secure localized self-service link where the traveller checks an existing case status (reference + surname).

Inferred read-only
start_visa_application

Qualify sponsor availability, then produce a pre-filled link with the compatible plan, reasoning, and readiness list.

Inferred read-only
search_visa_guidance

Keyword 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-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.