INDIVIDUAL MCP TOOL
get_us_natural_gas_chart
A ready-made chart of US natural gas fundamentals as a PNG image, the same card we publish to our own channel: LNG feedgas, the fundamental score with its signal contributions, GFS/ECMWF weather runs, EIA storage against the 5-year normal, a Gantt of liquefaction outages, the Henry Hub forward curve, or CFTC managed-money positioning.
LIVE ENDPOINT
https://mcp.natgaslens.com/mcp
Connect to this endpoint to inspect the live schema for get_us_natural_gas_chart and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.natgaslens]
url = "https://mcp.natgaslens.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"natgaslens": {
"type": "http",
"url": "https://mcp.natgaslens.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: natgaslens
Remote MCP URL: https://mcp.natgaslens.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"natgaslens": {
"url": "https://mcp.natgaslens.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"natgaslens": {
"type": "http",
"url": "https://mcp.natgaslens.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "natgaslens",
"transport": "streamable-http",
"url": "https://mcp.natgaslens.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_us_natural_gas_market_brief— START HERE for any US natural gas / Henry Hub question: the whole dashboard in one call, so an agent does not have to chain five tools and stitch the numbers itself.get_us_natural_gas_fundamental_score— Composite fundamental pressure score for US natural gas / Henry Hub (-100..+100), built from 5 z-normalized signals (EIA storage vs 5-yr norm, 4-week surplus change, power burn, 7-day cooling and heating demand), with per-signal breakdown, its percentile against its own history and the latest NOAA degree-day forecast revision.get_us_natural_gas_storage_nowcast— EIA weekly natural gas storage report (Bcf, lower-48 working gas): the released headline injection/withdrawal plus, on pro scope, `pending` — our estimate of the report that has NOT been published yet, built from weather-driven demand and LNG feedgas components — and `last_verified` (estimate vs actual with realized error), alongside out-of-sample accuracy and backtest stats.get_us_natural_gas_production_nowcast— Daily/monthly US dry natural gas production nowcast (Bcf/d), estimated from the year-ago level scaled by a YoY growth trend and anchored to news, with a per-month series (est vs EIA actual once published).get_us_lng_feedgas— Daily LNG feedgas for US liquefaction terminals (Bcf/d) — the export pull on the domestic natural gas balance, nowcast from pipeline nominations on the terminals' electronic bulletin boards (split across operators, no single public source).get_us_lng_plant_outages— Operating status of every US LNG export plant (Sabine Pass, Corpus Christi, Freeport, Plaquemines, Calcasieu Pass, Cameron, Cove Point, Golden Pass, Elba Island): online / partial / down / ramping, current flow versus nameplate, capacity offline in Bcf/d and total ramping capacity.get_us_natural_gas_weather_models— Weather forecasts that drive US natural gas demand: 7-day population-weighted CONUS cooling and heating degree days from the GFS and ECMWF runs, the change versus the previous day's run, the GFS-ECMWF spread, the per-day degree-day profile, and the latest NOAA CPC forecast revision with its percentile.get_henry_hub_forward_curve— Henry Hub natural gas futures forward curve by delivery month: price, session move, volume, and the same months a week, a month and a year ago for year-over-year context.