← ainetcafe.com

INDIVIDUAL MCP TOOL

check_grammar

Check text for grammar, spelling and style issues in 30+ languages (self-hosted LanguageTool).

ainetcafe.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ainetcafe.com/mcp/translate

No auth detected

Connect to this endpoint to inspect the live schema for check_grammar and invoke it with your own arguments.

Indexed 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 server

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

.mcp.json

{
  "mcpServers": {
    "netcafe-translate": {
      "type": "http",
      "url": "https://ainetcafe.com/mcp/translate"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: netcafe-translate
Remote MCP URL: https://ainetcafe.com/mcp/translate

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": {
    "netcafe-translate": {
      "url": "https://ainetcafe.com/mcp/translate"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "netcafe-translate",
  "transport": "streamable-http",
  "url": "https://ainetcafe.com/mcp/translate"
}
MCP Inspector

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

Related tools

  • what_can_you_do — Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading the whole catalogue and guessing.
  • translate_text — Translate text between languages using a self-hosted LibreTranslate engine (fully offline, no big-tech API).
  • translate_srt — Translate an .srt subtitle file into another language while keeping every timestamp and cue number byte-identical.
  • translate_i18n_json — Translate an i18n JSON locale file, keeping the key structure identical and placeholders ({name}, {{count}}, %s, HTML tags) intact.
  • check_job — Get the status or result of a job started by deep_research, translate_pdf, or make_slides.
  • translate_pdf — Translate a PDF from a URL while preserving the original layout — formulas, figures and two-column academic typesetting stay intact, unlike ordinary translators that flatten the document.