MCP server exposing 5 tools for nass.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/nass/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
nass_query — Search USDA agricultural statistics by commodity, statistic, geography, and year. Returns production, yield, acreage, prices, and livestock data (e.g., commodity="CORN", state_fips="06" for California).nass_crop_production — Get US crop yields, production totals, and planted/harvested acreage by crop, state, and year. Quick access to major crop survey data.nass_prices — Get prices received by US farmers for crops and livestock by commodity, state, and year. Track agricultural commodity price trends and market movements.nass_livestock — Get US livestock inventory, slaughter counts, and production data by species, state, and time period. Analyze animal agriculture supply and production.nass_crop_progress — Get weekly crop progress reports with planting, emergence, blooming, harvest, and condition ratings (e.g., "GOOD", "EXCELLENT") by crop and state.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nass/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io