Crop answers, cited.
66 AgriPulse tools behind one URL.
Frontier models: 100% correct with Pipeworx, 63% with web search
Ask what corn yielded last year, what a commodity costs today, or how much coffee Brazil sold to the United States. The number comes back with the USDA or Comtrade release it was read from, so you can check it.
Included Packs
Crop production, yields, acreage, prices, livestock, weekly crop progress. The core USDA data source. (BYO key, free)
Global production, supply, demand by commodity and country. US export/import data. (free)
Energy data: ethanol production, petroleum/diesel prices, natural gas, electricity. (BYO key, free)
Commodity futures, exchange rates, interest rates, agricultural price indices. 800K+ time series. (platform key)
Agricultural price indices, food CPI, farm employment. No key needed. (platform key)
Real-time conditions and forecasts for crop regions. (free)
Climate projections and historical data for growing regions. (free)
Global agricultural indicators, GDP, food security metrics. (free)
Setup
Choose one of these options:
Open claude.ai/customize/connectors, click Add custom connector, name it Pipeworx Agri and paste this URL. Leave the OAuth client ID and secret blank — the connector registers itself.
https://gateway.pipeworx.io/mcp?vertical=agri Then click Connect and sign in with GitHub. That step is free and takes you from 50 calls a day to 200 — same connection either way, and you can skip it and sign in later. In a new chat, open the tools menu and enable the connector.
Custom connectors need a paid Claude plan — that is an Anthropic gate, not a Pipeworx one.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"pipeworx-agri": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/mcp?vertical=agri",
"--header",
"Authorization:Bearer YOUR_API_KEY"
]
}
}
} Paste this into Claude to use for one conversation:
Use this MCP server for this conversation:
npx -y mcp-remote "https://gateway.pipeworx.io/mcp?vertical=agri" --header "Authorization:Bearer YOUR_API_KEY"
Then give me a corn market outlook — production, exports, and ethanol demand. For crop and livestock data, get a free key at quickstats.nass.usda.gov and add it on your /account page.
These packs need no additional keys — they work out of the box with your Pipeworx account.
All 30 Tools
USDA NASS 5 tools
nass_query General query against USDA QuickStats nass_crop_production Crop production, yields, and acreage data nass_prices Agricultural commodity prices nass_livestock Livestock inventory and slaughter data nass_crop_progress Weekly crop progress and condition reports USDA FAS 4 tools
fas_exports US agricultural export data by commodity and country fas_imports US agricultural import data by commodity and country fas_production Global production, supply, and demand estimates fas_commodity_codes Look up FAS commodity and country codes EIA 5 tools
eia_series Fetch any EIA data series by ID eia_ethanol Ethanol production and stocks data eia_petroleum Petroleum and diesel price data eia_natural_gas Natural gas prices and production eia_electricity Electricity generation and pricing FRED 5 tools
fred_get_series Fetch time series observations fred_search Search for economic data series fred_series_info Metadata for a specific series fred_category Browse data by category fred_releases Economic data release schedule BLS 4 tools
bls_get_series Fetch BLS time series data bls_search Search for BLS data series bls_latest Latest values for a series bls_popular_series Browse popular BLS series Weather 2 tools
get_weather Real-time weather conditions for a location get_forecast Weather forecast for a location Climate 1 tool
get_climate_projection Climate projections and historical data for a region World Bank 4 tools
get_country Country metadata and classifications get_population Population data for any country get_gdp GDP data for any country get_country_stats Country-level statistical indicators Common questions
What data sources are included in AgriPulse?
USDA (NASS crop reports, livestock data, FAS export sales), FRED (commodity prices, farm income), BLS (food CPI, agricultural employment), UN Comtrade (global trade flows for crops and meat), Open-Meteo and NOAA (weather and growing-season conditions), and EIA (energy markets that drive fertilizer and fuel costs).
How current are crop production and export figures?
NASS publishes crop production estimates monthly during the growing season and weekly for crop progress. FAS export sales report weekly. UN Comtrade releases bilateral trade data on a 1–2 month lag. Every tool response includes _meta.cache.fresh_until so an agent can decide whether to refetch.
Can I correlate weather conditions with crop forecasts?
Yes. Open-Meteo and NOAA tools provide current conditions, multi-day forecasts, and historical weather for any lat/lon. Combined with NASS crop progress reports and FRED commodity prices, an agent can reason about how unusual heat, drought, or precipitation in a key growing region might affect harvest and pricing.