How to Use the USDA NASS MCP in Windsurf
Analyze agricultural data on the fly with Windsurf's autonomous agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect USDA NASS MCP to Windsurf
Create your Vinkius account to connect USDA NASS to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Chain USDA NASS Queries with Windsurf
The `get_quick_stats` tool lets you pull broad statistical data using parameters like sector, commodity, and year. Cascade plans the sequence—maybe checking parameter values first with `get_param_values`, then running the full query. It handles complex, multi-step research without needing you to prompt every single step. You just set the goal: 'What was corn production in Iowa in 2019?' Windsurf figures out and executes all the necessary calls against the MCP Server.
Discover USDA NASS Data Scope
Need to know what data exists before you write a query? Use `get_survey_info` to understand which surveys are active and how often they collect information. You can also run `search_by_commodity` for a broad look, pulling together production, acreage, and price stats. This gives you a high-level map of the available data within the USDA NASS MCP Server. It's your intelligence gathering phase before committing to specific API calls.
Retrieve Specific Economic or Crop Data
For deep dives, Cascade can target precise datasets. If you need farm economics, `get_economics_data` handles that; if you're tracking livestock, `get_livestock_summary` works for commodities like CATTLE or HOGS. The agent ensures the correct filters—like state and year—are applied automatically across these tools. It’s built to take a vague goal and deliver structured data from the MCP Server.
Set up USDA NASS MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the USDA NASS MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my USDA NASS payment history." If connected, Cascade will call the USDA NASS tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"usda-nass-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by USDA NASS. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about USDA NASS MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the USDA NASS MCP today
We host it, we monitor it, we maintain it. You just paste one token.