← latex-tools.online
INDIVIDUAL MCP TOOL
extract_pdf_result
Fetch the result of an extract_pdf job by task_id.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.latex-tools-online]
url = "https://latex-tools.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"latex-tools-online": {
"type": "http",
"url": "https://latex-tools.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: latex-tools-online
Remote MCP URL: https://latex-tools.online/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": {
"latex-tools-online": {
"url": "https://latex-tools.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"latex-tools-online": {
"type": "http",
"url": "https://latex-tools.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "latex-tools-online",
"transport": "streamable-http",
"url": "https://latex-tools.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_papers— Search academic papers.search_all— Aggregated search across arXiv, Semantic Scholar and OpenAlex at once.search_medical— Evidence-graded MEDICAL literature search (PubMed + Europe PMC).get_paper— Fetch one paper by id, with full abstract and PDF link.search_by_author— Find papers by a specific author, newest first.list_recent— List the latest papers in a subject category, newest first.list_categories— List common subject category codes for filtering/recent.read_paper— Read a paper's full text.