Fiscal y nomina MX — SAT, ISR, CFDI, IMSS, finiquito for LangChain
io.github.danielasalgadov/fiscal
Fiscal y nomina MX: recargos, ISR, CFDI, RESICO, calendario, IMSS, aguinaldo, finiquito.
client:LangChain
transport:streamable-http
tools:10
Install Fiscal y nomina MX — SAT, ISR, CFDI, IMSS, finiquito in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"fiscal": {
"transport": "streamable_http",
"url": "https://menteorama-fiscal-mcp.menteorama.workers.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs