chelaile-mcp
车来了 MCP
一个基于 MCP 的车来了实时公交服务器,让大语言模型可以查询国内的公交、地铁实时数据 —— 包括线路时刻表、车辆实时位置、附近站点、关键词搜索、以及公交+地铁的换乘路线规划。
回答 "我的公交还有多久到站" 这类问题。无需登录、无需任何账号配置,开箱即用。
安装
一键安装
点击上面的徽章即可在 Cursor / VS Code / VS Code Insiders 中一键安装。
在 Claude Code 中使用
claude mcp add chelaile -- npx -y chelaile-mcp-server或者手动编辑 ~/.claude/mcp_servers.json(或项目级的 .mcp.json):
{
"mcpServers": {
"chelaile": {
"command": "npx",
"args": ["-y", "chelaile-mcp-server"]
}
}
}在 Claude Desktop 中使用
编辑 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"chelaile": {
"command": "npx",
"args": ["-y", "chelaile-mcp-server"]
}
}
}重启对应客户端后,工具会以 chelaile 为前缀出现。
Related MCP server: gtfs-pro-mcp
工具一览
工具 | 用途 |
| 列出支持的城市及其 ID |
| 某城市的刷新间隔限制与展示策略 |
| 基于调用方 IP 估算位置(精度到城市级) |
| WGS-84 经纬度 → 中文地址 |
| 按关键词混合搜索:线路 + 站点 + POI |
| 按某一分类分页"查看更多" |
| 某 GPS 坐标附近的站点及到站预计时间 |
| 某站点经过的所有线路 + 附近的地铁 |
| 某线路的完整站点列表 + 当前车辆 |
| 某线路的地图轨迹坐标 |
| 某线路即将到达某站点的车辆实时信息 |
| 某线路上所有车辆的位置与载客率 |
| 首末班、发车间隔或完整时刻表 |
| 一次性批量刷新多个 (线路, 站点) 对 |
| 两个 GCJ-02 坐标之间的公交+地铁换乘规划 |
每个工具都支持 response_format: "markdown" | "json"(默认 markdown),返回 JSON 时同时附带 structuredContent。
License
MIT
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
- AlicenseAqualityCmaintenanceProvides access to Deutsche Bahn train timetables, station information, and schedule changes through Model Context Protocol tools and resources.Last updated46616MIT
- Alicense-qualityBmaintenanceMCP server that provides tools for querying live transit data (stops, departures, routes, vehicles, alerts) from any WP GTFS Pro site, enabling AI assistants to answer rider questions.Last updated28GPL 2.0
- Flicense-qualityCmaintenanceMCP server providing real-time public transport data for Tomsk, including routes, schedules, stops with lazy OSM enrichment, nearby stop search, and a routing prompt for LLMs.Last updated
- AlicenseCqualityBmaintenanceMCP server for the UK Bus Open Data Service, enabling timetable queries, stop search, route discovery, journey planning, and real-time bus tracking.Last updated16MIT
Related MCP Connectors
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
MCP server wrapping the Tesla Fleet API and TeslaMate API
Geo-based flight search MCP server. Find more flights between any two places on earth
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/PeanutSplash/chelaile-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server