Install
openclaw skills install @techtoolprog/destiniaopenclaw skills install @techtoolprog/destiniaSearch hotel prices and availability for you next trip.
You need to install mcporter package as your mcp client to do so just execute this command
npm install -g mcporter
Then you can configure a conexion to Destinia inside mcporter's configuration file ~/.openclaw/workspace/config/mcporter.json
The configuration you should as is this:
{
"mcpServers": {
"destinia": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.destinia.com/sse",
"--header",
"Authorization:Bearer <api_key>"
]
}
}
}
Alternatively you can ask openclaw to setup the mcp by itself using a prompt.
⚠️⚠️⚠️ Replace <api_key> with you api key before executing the prompt ⚠️⚠️⚠️
You can use a prompt like the following and openclaw will do all the magic for you:
Configure Destinia MCP server using this configuration:
{
"mcpServers": {
"destinia": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.destinia.com/sse",
"--header",
"Authorization:Bearer <api_key>"
]
}
}
}
To use your MCP you should request a free api key at: