MCP.so
登录

MCP USDA Server

@AntonioPavoni

关于 MCP USDA Server

MCP Server Template for USDA Tools

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

AntonioPavoni

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP USDA Server?

MCP USDA Server is a modular MCP (Model Context Protocol) server template for fetching and formatting agricultural data from the USDA Foreign Agricultural Service (FAS) Production, Supply and Distribution (PSD) database. It provides five specialized tools that expose agricultural data to Large Language Models (LLMs) in a format optimized for LLM consumption.

How to use MCP USDA Server?

Clone the repository, install dependencies with npm install, and start the server with npm start. The server listens on port 3100 by default and communicates with an MCP client via JSON‑RPC 2.0. Tools are invoked by sending properly formatted JSON‑RPC requests (e.g., tools/execute with a tool name and arguments).

Key features of MCP USDA Server

  • Five USDA data tools (regions, countries, commodities, units of measure, commodity attributes)
  • Modular architecture for adding new data sources and tools
  • LLM‑agnostic design (works with GPT‑4, Claude 3, Gemini, etc.)
  • JSON‑RPC 2.0 communication protocol
  • Anti‑hallucination guardrails built into the tool design

Use cases of MCP USDA Server

  • Enabling LLMs to answer questions about agricultural production, supply, and distribution
  • Building a unified MCP client that aggregates tools from multiple domain‑specific servers
  • Serving as a template for creating custom MCP servers for other USDA databases or agricultural data sources

FAQ from MCP USDA Server

How do I install and start MCP USDA Server?

Install Node.js v14 or later, clone the repository, run npm install in the project directory, then start the server with npm start. The server runs on port 3100 by default.

What tools does MCP USDA Server provide?

It provides five tools: usda‑psd‑regions, usda‑psd‑countries, usda‑psd‑commodities, usda‑psd‑units‑of‑measure, and usda‑psd‑commodity‑attributes. Each fetches and formats data from the USDA FAS PSD API.

How does MCP USDA Server communicate with clients?

It uses JSON‑RPC 2.0 as its communication protocol. Clients can send tool listing requests (tools/list) and tool execution requests (tools/execute) with the appropriate parameters.

Can I use any LLM with MCP USDA Server?

Yes, the server is LLM‑agnostic. It works with any LLM that supports function/tool calling (e.g., GPT‑4, Claude 3, Gemini) or that can follow structured instructions about available tools.

What are the system requirements for running MCP USDA Server?

You need Node.js version 14 or higher and npm (or yarn). The project runs as a simple HTTP server with no additional database or external runtime dependencies.

评论

其他 分类下的更多 MCP 服务器