Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

PeanutSplash/chelaile-mcp MCP server](https://glama.ai/mcp/servers/PeanutSplash/chelaile-mcp/badges/score.svg)](https://glama.ai/mcp/servers/PeanutSplash/chelaile-mcp) 📇 🏠 🍎 🪟 🐧 - A Chelaile-powered MCP server that lets LLMs query realtime bus and...

README.md

车来了 MCP

一个基于 MCP 的车来了实时公交服务器,让大语言模型可以查询国内的公交、地铁实时数据 —— 包括线路时刻表、车辆实时位置、附近站点、关键词搜索、以及公交+地铁的换乘路线规划。

回答 "我的公交还有多久到站" 这类问题。无需登录、无需任何账号配置,开箱即用。

![npm version](https://www.npmjs.com/package/chelaile-mcp-server) ![Install in Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=chelaile&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImNoZWxhaWxlLW1jcC1zZXJ2ZXIiXX0=) ![Install in VS Code](vscode:mcp/install?%7B%22name%22%3A%22chelaile%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22chelaile-mcp-server%22%5D%7D) ![Install in VS Code Insiders](vscode-insiders:mcp/install?%7B%22name%22%3A%22chelaile%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22chelaile-mcp-server%22%5D%7D)

安装

一键安装

点击上面的徽章即可在 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 为前缀出现。

工具一览

| 工具 | 用途 | | ----------------------- | --------------------------------------- | | bus_list_cities | 列出支持的城市及其 ID | | bus_get_city_config | 某城市的刷新间隔限制与展示策略 | | bus_get_my_location | 基于调用方 IP 估算位置(精度到城市级) | | bus_reverse_geocode | WGS-84 经纬度 → 中文地址 | | bus_search | 按关键词混合搜索:线路 + 站点 + POI | | bus_search_more | 按某一分类分页"查看更多" | | bus_get_nearby_stops | 某 GPS 坐标附近的站点及到站预计时间 | | bus_get_stop_detail | 某站点经过的所有线路 + 附近的地铁 | | bus_get_line_detail | 某线路的完整站点列表 + 当前车辆 | | bus_get_line_route | 某线路的地图轨迹坐标 | | bus_get_line_realtime | 某线路即将到达某站点的车辆实时信息 | | bus_list_line_buses | 某线路上所有车辆的位置与载客率 | | bus_get_timetable | 首末班、发车间隔或完整时刻表 | | bus_refresh_lines | 一次性批量刷新多个 (线路, 站点) 对 | | bus_plan_transit | 两个 GCJ-02 坐标之间的公交+地铁换乘规划 |

每个工具都支持 response_format: "markdown" | "json"(默认 markdown),返回 JSON 时同时附带 structuredContent

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.