SERVER
Travel
Rank #149io.github.Efistoffeles/boostedtravel
MCP server providing travel capabilities
First listed
Mar 1, 2026
Last publish date
Mar 16, 2026
OVERVIEW
Travel is a Model Context Protocol (MCP) server published by Boosted-Chat. It ranks #149 of 58,900 servers tracked on MCP Toplist, and its repository has 1,143 GitHub stars. Travel is listed on Official MCP, with 4 tracked versions. It was first listed on Mar 1, 2026 and most recently updated on Mar 16, 2026.
STANDING
#149of 58,900 tracked serversTop 0.5%
Ranks ahead of 58,751 of 58,900 servers on MCP Toplist.
Recent momentum
+275GitHub stars since Apr 27 (+32%)
CONNECT
Use Travel
Add Travel to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
Remote · HTTP
{
"mcpServers": {
"boostedtravel": {
"url": "https://api.boostedchat.com/mcp"
}
}
}npm package
{
"mcpServers": {
"boostedtravel": {
"command": "npx",
"args": [
"-y",
"boostedtravel-mcp"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Python package (PyPI)
{
"mcpServers": {
"boostedtravel": {
"command": "uvx",
"args": [
"boostedtravel"
],
"env": {
"BOOSTEDTRAVEL_API_KEY": "<your BOOSTEDTRAVEL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 1 registry
ORGANIZATION
Boosted-Chat
VERSIONS
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 |
FAQ
Frequently asked questions
- What is Travel?
- MCP server providing travel capabilities
- Who maintains Travel?
- Travel is maintained by Boosted-Chat, 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.
- 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/Boosted-Chat/BoostedTravel.
EXPLORE