NatGasLens — US Natural Gas & Henry Hub Data for LangChain
com.natgaslens/natgaslens
US natural gas for agents: LNG feedgas, outages, EIA storage, Henry Hub curve, COT, charts
client:LangChain
transport:streamable-http
tools:12
Install NatGasLens — US Natural Gas & Henry Hub Data in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"natgaslens": {
"transport": "streamable_http",
"url": "https://mcp.natgaslens.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- get_us_natural_gas_market_brief
- get_us_natural_gas_fundamental_score
- get_us_natural_gas_storage_nowcast
- get_us_natural_gas_production_nowcast
- get_us_lng_feedgas
- get_us_lng_plant_outages
- get_us_natural_gas_weather_models
- get_henry_hub_forward_curve
- get_henry_hub_cot_positioning
- get_us_natural_gas_news_context
- get_us_natural_gas_pressure_summary
- get_us_natural_gas_chart