A Model Context Protocol server for LumbreTravel
Lumbretravel MCP server exists for a simple reason — assistants are far more useful when they can act on Lumbretravel directly instead of describing what you should do. A Model Context Protocol server for LumbreTravel.
This MCP Server allows access to all the tools that LumbreTravel API provides.
The server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Once Lumbretravel is connected, these are the calls the assistant has available:
Tools — The Tools tool exposed by this serverPrograms — The Programs tool exposed by this serverActivities — The Activities tool exposed by this serverPassengers — The Passengers tool exposed by this serverAgencies — The Agencies tool exposed by this serverHotels — The Hotels tool exposed by this serverServices — The Services tool exposed by this serverProviders — The Providers tool exposed by this serverLeaders — The Leaders tool exposed by this serverVehicles — The Vehicles tool exposed by this serverIncludes — The Includes tool exposed by this serverSeasons — The Seasons tool exposed by this serverYou will need 6 environment variables: CLIENT_ID, CLIENT_SECRET, EMAIL, PASSWORD, YOUR_CLIENT_ID, YOUR_CLIENT_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
You'll need a LumbreTravel Client ID and Client Secret to use this server. You can get one for free at https://developers.mercadolibre.com/, create an application and get the credentials. Once you have the credentials, you can set the CLIENT_ID and CLIENT_SECRET environment variables.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Lumbretravel's toolset — Tools, Programs, Activities and 11 more — is a fair guide to whether it matches your workflow. It is maintained by pekastel; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Lumbretravel's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Tools | The Tools tool exposed by this server. |
| Programs | The Programs tool exposed by this server. |
| Activities | The Activities tool exposed by this server. |
| Passengers | The Passengers tool exposed by this server. |
| Agencies | The Agencies tool exposed by this server. |
| Hotels | The Hotels tool exposed by this server. |
| Services | The Services tool exposed by this server. |
| Providers | The Providers tool exposed by this server. |
| Leaders | The Leaders tool exposed by this server. |
| Vehicles | The Vehicles tool exposed by this server. |
| Includes | The Includes tool exposed by this server. |
| Seasons | The Seasons tool exposed by this server. |
| Prerequisites | You'll need a LumbreTravel Client ID and Client Secret to use this server. You can get one for free at https://developers.mercadolibre.com/, create an application and get the credentials. |
| Installation | The Installation tool exposed by this server. |
{
"mcpServers": {
"lumbretravel-mcp": {
"command": "node",
"args": [
"/path/to/lumbretravel-mcp/dist/index.js"
],
"env": {
"CLIENT_ID": "<YOUR_CLIENT_ID>",
"CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"EMAIL": "<YOUR_EMAIL>",
"PASSWORD": "<YOUR_PASSWORD>"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
You'll need a LumbreTravel Client ID and Client Secret to use this server. You can get one for free at https://developers.mercadolibre.com/, create an application and get the credentials. Once you have the credentials, you can set the CLIENT_ID and CLIENT_SECRET environment variables.
| Variable | Description | Required |
|---|---|---|
| CLIENT_ID | Configuration value read at startup. | Optional |
| CLIENT_SECRET | Credential the server authenticates with. | Yes |
| Configuration value read at startup. | Optional | |
| PASSWORD | Configuration value read at startup. | Optional |
| YOUR_CLIENT_ID | Configuration value read at startup. | Optional |
| YOUR_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.