Analytics
natgaslens.com
Provides real-time estimates and fundamental scores for US natural gas storage and production data.
ENDPOINT 1
https://mcp.natgaslens.com/mcp
MCP server metadata
- Name
- natgaslens
- Version
- 0.4.2
US natural gas (Henry Hub) fundamentals as clean, LLM-ready data — LNG feedgas nowcast, liquefaction plant outages, EIA weekly storage, dry gas production, GFS/ECMWF/CPC degree-day forecasts, the Henry Hub forward curve, CFTC positioning, a news feed with per-story impact reads, a composite fundamental score, and a one-call summary of which way every fundamental is pressing. Start with get_us_natural_gas_market_brief: it returns the whole picture — pressure by factor, demand with its components, storage, production, the forward curve, positioning — in a single call, along with the rules for reading those numbers; reach for the individual tools when you need a history or a series. Market data and analysis, NOT investment advice: every model output carries a measured margin of error and guarantees no profit. Each estimate ships with its vintage and its accuracy so it can be weighed. Without a valid access token tools return delayed (demo) data plus an 'upgrade' object naming what a token unlocks and where the user gets one (https://t.me/NatGasLens_bot?start=mcp; paid subscription — but through 2026-09-30 the dashboard is open in full, no subscription needed). An agent cannot buy the token itself — surface that link to its user.
Known tools 12
get_us_natural_gas_market_briefSTART 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.
Inferred read-onlyget_us_natural_gas_fundamental_scoreComposite 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.
Inferred read-onlyget_us_natural_gas_storage_nowcastEIA 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.
Inferred read-onlyget_us_natural_gas_production_nowcastDaily/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).
Inferred read-onlyget_us_lng_feedgasDaily 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).
Inferred read-onlyget_us_lng_plant_outagesOperating 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.
Inferred read-onlyget_us_natural_gas_weather_modelsWeather 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.
Inferred read-onlyget_henry_hub_forward_curveHenry 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.
Inferred read-onlyget_henry_hub_cot_positioningSpeculative positioning in Henry Hub natural gas from the weekly CFTC Commitments of Traders report (futures and options combined): managed money net position, its weekly change, its percentile against three years of history, producer net, open interest and its change, plus a plain-English read.
Inferred read-onlyget_us_natural_gas_news_contextRecent events moving US natural gas: LNG plant outages and restarts, Gulf storms, and market-wide stories, each with its source link.
Inferred read-onlyget_us_natural_gas_pressure_summaryOur reading of every US natural gas fundamental in one call: for each factor — LNG feedgas, LNG plant outages, weather-model shifts, the EIA weekly injection pace, the composite fundamental score and its 30-day trend, power burn against normal and NOAA cooling demand — the direction of pressure on Henry Hub (bullish / bearish / neutral), its strength (moderate / strong), the number driving it with the thresholds used, and a plain-English sentence.
Inferred read-onlyget_us_natural_gas_chartA 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for natgaslens.com was fetched 2026-07-31T05:24:17.653Z and is being refreshed.
natgaslens.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.