Multi Search Engine
一个面向 Research 场景的 Agent 技能。原始说明:Multi search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...
name: destinia
description: search hotels for your next trip
version: 1.0.0
triggers:
Search 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:
https://destinia.com/en/developers