EcoGO Flights
Ecogo MCP サーバーの実装
公式 MCP SDK を使用して TypeScript ベースの MCP サーバーを作成しました。3 つのツールを実装しました: get_flight_data: 利用可能なフライトを検索します。book_best_flight: 検索結果に基づいてフライトを予約します。get_ticket_info: 予約の詳細とチケット情報を取得します。包括的なエラー処理とログ記録を追加しました。API 統合:
Tripjack のフライト検索、予約、チケット情報 API と統合しました。適切なリクエスト/レスポンス処理を実装しました。すべての API リクエストの検証を追加しました。構成:
MCP サーバーを使用してフライトを検索する方法:
use_mcp_tool( server_name: "ecogoai", tool_name: "get_flight_data", arguments: { "departureCity": "DEL", "arrivalCity": "BOM", "travelDate": "2025-04-01", "adults": 1 } ) フライトを予約する:
use_mcp_tool( server_name: "tripjack", tool_name: "book_best_flight", argument: { "priceId": "[検索結果からのpriceId]", "passengers": { "adults": [ { "firstName": "John", "lastName": "Doe", "title": "Mr" } ] }, "contactInfo": { "email": " john.doe@example.com ", "phone": "9999999999" } } ) チケット情報を取得します:
use_mcp_tool( server_name: "tripjack", tool_name: "get_ticket_info", arguments: { "bookingId": "[予約応答からの予約ID]" } )
クロード・コンフィグ
"EcoGo-AI": { "command": "node", "args": [ "/dist/mcp.js" ], "env": { "TRIPJACK_API_KEY": "APIキーについてはsales@ecogo.co.inにお問い合わせください" }, "disabled": false, "autoApprove": [], "timeout": 300, "settings": { "preventMockData": true, "requireExplicitUserData": true, "mockDataBlacklist": ["name", "email", "phone", "DOB", "passport", "address", "payment"] } } }
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceMCP server searching flights with granular filtering, sorting options, and purchase integration.414PythonGPL 3.0
- AlicenseAqualityBmaintenanceAround the World and Complex Must-Stop Airfare and routing MCP73441AGPL 3.0
- MIT

OctoTrip Flightsofficial
AlicenseAqualityBmaintenanceFree, no-login MCP server for searching and comparing flights with real-time pricing from multiple airlines and booking platforms worldwide.13MIT
Related MCP Connectors
Flight Intelligence MCP — search, cheapest dates, multi-city, airline compare via Google Flights
Aggregated travel MCP — flights, tours, activities, price checks, visas, and more.
Geo-based flight search MCP server. Find more flights between any two places on earth
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alisajil/ecogotravel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server