Skip to main content
Glama

Server Details

AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Kaanthan24/agnigateway-mcp
GitHub Stars
0
Server Listing
AgniGateway Marketplace

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.6/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct role: search, detail, availability, bundling, and booking initiation. No overlaps and descriptions make boundaries obvious.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., check_availability, get_bundle, initiate_booking), ensuring predictable naming.

Tool Count5/5

With 5 tools, the server is well-scoped for a travel marketplace, covering search, detail, availability, bundling, and booking initiation without excess.

Completeness4/5

Core lifecycle covered but minor gaps exist: no tool for listing all bundles or updating bookings, though initiation handles the booking entry point.

Available Tools

5 tools
check_availabilityInspect

Check current availability and price for a specific offer.

ParametersJSON Schema
NameRequiredDescriptionDefault
source_idYesOffer source_id
get_bundleInspect

Get a composed bundle for a hotel: the hotel product plus matching addon services (co-working pass, airport transfer, etc.). Returns a bundle_value_score and merged summary.

ParametersJSON Schema
NameRequiredDescriptionDefault
addon_typesNoOptional keyword filter for addon types, e.g. "workspace" or "transfer"
hotel_source_idYessource_id of the hotel to bundle
get_offer_detailInspect

Get full enriched details for a specific travel offer by its source_id.

ParametersJSON Schema
NameRequiredDescriptionDefault
source_idYesOffer source_id from a search_travel result
initiate_bookingInspect

Generate a tracked affiliate booking link for an offer. Logs the transaction for commission tracking. Return the booking_url to the user to complete their reservation.

ParametersJSON Schema
NameRequiredDescriptionDefault
source_idYesOffer source_id to book
search_travelInspect

Search travel offers (hotels, tours, bundles) using natural language. Returns enriched, agent-optimised results including digital nomad scores, wifi quality, and direct booking links.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results (default 10, max 20)
queryYesNatural language query, e.g. "remote work hotel Berlin with fast wifi under $150"
filtersNo

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.