Back to Home
Raghav0005 icon

newyork-taxi-mcp-server-project

Verified Safe

by Raghav0005

Overview

Provides analytical insights and search capabilities for NYC taxi trip data from January 2025.

Installation

Run Command
python server.py

Security 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens400
Stars0
Forks0
Last Update2025-12-15

Tags

NYC Taxi DataData AnalysisPandasWhoosh SearchMCP Server