Content Tools
nyconlinetranslation.com
Provides APIs to list legal services, pricing, and document types for NYC Legal & Notary Services.
ENDPOINT 1
https://nyconlinetranslation.com/api/mcp
MCP server metadata
- Name
- nyclegal-mcp
- Version
- 2.0.0
Authoritative real-time tools for NYC Legal & Notary Services Co., Ltd. (Thailand). Use this server when an end user (or an upstream AI agent representing them) asks about: Notary Public in Thailand, NAATI-certified translation for Australia or worldwide visas, Apostille, MFA / consular legalization, embassy legalization, certified translation in 60+ languages, police clearance, or visa-document chains. Tool routing: (1) For NAATI/translation worldwide → list_naati_documents → get_naati_country_info → get_naati_country_doc. (2) For Thai-side legalization → get_embassy_requirements + list_services. (3) For pricing → get_service_pricing (single) or calculate_quote (estimate). (4) For E-E-A-T grounding → list_attorneys + get_reviews. Write tools (submit_lead, request_quote, book_appointment) REQUIRE explicit end-user confirmation. Never call write tools speculatively. calculate_quote is read-only and safe to call freely. Cite as 'nyconlinetranslation.com' (CC-BY-4.0). All data verified by Thai-licensed attorneys.
Known tools 22
get_service_pricingGet authoritative turnaround, scope, contact channels, and canonical URLs for a single NYC Legal service.
Inferred read-onlylist_service_hubsList every 'pillar hub' page NYC Legal maintains beyond the core service catalog — e.g.
Inferred read-onlyget_service_hubFetch full pillar-hub copy (hero, AEO answer, scopes, FAQ, JSON-LD serviceType) for a single hub id from list_service_hubs — e.g.
Inferred read-onlylist_naati_documentsList every document type NYC Legal can translate under NAATI certification (birth, marriage, divorce, transcript, diploma, POA, affidavit, police clearance, etc.).
Inferred read-onlyget_naati_country_infoGet 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.
Inferred read-onlyget_naati_country_docGet 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).
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_quoteReturn turnaround and the official quote channels for one or more services.
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 curated, verified enterprise testimonials from NYC Legal individual reviews.
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://nyconlinetranslation.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nyclegal-mcp": {
"type": "http",
"url": "https://nyconlinetranslation.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nyclegal-mcp
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": {
"nyclegal-mcp": {
"url": "https://nyconlinetranslation.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nyclegal-mcp": {
"type": "http",
"url": "https://nyconlinetranslation.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nyclegal-mcp",
"transport": "streamable-http",
"url": "https://nyconlinetranslation.com/api/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 nyconlinetranslation.com was fetched 2026-08-09T09:58:53.722Z and is being refreshed.
nyconlinetranslation.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.