sydhsn/travel-agency-mcp
Travel Agency — Backend MCP Server Documentation Overview The backend is a NestJS application that acts as an MCP (Model Context Protocol) server. It exposes travel agency operations — adding travelers, listing them, searching by destination — as MCP tools that any MCP-compatible client can invoke via a single POST /mcp/tools/call endpoint. Framew
Platform-specific configuration:
{
"mcpServers": {
"travel-agency-mcp": {
"command": "npx",
"args": [
"-y",
"travel-agency-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...