Back to Home
eagleisbatman icon

tips-mcp-server

Verified Safe

by eagleisbatman

Overview

Serve AI-generated farming tips, categorized by region and context (weather, season), with bilingual support and interaction tracking.

Installation

Run Command
npm start

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-12-01

Tags

farming tipsagriculture AIcontextual serverREST APINode.js