streamable-httpupdated 2mo ago
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.
What can you do with AgniGateway Marketplace?
AgniGateway β AI Commerce Platform (MCP Β· ACP Β· UCP)
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.
- M2M Marketplace β 2,867 travel products: flights, yacht charters, tours, activities across 40+ cities
- SaaS Commerce β 1,954 retail products from connected merchant stores, queryable by AI agents
Public endpoint. No API key. No signup. Just connect and search.
Quick Start
# 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 Endpoints
| Protocol | URL | Auth |
|---|---|---|
| MCP (JSON-RPC 2.0) | https://api.agnigateway.com/mcp/v1/public/mcp |
None |
| ACP (OpenAI-compatible) | https://api.agnigateway.com/acp/public/tools/invoke |
None |
| UCP (Google UCP) | https://api.agnigateway.com/ucp/marketplace/v1/public |
None |
| Public Catalog (JSON-LD) | https://api.agnigateway.com/catalog |
None |
All endpoints are public. No Bearer token required. Authenticated partner endpoints available at agnigateway.com.
Tools
| Tool | Description |
|---|---|
search_travel |
Natural language search across 4,800+ products (travel + retail). Returns agent_summary, semantic_tags, ai_readiness_score, affiliate_url. |
get_offer_detail |
Full enriched details for a product by source_id. |
check_availability |
Current availability and price. |
get_bundle |
Compose a hotel + addon bundle with bundle_value_score. |
initiate_booking |
Generate a tracked affiliate booking URL. Direct link to partner (Aviasales, Klook, Searadar) via Travelpayouts. |
What's in the Catalog
4,800+ products enriched with Claude Haiku β 100% enrichment rate across both tracks:
M2M Marketplace β 2,867 travel products 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 |
SaaS Commerce β 1,954 retail products
| Type | Sources | Coverage |
|---|---|---|
| πΎ Pet supplies | petshop24 (Awin) | DE |
| π Industrial / consumer goods | Matten Welt (Awin) | DE |
Merchant catalog sync via SaaS connector. More merchants and categories onboarding continuously.
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 Travelpayoutsmarker=728068
Example Response
{
"source_id": "aviasales-LON-KSC-2026-06",
"product_type": "flight",
"name": "LON β KSC β from $44",
"price": 44,
"currency": "USD",
"availability_status": "available",
"agent_summary": "Ryanair flight LONβKSC June 2026 from $44. Budget tier, morning departure.",
"semantic_tags": ["budget", "ryanair", "london", "krakow", "europe", "short_haul"],
"ai_readiness_score": 72,
"affiliate_url": "https://www.aviasales.com/search/LON0106KSC1?marker=728068"
}
Connect via Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agnigateway": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch",
"https://api.agnigateway.com/mcp/v1/public/mcp"
]
}
}
}
Connect via Smithery
Discovery Files
| File | URL |
|---|---|
llms.txt |
agnigateway.com/llms.txt |
mcp.json |
agnigateway.com/.well-known/mcp.json |
ai-plugin.json |
agnigateway.com/.well-known/ai-plugin.json |
| Public Catalog | api.agnigateway.com/catalog |
Architecture
AI Agent (Claude / ChatGPT / Perplexity / Custom)
β
β MCP / ACP / UCP
βΌ
api.agnigateway.com (Deno Deploy β Europe/AMS)
β
β JSON-RPC 2.0
βΌ
Supabase Edge Functions (eu-central-1)
β
βββ marketplace_products (2,867 enriched travel products)
βββ products (1,954 enriched SaaS retail products)
βββ marketplace_transactions (per-booking tracking)
βββ pgvector semantic search
β
βΌ
Travelpayouts Affiliate Network
βββ tp.media deep-links β Aviasales / Klook / Searadar / ...
Platform
AgniGateway has two tracks:
| Track | Description |
|---|---|
| M2M Marketplace | This repo β 2,867 travel & affiliate products for AI agents |
| SaaS Commerce | 1,954 retail products from connected merchant stores, queryable by AI buyer agents |
More tracks coming. Visit agnigateway.com for the full platform.
License
Commercial. Public endpoints are free to use. Partner API keys with higher limits available at agnigateway.com.
Install
Add AgniGateway Marketplace to your client. Pick the one you use.
claude mcp add --transport http agnigateway-marketplace https://api.agnigateway.com/mcp/v1/public/mcpcodex mcp add agnigateway-marketplace --url https://api.agnigateway.com/mcp/v1/public/mcp{
"mcpServers": {
"agnigateway-marketplace": {
"url": "https://api.agnigateway.com/mcp/v1/public/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"agnigateway-marketplace": {
"type": "http",
"url": "https://api.agnigateway.com/mcp/v1/public/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"agnigateway-marketplace": {
"url": "https://api.agnigateway.com/mcp/v1/public/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agnigateway-marketplace": {
"serverUrl": "https://api.agnigateway.com/mcp/v1/public/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 tools
AgniGateway Marketplace exposes 5 tools to a connected agent.
- search_travel
- Natural language search across 4,800+ products (travel + retail). Returns `agent_summary`, `semantic_tags`, `ai_readiness_score`, `affiliate_url`.
- get_offer_detail
- Full enriched details for a product by `source_id`.
- check_availability
- Current availability and price.
- get_bundle
- Compose a hotel + addon bundle with `bundle_value_score`.
- initiate_booking
- Generate a tracked affiliate booking URL. Direct link to partner (Aviasales, Klook, Searadar) via Travelpayouts.
Score
65 / 100
Good
- Documentation25/25
- Maintenance16/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 81 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | May 26, 2026 |
| 1.0.0 | May 26, 2026 |