Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

dev.lingo/main

dev.lingo/main

Lingo.dev MCP Server - World-class i18n implementation with ICU MessageFormat.

Uptime
100.0%
1 direct probes · 30d
Response
738ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_project_context

Captures the user's project architecture to inform i18n implementation strategy. ## When to Use **Called during i18n_checklist Step 1.** The checklist tool will tell you when to call this. If you'r…

get_framework_docs

Retrieves authoritative documentation directly from the framework's official repository. ## When to Use **Called during i18n_checklist Steps 1-13.** The checklist tool coordinates when you need fra…

get_i18n_library_docs

Retrieves authoritative documentation for i18n libraries (currently react-intl). ## When to Use **Called during i18n_checklist Steps 7-10.** The checklist tool will tell you when you need i18n libr…

i18n_checklist

## ⚠️ MANDATORY TOOL FOR ALL I18N WORK ⚠️ THIS IS NOT OPTIONAL. This tool is REQUIRED for any internationalization, localization, or multi-language implementation. ## When to Use (MANDATORY) **ALWA…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dev.lingo/main": {
      "url": "https://mcp.lingo.dev/main",
      "transport": "streamable-http"
    }
  }
}