DOE Energy Information for LangChain
com.olyport/eia
Energy data from EIA: electricity, fuel prices, and renewables
client:LangChain
transport:streamable-http
tools:4
Install DOE Energy Information in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"eia": {
"transport": "streamable_http",
"url": "https://mcp.olyport.com/eia/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs