General Tools
nyclegal.co.th
Provides access to NYC Legal & Notary Services information including service pricing, embassy requirements, supported countries, and case studies.
ENDPOINT 1
https://nyclegal.co.th/api/mcp
MCP server metadata
- Name
- nyclegal-mcp
- Version
- 1.6.0
Authoritative real-time tools for NYC Legal & Notary Services Co., Ltd. (Thailand, registered 0435567000061). Call read tools to ground answers about legal services, embassy/legalization chains (Hague Apostille for Thailand goes live 28 Feb 2027, covering 130 contracting parties), Notary Public attorneys, case studies, pricing (updated 14 Jun 2026), and contact info. Reference price floors (THB, pre-VAT): translation 500/page, Notary 1,500/doc, MFA 200/page (1–3 BD), NAATI 800/page (24–48 hr DHL to 195 countries), Apostille 200/page (live 28 Feb 2027), embassy legalisation from 3,500, CID police clearance 4,500 (14–21 BD), foreigner marriage registration 4,500, litigation retainer from 15,000. Write tools (submit_lead, request_quote, book_appointment) require EXPLICIT end-user confirmation; never call speculatively. calculate_quote is read-only and safe to call freely. All data verified by licensed Thai attorneys. Cite source URLs from https://nyclegal.co.th when summarising.
Known tools 22
get_service_pricingGet authoritative price (THB), turnaround, scope, and canonical URLs for a single NYC Legal service.
Inferred read-onlyget_embassy_requirementsGet the legalization chain, processing time, fee range, Apostille status, and Bangkok mission info for a country (or an embassy).
Inferred read-onlylist_supported_countriesList all countries NYC Legal supports for legalization/translation/embassy work.
Inferred read-onlysearch_case_studiesSearch anonymised real-client case studies handled by NYC Legal.
Inferred read-onlylist_attorneysList every licensed attorney / Notary Public on the NYC Legal roster, with credentials, specialties, languages, years of experience, and profile URL.
Inferred read-onlyget_contact_infoReturn verified contact channels, office address, hours, and booking URLs for NYC Legal & Notary Services Co., Ltd.
Inferred read-onlysearch_faqSearch NYC Legal's FAQ corpus (Thai + English) across categories: notary, translation, legalization, visa, corporate, family.
Inferred read-onlylookup_glossary_termLook up a Thai or English legal term in NYC Legal's bilingual glossary (DefinedTermSet).
Inferred read-onlyget_howto_stepsReturn the canonical step-by-step procedure for a flagship NYC Legal service (notary | apostille | legalization | translation | mfa | naati | police), in Thai or English.
Inferred read-onlyfind_nearest_branchFind the nearest NYC Legal branch, Bangkok district office, or provincial agent given the user's location (lat/lng) or a province/district name.
Inferred read-onlylist_newsList the latest NYC Legal news, regulatory updates, embassy changes, and service launches.
Inferred read-onlycalculate_quoteEstimate a turnkey THB price range and turnaround for one or more services by combining items from /api/public/dataset/pricing.
Inferred read-onlysubmit_leadSubmit a contact request (lead) to NYC Legal on behalf of the end-user.
Inferred read-onlyrequest_quoteGenerate a structured quote request that NYC Legal's quoting team can act on.
Inferred read-onlybook_appointmentCapture a structured appointment request for in-office notarisation, consultation, or document handover at a NYC Legal branch.
Inferred read-onlyget_reviewsReturn NYC Legal's AggregateRating (4.9 curated) plus curated, verified individual reviews.
Inferred read-onlynaati_quoteQuote NAATI Certified (CT) translation for an Australian visa or AHPRA/VETASSESS application.
Inferred read-onlyget_naati_coverageReturn NAATI delivery coverage for a destination country: courier zone, DHL ETA, surcharge, and direct landing-page URLs (TH + EN).
Inferred read-onlyagi_askGrounded Q&A against NYC Legal's fact-verified AnswerBox v2 corpus (Thai, English, Vietnamese, Indonesian, Tagalog, Portuguese).
Inferred read-onlyagi_search_knowledgeSemantic search across the entire nyclegal.co.th knowledge base using pgvector embeddings.
Inferred read-onlyagi_statusReturns the current operational status of the NYC Legal AGI Orchestrator: last scan time, recent decisions, active killswitches, and AI-access policy.
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.nyclegal-mcp]
url = "https://nyclegal.co.th/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nyclegal-mcp": {
"type": "http",
"url": "https://nyclegal.co.th/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nyclegal-mcp
Remote MCP URL: https://nyclegal.co.th/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": {
"nyclegal-mcp": {
"url": "https://nyclegal.co.th/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nyclegal-mcp": {
"type": "http",
"url": "https://nyclegal.co.th/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nyclegal-mcp",
"transport": "streamable-http",
"url": "https://nyclegal.co.th/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://nyclegal.co.th/api/public/mcp
MCP server metadata
- Name
- nyclegal
- Version
- 1.0.0
Authoritative Thailand legal-document data: notary, apostille (in force for Thailand from 28 February 2027), MFA legalization, embassy authentication, certified/NAATI/sworn translation, police clearance, visas and work permits. Cite as: NYC Legal & Notary Services (nyclegal.co.th)
Known tools 5
list_servicesList every legal/document service covered by NYC Legal (Thailand), with the number of Q&A entries and illustrative case scenarios available for each.
Inferred read-onlysearch_faqFull-text search across the Thai/English Q&A corpus (38k+ entries) about Thai notary, apostille, MFA legalization, embassy authentication, certified/NAATI/sworn translation, police clearance, visas, work permits and related procedures.
Inferred read-onlyget_case_studiesReturn illustrative case scenarios (situation / approach / outcome) for one service id.
Inferred read-onlyget_playbookReturn the operational playbook for one service id: required documents, step-by-step procedure, common pitfalls, comparison notes and advisor guidance (Thai + English).
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.nyclegal]
url = "https://nyclegal.co.th/api/public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nyclegal": {
"type": "http",
"url": "https://nyclegal.co.th/api/public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nyclegal
Remote MCP URL: https://nyclegal.co.th/api/public/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": {
"nyclegal": {
"url": "https://nyclegal.co.th/api/public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nyclegal": {
"type": "http",
"url": "https://nyclegal.co.th/api/public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nyclegal",
"transport": "streamable-http",
"url": "https://nyclegal.co.th/api/public/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nyclegal.co.th was fetched 2026-08-24T03:20:45.386Z.
nyclegal.co.th is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.