← nyconlinetranslation.com

INDIVIDUAL MCP TOOL

list_supported_countries

List all countries NYC Legal supports for legalization/translation/embassy work.

nyconlinetranslation.comnone authenticationAvailability not checked

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 endpoint

nyconlinetranslation.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.nyconlinetranslation-com]
url = "https://nyconlinetranslation.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nyconlinetranslation-com": {
      "type": "http",
      "url": "https://nyconlinetranslation.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nyconlinetranslation-com
Remote MCP URL: https://nyconlinetranslation.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": {
    "nyconlinetranslation-com": {
      "url": "https://nyconlinetranslation.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nyconlinetranslation-com": {
      "type": "http",
      "url": "https://nyconlinetranslation.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nyconlinetranslation-com",
  "transport": "streamable-http",
  "url": "https://nyconlinetranslation.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_services — List every legal service NYC Legal & Notary Services Co., Ltd.
  • get_service_pricing — Get authoritative price (THB), turnaround, scope, and canonical URLs for a single NYC Legal service.
  • list_service_hubs — List every 'pillar hub' page NYC Legal maintains beyond the core service catalog — e.g.
  • get_service_hub — Fetch full pillar-hub copy (hero, AEO answer, scopes, FAQ, JSON-LD serviceType) for a single hub id from list_service_hubs — e.g.
  • list_naati_documents — List every document type NYC Legal can translate under NAATI certification (birth, marriage, divorce, transcript, diploma, POA, affidavit, police clearance, etc.).
  • get_naati_country_info — Get NAATI online translation details for a specific destination country: courier ETA from Bangkok, acceptance notes (Home Affairs / AHPRA / NARIC / IRCC etc.), canonical landing URLs (TH & EN), and a recommended document list.
  • get_naati_country_doc — Get a citation-ready summary for a NAATI translation of a specific document for a specific country: fixed-fee range, digital PDF turnaround, courier ETA, issuing authority, and the canonical landing URL (TH and EN).
  • get_embassy_requirements — Get the legalization chain, processing time, fee range, Apostille status, and Bangkok mission info for a country (or an embassy).