tips-mcp-server
Verified Safeby eagleisbatman
Overview
Serve AI-generated farming tips, categorized by region and context (weather, season), with bilingual support and interaction tracking.
Installation
npm startEnvironment Variables
- DATABASE_URL
- PORT
- WEATHER_API_URL
- CORS_ORIGIN
- NODE_ENV
Security Notes
The server uses parameterized queries, which effectively prevents SQL injection. Environment variables are used for sensitive configurations (DATABASE_URL), avoiding hardcoded secrets. CORS is configurable. The direct passing of user-provided 'location' to an external weather API could be a minor concern if the external API itself is vulnerable to injection, but the server's code doesn't directly introduce this vulnerability. The `rejectUnauthorized: false` for SSL is correctly conditionalized for non-production environments.
Similar Servers
agro-mcp-server
A backend server for managing or processing data related to an agro-based custom protocol or application, likely operating over a network.
ag-mcp-chat-app
AI-powered mobile farming assistant application with region-specific MCP server integration for providing advice, weather, and diagnosis.
content-mcp-server
AI-powered content generation service for Vietnamese farmers, producing weekly podcasts and image articles based on agricultural data.
sarana-ai-eduall-mcp-server
A multi-component platform providing AI-powered omnichannel customer service, intelligent chat agents with knowledge base integration and tool use, OCR for document processing (KTP, STNK, BPKB, KK), analytics, and specialized data management for business operations (orders, support tickets, job vacancies) and agricultural intelligence (plantation data analysis and recommendations).