Team-1B-Fusion
Verified Safeby DharmpratapSingh
Overview
Analyzing global greenhouse gas emissions from EDGAR v2024 data using natural language queries, providing actionable insights for researchers, policymakers, and developers.
Installation
make serveEnvironment Variables
- OPENAI_API_KEY
- MCP_MANIFEST_PATH
- ALLOWED_ORIGINS
- ENVIRONMENT
Security Notes
The server demonstrates strong security practices including comprehensive SQL injection prevention (parameterized queries, column name sanitization, input validation), explicit `OPENAI_API_KEY` validation in `username:password` format, strict CORS configuration (`ALLOWED_ORIGINS`), and rate limiting. `subprocess.run` calls are contained within a controlled LLM tool dispatch mechanism, mitigating arbitrary code execution risks from user input.
Similar Servers
fastmcp
FastMCP is an ergonomic interface for the Model Context Protocol (MCP), providing a comprehensive framework for building and interacting with AI agents, tools, resources, and prompts across various transports and authentication methods.
fastapi_mcp
Automatically converts FastAPI endpoints into Model Context Protocol (MCP) tools for seamless integration with LLM agents.
gis-mcp
A Model Context Protocol (MCP) server that provides AI agents and LLMs with comprehensive GIS capabilities, enabling geospatial analysis, data gathering, and transformations through natural language.
Docker_MCPGUIApp
This repository provides a starter template for building full-stack AI assistants that integrate with real-world tools using Docker MCP Gateway and a Large Language Model.