← latex-tools.online
INDIVIDUAL MCP TOOL
match_paper_title
Semantic Scholar: find the single paper whose title best matches the given text (exact-match lookup).
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 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.