Content
## A smart travel planning assistant: capable of integrating multiple information sources, including **popular strategies from Xiaohongshu**, **real-time weather forecasts**, and **route planning from Gaode Maps**, to generate a detailed travel plan presented as a beautified HTML page.
### Final HTML Effect:
[](https://linux.do/uploads/default/original/4X/8/8/1/881a0bb14909e67f530185383e8f7655dd4d22b5.jpeg)
### Usage Tutorial:
1. **Apply for an ApiKey for Gaode Maps, to be used for remote SSE connection to the official MCP Server**: https://lbs.amap.com/
2. **Download an MCP service for obtaining Xiaohongshu content, and install the relevant dependencies and cookie according to the steps in the project**: https://github.com/jobsonlook/xhs-mcp
3. **Pull the WeatherMcpServer project and start it, or comment out the relevant MCP injection code for the weather service. Project address:** https://github.com/Cooosin/WeatherMcpServer/tree/master
- Modify the configuration file:
```yaml
# Fill in the ApiKey and model of the large model here
llm:
apiKey: "YOUR_GEMINI_API_KEY"
modelName: "gemini-2.5-flash"
# Fill in the MCP-URL of Gaode Maps here
mcp:
gaoDe:
url: "https://mcp.amap.com/sse?key=YOUR_GAODE_API_KEY"
```
2. Interface call:
`curl --location 'http://localhost:8182/travel/chat?content=xxx`
prompt example:
```tex
Hello, I need you to plan a detailed travel guide to Japan for me.
Here are my specific requirements, please read carefully and incorporate them into the final guide:
1. Core travel parameters:
Budget range: 5000-6000
Trip duration: 5 days ~ 6 days
Expected travel time: June 20th - June 25th
Departure city: Guangzhou
Travel group: A couple
Main mode of transportation: Airplane
Destination internal transportation: Mainly public transportation
Preferred city: Osaka
2. Trip style and preferences:
Trip pace: Relaxed and comfortable
Accommodation requirements:
Type: Cost-effective boutique hotel
Location: Convenient transportation
3. Dining preferences:
Main tasting: Local specialties / Street snacks
Taste requirements: No special requirements
Must-visit attractions/activities: Universal Studios, go shopping for cosmetics and cost-effective items
Interest preferences: None
```
Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
Appwrite
Build like a team of hundreds
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)