Travel
Rank #744com.boostedchat/travel
MCP server providing travel capabilities
Travel is a Model Context Protocol (MCP) server published by letsfg. It ranks #744 of 76,851 servers tracked on MCP Toplist, and its repository has 1,548 GitHub stars. Travel is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Mar 1, 2026 and most recently updated on Mar 16, 2026.
Ranks ahead of 76,107 of 76,851 servers on MCP Toplist.
Use Travel
Add Travel to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"travel": {
"url": "https://api.boostedchat.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"travel": {
"command": "npx",
"args": [
"-y",
"boostedtravel-mcp"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"travel": {
"command": "uvx",
"args": [
"boostedtravel"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (3 delisted)
letsfg
Available versions (4)
| Version | Published |
|---|---|
| 0.2.17 | Mar 16, 2026 |
| 0.1.2 | Mar 1, 2026 |
| 0.1.1 | Mar 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Travel?
- Travel is maintained by letsfg, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Travel listed on the Official MCP Registry?
- Yes — Travel is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Travel have?
- MCP Toplist tracks 4 versions of Travel, most recently published on Mar 16, 2026.
- Where can I find the source code for Travel?
- The source code for Travel is hosted at github.com/letsfg/letsfg.