EcoGO Flights
Ecogo MCP 서버 구현
공식 MCP SDK를 사용하여 TypeScript 기반 MCP 서버를 생성했습니다. 다음 세 가지 도구를 구현했습니다. 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", arguments: { "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": ["이름", "이메일", "전화번호", "생년월일", "여권", "주소", "결제"] } } }
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