RetrainMap ETP programs (U.S. DOL Training Provider Results) for LangChain
com.retrainmap/etp-programs
Apify MCP: retrainmap/etp-programs - 70,000+ U.S. WIOA training programs, DOL outcomes and costs
client:LangChain
transport:streamable-http
Install RetrainMap ETP programs (U.S. DOL Training Provider Results) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"etp-programs": {
"transport": "streamable_http",
"url": "https://mcp.apify.com/?tools=retrainmap/etp-programs",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs