← visatosingapore.com

INDIVIDUAL MCP TOOL

start_visa_application

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

visatosingapore.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for start_visa_application and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

visatosingapore.com

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.

Related tools

  • 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.
  • list_visa_plans — List VisatoSingapore's service plans with exact prices and the who-files / sponsor / government-fee facts.
  • 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.
  • get_application_status_link — Returns the secure localized self-service link where the traveller checks an existing case status (reference + surname).
  • 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).