INDIVIDUAL MCP TOOL
get_tool_details
Fetch one directory listing by slug, including its full description, install snippet and setup documentation.
LIVE ENDPOINT
https://omnitravel.ai/mcp
Connect to this endpoint to inspect the live schema for get_tool_details and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.travelmcp-directory]
url = "https://omnitravel.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"travelmcp-directory": {
"type": "http",
"url": "https://omnitravel.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: travelmcp-directory
Remote MCP URL: https://omnitravel.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"travelmcp-directory": {
"url": "https://omnitravel.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"travelmcp-directory": {
"type": "http",
"url": "https://omnitravel.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "travelmcp-directory",
"transport": "streamable-http",
"url": "https://omnitravel.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_travel_tools— Search the OmniTravel directory of MCP servers, agent skills and APIs for travel technology.list_categories— List every category in the directory with its slug and how many listings it holds.