INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://ainetcafe.com/mcp/translate
Connect to this endpoint to inspect the live schema for translate_pdf and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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_grammar— Check text for grammar, spelling and style issues in 30+ languages (self-hosted LanguageTool).check_job— Get the status or result of a job started by deep_research, translate_pdf, or make_slides.