{
  "markdown": "# AgniGateway — AI Commerce Platform (MCP · ACP · UCP)\n\n[![smithery badge](https://smithery.ai/badge/agentgateway/agentgateway-marketplace)](https://smithery.ai/servers/agentgateway/agentgateway-marketplace)\n![Products](https://img.shields.io/badge/products-4800%2B-6c63ff)\n![Protocols](https://img.shields.io/badge/protocols-MCP%20%7C%20ACP%20%7C%20UCP-00e5a0)\n![Auth](https://img.shields.io/badge/auth-none%20required-brightgreen)\n![Cities](https://img.shields.io/badge/cities-40%2B-blue)\n\n**AgniGateway** is an AI-native commerce platform exposing 4,800+ enriched products through MCP, ACP, and UCP protocols. Built for AI buyer agents. No human browsing required.\n\n- **M2M Marketplace** — 2,867 travel products: flights, yacht charters, tours, activities across 40+ cities\n- **SaaS Commerce** — 1,954 retail products from connected merchant stores, queryable by AI agents\n\n> **Public endpoint. No API key. No signup. Just connect and search.**\n\n---\n\n## Quick Start\n\n```bash\n# List all tools\ncurl -X POST https://api.agnigateway.com/mcp/v1/public/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}'\n\n# Search for flights\ncurl -X POST https://api.agnigateway.com/mcp/v1/public/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":2,\"method\":\"tools/call\",\"params\":{\"name\":\"search_travel\",\"arguments\":{\"query\":\"flights to Tokyo under $500\",\"limit\":5}}}'\n\n# Search for yacht charters\ncurl -X POST https://api.agnigateway.com/mcp/v1/public/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":3,\"method\":\"tools/call\",\"params\":{\"name\":\"search_travel\",\"arguments\":{\"query\":\"yacht charter Greece September\",\"limit\":3}}}'\n```\n\n---\n\n## Protocol Endpoints\n\n| Protocol | URL | Auth |\n|---|---|---|\n| **MCP** (JSON-RPC 2.0) | `https://api.agnigateway.com/mcp/v1/public/mcp` | None |\n| **ACP** (OpenAI-compatible) | `https://api.agnigateway.com/acp/public/tools/invoke` | None |\n| **UCP** (Google UCP) | `https://api.agnigateway.com/ucp/marketplace/v1/public` | None |\n| **Public Catalog** (JSON-LD) | `https://api.agnigateway.com/catalog` | None |\n\nAll endpoints are public. No Bearer token required. Authenticated partner endpoints available at [agnigateway.com](https://agnigateway.com).\n\n---\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `search_travel` | Natural language search across 4,800+ products (travel + retail). Returns `agent_summary`, `semantic_tags`, `ai_readiness_score`, `affiliate_url`. |\n| `get_offer_detail` | Full enriched details for a product by `source_id`. |\n| `check_availability` | Current availability and price. |\n| `get_bundle` | Compose a hotel + addon bundle with `bundle_value_score`. |\n| `initiate_booking` | Generate a tracked affiliate booking URL. Direct link to partner (Aviasales, Klook, Searadar) via Travelpayouts. |\n\n---\n\n## What's in the Catalog\n\n**4,800+ products enriched with Claude Haiku — 100% enrichment rate across both tracks:**\n\n### M2M Marketplace — 2,867 travel products across 40+ cities\n\n| Type | Sources | Coverage |\n|---|---|---|\n| ✈️ Flights | Aviasales | 10 origins × 30 destinations |\n| 🛥️ Yacht Charters | Searadar | Greece, Mediterranean |\n| 🎯 Tours & Activities | Klook, Ticketnetwork, WegoTrip | 40 cities |\n| 🚗 Transport Add-ons | BikesBooking, LocalRent | 40 cities |\n\n### SaaS Commerce — 1,954 retail products\n\n| Type | Sources | Coverage |\n|---|---|---|\n| 🐾 Pet supplies | petshop24 (Awin) | DE |\n| 🏭 Industrial / consumer goods | Matten Welt (Awin) | DE |\n\nMerchant catalog sync via SaaS connector. More merchants and categories onboarding continuously.\n\n**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.\n\nEvery product is enriched with:\n- `agent_summary` — one-sentence description optimised for LLM reasoning\n- `semantic_tags` — structured tags for filtering\n- `ai_readiness_score` — 0–100 confidence score for agent use\n- `comparison_highlights` — key differentiators vs alternatives\n- `affiliate_url` — direct booking deep-link, commission tracked via Travelpayouts `marker=728068`\n\n---\n\n## Example Response\n\n```json\n{\n  \"source_id\": \"aviasales-LON-KSC-2026-06\",\n  \"product_type\": \"flight\",\n  \"name\": \"LON → KSC — from $44\",\n  \"price\": 44,\n  \"currency\": \"USD\",\n  \"availability_status\": \"available\",\n  \"agent_summary\": \"Ryanair flight LON→KSC June 2026 from $44. Budget tier, morning departure.\",\n  \"semantic_tags\": [\"budget\", \"ryanair\", \"london\", \"krakow\", \"europe\", \"short_haul\"],\n  \"ai_readiness_score\": 72,\n  \"affiliate_url\": \"https://www.aviasales.com/search/LON0106KSC1?marker=728068\"\n}\n```\n\n---\n\n## Connect via Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"agnigateway\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@modelcontextprotocol/server-fetch\",\n        \"https://api.agnigateway.com/mcp/v1/public/mcp\"\n      ]\n    }\n  }\n}\n```\n\n---\n\n## Connect via Smithery\n\n[![Install on Smithery](https://smithery.ai/badge/agentgateway/agentgateway-marketplace)](https://smithery.ai/servers/agentgateway/agentgateway-marketplace)\n\n---\n\n## Discovery Files\n\n| File | URL |\n|---|---|\n| `llms.txt` | [agnigateway.com/llms.txt](https://agnigateway.com/llms.txt) |\n| `mcp.json` | [agnigateway.com/.well-known/mcp.json](https://agnigateway.com/.well-known/mcp.json) |\n| `ai-plugin.json` | [agnigateway.com/.well-known/ai-plugin.json](https://agnigateway.com/.well-known/ai-plugin.json) |\n| Public Catalog | [api.agnigateway.com/catalog](https://api.agnigateway.com/catalog) |\n\n---\n\n## Architecture\n\n```\nAI Agent (Claude / ChatGPT / Perplexity / Custom)\n    │\n    │  MCP / ACP / UCP\n    ▼\napi.agnigateway.com  (Deno Deploy — Europe/AMS)\n    │\n    │  JSON-RPC 2.0\n    ▼\nSupabase Edge Functions  (eu-central-1)\n    │\n    ├── marketplace_products  (2,867 enriched travel products)\n    ├── products  (1,954 enriched SaaS retail products)\n    ├── marketplace_transactions  (per-booking tracking)\n    └── pgvector semantic search\n    │\n    ▼\nTravelpayouts Affiliate Network\n    └── tp.media deep-links → Aviasales / Klook / Searadar / ...\n```\n\n---\n\n## Platform\n\nAgniGateway has two tracks:\n\n| Track | Description |\n|---|---|\n| **M2M Marketplace** | This repo — 2,867 travel & affiliate products for AI agents |\n| **SaaS Commerce** | 1,954 retail products from connected merchant stores, queryable by AI buyer agents |\n\nMore tracks coming. Visit [agnigateway.com](https://agnigateway.com) for the full platform.\n\n---\n\n## License\n\nCommercial. Public endpoints are free to use. Partner API keys with higher limits available at [agnigateway.com](https://agnigateway.com).\n",
  "bytes": 6920,
  "sha": "c31e0819e114bfb2bbe6a36b9c7e6ae787c0bbd9ffd19248699f3e7307f6cb02",
  "repo_slug": "kaanthan24/agnigateway-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_kaanthan24_agnigateway_mcp_45650f0f/readme"
}