home / mcp / agricultural ai mcp server

Agricultural AI MCP Server

mcp gateway

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "bishaljena-fs-gate": {
      "url": "http://165.232.190.215:8811"
    }
  }
}

You are equipped with an production-ready HTTP MCP server that provides real-time crop price data and web search capabilities for agricultural AI chatbots. It smartly routes requests through a Creative MCP Gateway, supports dynamic server discovery, and exposes both HTTP REST and MCP protocol endpoints for flexible integration with your chatbots and AI workflows.

How to use

You connect your MCP client to the gateway URL to access intelligent routing and live tool orchestration. Use the gateway to route queries to the optimal agricultural tools, such as crop price lookups or web news searches, without managing individual tool endpoints. You can also query the direct API for straightforward REST access if you prefer bypassing the gateway for specific tasks.

How to install

Prerequisites: ensure you have a modern Node.js runtime and npm installed on your system. You may also need Docker for local deployments depending on how you host the gateway.

Step 1. Clone or obtain the MCP server package and navigate to its directory.

Step 2. Install dependencies.

Step 3. Start the MCP server.

Additional sections

Configuration and operation are centered around the MCP gateway and the HTTP endpoints. You can use the gateway to manage multiple agricultural intelligence servers, enabling real-time tool orchestration and dynamic server discovery. The server exposes health checks to monitor uptime and readiness.

Security should be considered when exposing endpoints publicly. Use appropriate network controls, API keys where required, and limit access to trusted clients. Rotate credentials regularly and monitor gateway logs for unusual activity.

Examples demonstrate integration with chatbot frameworks. You can create a chatbot that asks for crop prices, then route that request through the gateway to obtain current values for states such as Punjab.

Troubleshooting: if you encounter routing issues, verify that the gateway is connected to the intended tool servers, confirm that the tool names you call exist in the catalog, and check the health endpoints to verify that services are responsive.

Available tools

crop_price

Fetch real-time crop prices for a given state or market region, sourced from official agricultural data feeds.

web_search

Query agricultural news and information through web-based sources to provide up-to-date market context.

health_check

Provide monitoring endpoints and health status to ensure the MCP server and its tools are operating correctly.