We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheTailorRetailored/latex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
% Description: Math-heavy document template
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath, amsfonts, amssymb}
\usepackage{amsthm}
\usepackage{geometry}
\theoremstyle{definition}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem{definition}{Definition}
\title{Mathematical Document}
\author{Your Name}
\date{\today}
\begin{document}
\maketitle
\begin{definition}
Your definition here.
\end{definition}
\begin{theorem}
Your theorem here.
\end{theorem}
\begin{proof}
Your proof here.
\end{proof}
\end{document}