Mmcp.market

TravelMind MCP server

by trvaelmind.online·online.trvaelmind/travelmind-mcp·v0.1.0

TravelMind: 8 MCP tools for travel (12306 trains, flights, hotels, geocode, planning, policy).

B77/100grade B
What users say
No reviews yet
Be the first
Safety scan
B77/100

full report

Adoption
New

0 stars

Reviews

Write one

Nobody has reviewed TravelMind MCP yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

TravelMind MCP tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it

no findings
  • –Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 674ms (auth required)20/20
  • –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityauth enforced (unknown)9/15
  • Maintenancelast push 59 days ago12/15
  • Maintainer identitynamespace and repository owner differ; website matches verified namespace5/10
Overall 77/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the TravelMind MCP repository's README, as published. We do not edit it. Read it on GitHub

TravelMind MCP Server

TravelMind (差旅 + 报销 + AI Agent 一体化) 的官方 MCP (Model Context Protocol) server。

让任意 MCP 兼容客户端(Claude Desktop / Cursor / WorkBuddy / 等)直接调用中国境内的差旅核心能力:地理编码、POI 搜索、周边搜索和反向地理编码。

Features

4 个核心 Tools,全部由高德开放 API 提供实时数据:

Quick Start

Prerequisites

  • Node.js >= 18
  • 高德开放平台 API Key: https://lbs.amap.com/dev/key/app

Install

git clone https://github.com/gcszkjpzzv-beep/TravelMind_MCP.git
cd TravelMind_MCP
npm install

Configure

export AMAP_API_KEY="your-amap-api-key"

Run

node index.js

Use in Claude Desktop / Cursor

{
  "mcpServers": {
    "travelmind": {
      "command": "node",
      "args": ["/path/to/TravelMind_MCP/index.js"],
      "env": { "AMAP_API_KEY": "your-key" }
    }
  }
}

Tools Reference

geocode

{
  "address": "北京市朝阳区望京 SOHO",
  "city": "北京"
}

Returns { location: "lng,lat", formatted_address, ... }.

regeocode

{ "location": "116.481,39.990" }

Returns { formatted_address, addressComponent: { province, city, district, ... } }.

text_search

{
  "keywords": "希尔顿酒店",
  "city": "北京",
  "types": "住宿"
}

Returns { pois: [{ id, name, address, location, ... }] }.

around_search

{
  "keywords": "餐厅",
  "location": "116.481,39.990",
  "radius": "1000"
}

Returns { pois: [...] } within radius.

About TravelMind

  • Official site: https://www.trvaelmind.online
  • ICP: 浙ICP备2026021219号

License

MIT

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http travelmind-mcp https://mcp.trvaelmind.online/mcp
Add to Cursor

TravelMind MCP: common questions

Is TravelMind MCP server safe?
Mostly: it is graded B (77/100). Read the TravelMind MCP safety report
How do I install TravelMind MCP?
It runs remotely at mcp.trvaelmind.online. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does TravelMind MCP need an API key?
Yes. The registry entry asks for Authorization.
Is TravelMind MCP maintained?
The last commit was 59 days ago (2026-07-28). The latest release is v0.1.0.
Is TravelMind MCP up?
95% of our last 21 checks got an answer. We check remote servers about four times a day.
What can I use instead of TravelMind MCP?
Servers from other publishers that do the same job: Plantrip MCP server, Weselltours MCP server and Argon MCP server. Compare all TravelMind MCP alternatives.

Alternatives to TravelMind MCP

Same job from other publishers: the closest match first, then the best rated.

All TravelMind MCP alternatives →
  • Plantrip
    Travel planning: day-by-day itineraries, packing lists, weather insights, and trip cost estimates
    B
  • Weselltours
    Travel platform for coding agents: hotels, tours, bookings, 13 AI experts. 21 tools, stdio.
    B
  • Argon
    Versioned MongoDB sandboxes for AI agents: branch, time-travel, merge, and undo over MCP.
    B
  • Hotelbooking AI
    RollingGo Hotel Booking MCP Server (Global/AI Edition)
    B
  • VeryChic Hotel Deals
    Unofficial read-only MCP server for VeryChic hotel offers
    A

More from trvaelmind.online →