tomorrow-now-decision-tree-mcp-server
Verified Safeby eagleisbatman
Overview
Provides AI-powered crop advisory services by evaluating weather conditions and growth stages against crop-specific decision trees via the Model Context Protocol (MCP).
Installation
No command providedSecurity Notes
The project uses standard Node.js/TypeScript practices and explicitly warns about environment variable handling for database credentials, which is good. No obvious signs of 'eval' or obfuscation. Potential risks are typical for any web application (e.g., dependency vulnerabilities, improper environment config if not using Railway's default handling). SQL injection risk depends on the underlying ORM/DB library.
Similar Servers
dbt-mcp
Provides a Model Context Protocol (MCP) server that exposes various dbt-related functionalities (CLI, Semantic Layer, Discovery, Admin API, Code Generation, LSP) as tools for AI agents to interact with dbt projects in Core, Fusion, and Platform environments.
mcpc
Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.
enhanced-postgres-mcp-server
This server acts as a Model Context Protocol interface for PostgreSQL, enabling LLMs to query data, modify records, and manage database schema objects with read and write capabilities.