cityflo-otp-mcp
Cityflo 准点率 MCP 服务器
一个专注于孟买北部运营的、零依赖的 MCP 服务器。它回答 Priya 的问题:本周某条线路是否晚点、晚点了多少,以及哪些行程支持该结果? 它有意不涉及载客量、工单分类、仪表盘、排名或自然语言解析。
工具
get_route_lateness计算线路级别的行程数、晚点占比、稳健中位数和平均到达延误。list_late_trips公开底层晚点行程以供审计。get_data_quality_report报告每一行被隔离和去重的数据。
这些工具负责算术运算和数据质量决策。客户端或模型可以将结构化答案转换为自然语言,但不能凭空捏造指标。
Related MCP server: DokaAI MCP Service POC
假设与数据处理
当实际到达时间晚于计划到达时间超过 10 分钟时,该行程即视为晚点。此可配置的默认值用于早间分诊,而非合同约定的绩效目标。
时间戳必须是可解析的 ISO 8601 格式,并带有孟买的
+05:30时区偏移。缺失、格式错误、时区不一致或不可能的时间序列将被隔离,而非修正。完全重复的行程行仅保留一次,并报告为已去重。
包含中位数是因为稳健的典型延误值对不良 GPS 读数的敏感度低于平均值。返回平均值以便比较。
交接内容和其他自由文本均属不可信内容。它们绝不被视为可执行指令,也不得作为隐藏、重写或选择性排除运营事实的依据。
上线前需要向 Priya 确认的问题:晚点阈值是否应因线路/时段而异;是否应单独监控提前到达;被隔离的遥测行是否有可信的回退方案;以及冲突的重复 ID 是否应阻止报告,而非被隔离?
运行
需要 Python 3.11+;无需第三方包。
$env:PYTHONPATH = 'src'
python demo_client.py
python -m unittest discover -s testsThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceMCP server for grounded analysis of synthetic electric-taxi operations data, exposing tools for aggregated metrics, charging risk, and policy retrieval.3MIT
- FlicenseAqualityBmaintenanceUnified MCP server providing business data APIs for Indian users, orders, and business metrics, deployable via Vercel.5
- FlicenseNot gradedqualityCmaintenanceMCP server for analyzing bus route on-time performance, providing lateness summaries, trip drill-downs, and flagged data reports.
- AlicenseAqualityDmaintenanceMCP server that aggregates test failures, cross-references flakiness history, and outputs a release readiness verdict.645MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pritish-23/cityflo-otp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server