Enables containerized deployment of the agricultural AI server with Docker support for easy cloud deployment and scaling.
Facilitates code repository management and deployment workflows, particularly for connecting repositories to cloud deployment platforms.
Provides cloud deployment capabilities for the agricultural AI server with built-in health checks and environment variable management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agricultural AI MCP Serverwhat are the current wheat prices in Punjab?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
πΎ Agricultural AI MCP Server
A production-ready HTTP server providing crop price data and web search capabilities for agricultural AI chatbots. Features creative Docker MCP Gateway integration for intelligent tool routing and management.
π Quick Start
# 1. Quick setup (30 seconds)
./scripts/setup/quick-setup.sh
# 2. Test intelligent routing
curl -X POST http://localhost:8811/tools/call \
-H "Content-Type: application/json" \
-d '{"name": "crop-price", "arguments": {"state": "Punjab"}}'π Project Structure
βββ π docs/ # Documentation
β βββ deployment/ # Deployment guides
β βββ integration/ # Integration guides
β βββ guides/ # Feature guides
βββ π§ scripts/ # Automation scripts
β βββ setup/ # Setup scripts
β βββ deployment/ # Deployment scripts
β βββ testing/ # Testing scripts
βββ βοΈ config/ # Configuration files
β βββ docker/ # Docker configurations
β βββ nginx/ # Nginx configurations
β βββ catalogs/ # MCP catalogs
βββ π€ examples/ # Integration examples
β βββ chatbot/ # Chatbot integrations
β βββ integration/ # API examples
βββ π» src/ # Source codeπ― Features
Core Agricultural Intelligence
Crop Price Data: Real-time agricultural commodity prices from data.gov.in
Web Search: Agricultural news and information via EXA API
HTTP API: RESTful endpoints for easy integration
Health Checks: Built-in monitoring endpoints
Docker MCP Gateway Integration
π― Intelligent Tool Routing: Gateway routes queries to optimal agricultural tools
π Production Catalog Management: Sophisticated server registry with metadata
π Dynamic Server Discovery: Runtime tool registration and management
π Dual Protocol Support: Both HTTP REST and MCP protocol endpoints
β‘ Real-time Tool Orchestration: Gateway manages multiple agricultural intelligence servers
π οΈ Setup Options
Option 1: Local Development
./scripts/setup/quick-setup.shOption 2: DigitalOcean Deployment
./scripts/deployment/check-digitalocean.shOption 3: Creative MCP Gateway
./scripts/testing/creative-gateway-demo.shπ Documentation
Setup Guide - Get started in 30 seconds
DigitalOcean Deployment - Production deployment
Creative MCP Gateway - Advanced patterns
Chatbot Integration - Ready-to-use examples
π€ Chatbot Integration
const AgriculturalAI = require('./examples/chatbot/your-chatbot-config.js');
const agriAI = new AgriculturalAI();
// Ready to use!
const response = await agriAI.processQuery("What are wheat prices in Punjab?");π― Live Endpoints
Direct API: http://165.232.190.215
MCP Gateway: http://165.232.190.215:8811
Health Check: http://165.232.190.215/health
π Perfect for Hackathons
β Creative Docker MCP Gateway Usage - Intelligent agricultural tool orchestration
β Production-Ready Architecture - Real catalog management and server routing
β Real Agricultural Data - Government crop prices and market intelligence
β Easy Integration - Works with any chatbot or AI framework
β Live Demo Ready - Judges can test both gateway and direct API access
π License
MIT License - Perfect for hackathon projects!