Skip to main content
Glama

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Kaanthan24/agnigateway-mcp
GitHub Stars
0
Server Listing
AgniGateway Marketplace

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updates
    • First observedcheck_availability
    • First observedget_bundle
    • First observedget_offer_detail
    • First observedinitiate_booking
    • First observedsearch_travel

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

The tools are mostly distinct, with search_travel, get_bundle, and initiate_booking clearly separated. However, get_offer_detail and check_availability both relate to price/availability information, which could cause misselection if an agent doesn't read descriptions carefully.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: search_, get_, check_, initiate_. The get_ prefix for retrieval operations is uniform, making the naming predictable and easy to parse.

Tool Count5/5

With 5 tools, the server is well-scoped for a travel marketplace. Each tool covers a necessary step in the search-to-booking journey without redundancy or bloat.

Completeness5/5

The toolset covers the entire customer journey: search for offers, view details, check availability, initiate booking, and retrieve bundle compositions. There are no obvious missing operations for the marketplace's stated purpose.