AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-kaanthan24-agnigateway-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for io.github.Kaanthan24/agnigateway-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AgniGateway is an AI-native travel marketplace exposing 560+ enriched travel products — flights, yacht charters, tours, and activities — through MCP, ACP, and UCP protocols. Built for AI buyer agents. No human browsing required.
Public endpoint. No API key. No signup. Just connect and search.
# List all tools
curl -X POST https://api.agnigateway.com/mcp/v1/public/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
# Search for flights
curl -X POST https://api.agnigateway.com/mcp/v1/public/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_travel","arguments":{"query":"flights to Tokyo under $500","limit":5}}}'
# Search for yacht charters
curl -X POST https://api.agnigateway.com/mcp/v1/public/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"search_travel","arguments":{"query":"yacht charter Greece September","limit":3}}}'
| Protocol | URL | Auth |
|---|---|---|
| MCP (JSON-RPC 2.0) | https://api.agnigateway.com/mcp/v1/public/mcp | None |
| ACP (OpenAI-compatible) | https://wjeqwognvxhpjdldtiva.supabase.co/functions/v1/acp-server/public/tools/invoke | None |
| UCP (Google UCP) | https://wjeqwognvxhpjdldtiva.supabase.co/functions/v1/ucp-server/marketplace/v1/public | None |
| Public Catalog (JSON-LD) | https://wjeqwognvxhpjdldtiva.supabase.co/functions/v1/public-catalog | None |
All endpoints are public. No Bearer token required. Authenticated partner endpoints available at agnigateway.com.
| Tool | Description |
|---|---|
search_travel | Natural language search across 560+ products. Returns agent_summary, semantic_tags, ai_readiness_score, affiliate_url. |
get_product_detail | Full enriched details for a product by source_id. |
check_availability | Current availability and price. |
get_policies | Booking policies and conditions for a product. |
initiate_checkout | Generate a tracked affiliate booking URL. Direct link to partner (Aviasales, Klook, Searadar) via Travelpayouts. |
560+ products enriched with Claude Haiku across 40+ cities:
| Type | Sources | Coverage |
|---|---|---|
| ✈️ Flights | Aviasales | 10 origins × 30 destinations |
| 🛥️ Yacht Charters | Searadar | Greece, Mediterranean |
| 🎯 Tours & Activities | Klook, Ticketnetwork, WegoTrip | 40 cities |
| 🚗 Transport Add-ons | BikesBooking, LocalRent | 40 cities |
Cities: Istanbul, Dubai, Paris, London, Bangkok, Singapore, New York, Tokyo, Barcelona, Amsterdam, Rome, Vienna, Prague, Budapest, Berlin, Lisbon, Athens, Cairo, Cape Town, Mumbai, Bali, Sydney, Seoul, Hong Kong, Miami, Los Angeles, Toronto, Mexico City, Rio de Janeiro, Buenos Aires, Zurich, Brussels, Copenhagen, Stockholm, Dublin, Warsaw, Kuala Lumpur, Jakarta, Manila, Nairobi + more.
Every product is enriched with:
agent_summary — one-sentence description optimised for LLM reasoningsemantic_tags — structured tags for filteringai_readiness_score — 0–100 confidence score for agent usecomparison_highlights — key differentiators vs alternativesaffiliate_url — direct booking deep-link, commission tracked via Travelpayouts marker=728068{
"source_id": "aviasales-LON-KSC-2026-06",
... [View full README on GitHub](https://github.com/kaanthan24/agnigateway-mcp#readme)