
AgniGateway Marketplace
Let your coding agent search and book travel inventory—flights, tours, activities, and transport—through a public MCP endpoint without managing marketplace API keys yourself.
Overview
AgniGateway Marketplace is an MCP server for the Build phase that exposes flights, tours, activities, transport, and more through a no-auth public MCP remote.
What is this MCP server?
- Public streamable-http remote at api.agnigateway.com—no API key or OAuth setup in server.json
- Covers flights, tours, activities, transport, and related marketplace categories in one MCP server (v1.0.1)
- Suited for travel copilots, itinerary planners, and demo prototypes that need live catalog queries
- Registered MCP server schema 2025-12-11 with GitHub source Kaanthan24/agnigateway-mcp
- Server version 1.0.1
- Single public streamable-http remote endpoint
- No authentication required on the public MCP URL per catalog description
What problem does it solve?
Hooking an agent up to fragmented travel and activity APIs eats time when you only need searchable inventory for a prototype or copilot.
Who is it for?
Indie builders prototyping AI trip assistants or marketplace demos who want a single MCP integration and a public HTTP endpoint.
Skip if: Teams that need guaranteed SLAs, private contracts, or fully custom GDS integrations without a hosted third-party marketplace.
What do I get? / Deliverables
After you add the AgniGateway MCP remote, your agent can query a unified marketplace catalog over MCP without configuring credentials in the server manifest.
- Agent-callable marketplace tools for travel-related categories
- Working MCP remote configuration without marketplace API keys
Recommended MCP Servers
Journey fit
External service wiring belongs in Build when you connect an agent to third-party APIs and product flows. Integrations is the right shelf for streamable-http MCP remotes that expose a multi-category marketplace to Claude Code, Cursor, or Codex.
How it compares
Hosted travel marketplace MCP remote, not a local Python scaffolding or task-management server.
Common Questions / FAQ
Who is AgniGateway Marketplace for?
Solo and indie builders using Claude Code, Cursor, or Codex who want agent-accessible travel and activity inventory without wiring many separate APIs.
When should I use AgniGateway Marketplace?
Use it during Build when you are integrating external services into an agent or SaaS copilot and need flights, tours, activities, or transport data over MCP.
How do I add AgniGateway Marketplace to my agent?
Register the streamable-http remote URL https://api.agnigateway.com/mcp/v1/public/mcp in your MCP client config per the io.github.Kaanthan24/agnigateway-mcp server entry; no auth is required for the public endpoint.