Connects Claude to the USDA Foreign Agricultural Service API for querying global trade flows and agricultural production data. Part of the Pipeworx gateway ecosystem, which means you can either use this standalone FAS endpoint or tap into their full gateway covering 250+ data sources. The interesting bit is the ask_pipeworx pattern where you throw natural language questions at it and the gateway figures out which tool to call and how to structure the parameters. Useful when you're building agents that need authoritative data on crop production, export statistics, or commodity trade patterns without manually wiring up USDA's data formats.
FAS MCP — USDA Foreign Agricultural Service (trade & global production data)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"fas": {
"url": "https://gateway.pipeworx.io/fas/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Fas data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json