Flight + Stay Search MCP (TypeScript)
@clockworked247
Flight + Stay Search MCP (TypeScript) について
A TypeScript implementation of a flight search MCP server that uses the Duffel API to search for flights. This MCP server provides tools to search for one-way, round-trip, and multi-city flights.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"flights-mcp-ts": {
"command": "npx",
"args": [
"@smithery/cli",
"publish"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Flight + Stay Search MCP (TypeScript)?
A TypeScript implementation of an MCP server that uses the Duffel API to search for flights and stays (hotels/accommodations). It provides tools for one-way, round-trip, and multi-city flight searches, along with stay searches and guest review retrieval.
How to use Flight + Stay Search MCP (TypeScript)?
Install dependencies (npm install), build (npm run build), and start (npm start). Set the DUFFEL_API_KEY environment variable in a .env file. For Smithery, publish with npx @smithery/cli publish and run with npx @smithery/cli run @your-username/flights-mcp-ts --config "{\"duffelApiKey\":\"your_duffel_api_key\"}". Available tools include search_flights, get_offer_details, search_multi_city, search_stays, and get_stay_reviews.
Key features of Flight + Stay Search MCP (TypeScript)
- Search one-way, round-trip, and multi-city flights
- Get detailed flight offer information
- Specify cabin class, passenger count, and connection preferences
- Filter by departure and arrival time windows
- Search for travel stays and hotels
- Retrieve guest reviews for a specific stay
Use cases of Flight + Stay Search MCP (TypeScript)
- Find flights from SFO to NYC on a specific date
- Search for round‑trip business class flights between two cities
- Plan multi‑city itineraries
- Look up hotels in a location for given check‑in/check‑out dates
- Get recent guest reviews for a hotel by its Duffel ID
FAQ from Flight + Stay Search MCP (TypeScript)
What API key is required?
A DUFFEL_API_KEY environment variable must be set. You can start with a test API key (duffel_test) to try the functionality.
How do I get stay reviews?
Use the get_stay_reviews tool with the stay_id parameter. The stay_id is the hotel_id returned by the search_stays tool.
Can I paginate review results?
Yes, get_stay_reviews accepts optional after, before, and limit (1–200) parameters for pagination.
What transport/auth does the server use?
The server connects to the Duffel API using the provided API key. No other transport or authentication method is mentioned.
Are there any known limits?
The review limit parameter is capped at 200 per request. Otherwise, limits depend on the Duffel API.
「検索」の他のコンテンツ
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
duckduckgo-search MCP Server
zhsamaExa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
Version 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Search Console Mcp
saurabhsharma2uSearch & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.
コメント