EPA EJScreen for LangChain
com.olyport/ejscreen
Environmental justice screening indicators, pollution burden, and demographic vulnerability
client:LangChain
transport:streamable-http
tools:5
Install EPA EJScreen in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ejscreen": {
"transport": "streamable_http",
"url": "https://mcp.olyport.com/ejscreen/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs