newyork-taxi-mcp-server-project
Verified Safeby Raghav0005
Overview
Provides analytical insights and search capabilities for NYC taxi trip data from January 2025.
Installation
python server.pySecurity Notes
The server primarily uses Pandas for data analysis and Whoosh for full-text search, with data loaded from hardcoded local paths. There are no explicit uses of `eval`, `exec`, or `subprocess.run` with unvalidated user input. It does not appear to open public network ports directly, relying on the FastMCP framework for local inter-process communication with the Gemini CLI. Data loading from parquet/csv is generally safe when file paths are controlled, as they are here. No hardcoded secrets were found.
Similar Servers
apple-health-mcp
Query and analyze personal Apple Health data using SQL for health insights and automated reports.
mcpcat-python-sdk
An analytics and observability SDK for Multi-modal Conversational Platform (MCP) servers, capturing user behavior and tool interactions for product development and debugging.
plotting-mcp
A MCP server that transforms CSV data into beautiful visualizations for AI assistants and chat applications.
my_stock_mcp_server
Provides real-time stock data and analysis tools for AI models by scraping EastMoney.com.