API Tools
omnitravel.ai
This MCP server provides a searchable directory of travel technology resources, including MCP servers, agent skills, and APIs.
ENDPOINT 1
https://omnitravel.ai/mcp
MCP server metadata
- Name
- travelmcp-directory
- Version
- 1.0.0
Directory of MCP servers, agent skills and APIs for the travel industry, published by OmniTravel. Use search_travel_tools to find tools by topic (hotel ID mapping, room type mapping, rates, scraping, browser automation), get_tool_details for the full record including setup documentation, and list_categories to see how the directory is organised.
Known tools 3
search_travel_toolsSearch the OmniTravel directory of MCP servers, agent skills and APIs for travel technology.
Inferred read-onlyget_tool_detailsFetch one directory listing by slug, including its full description, install snippet and setup documentation.
Inferred read-onlylist_categoriesList every category in the directory with its slug and how many listings it holds.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.