Back to search
100
MCP live v1.0.0 streamable-http

dev.lingo/main

dev.lingo/main

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

Uptime
14.3%
14 probes
Response
432ms
last probe
Tools
4
callable

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…

Similar MCP servers embedding-nearest

DepScope live
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
22 tools · streamable-http
com.blockscout/mcp-server live
MCP server for Blockscout
16 tools · streamable-http
Svelte MCP live
The official Svelte MCP server providing docs and autofixing tools for Svelte development
4 tools · streamable-http
io.github.rog0x/i18n
Locale detect, translations, plurals for AI agents
0 tools
com.thenextgennexus/developer-tools-mcp-server live
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
7 tools · streamable-http
Microsoft Learn MCP live
Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.
3 tools · streamable-http

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"
    }
  }
}