Skip to main content
Glama

Server Details

Airport transfers: Novi Sad ↔ Belgrade Airport (BEG). Look up prices and book a ride.

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

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables agents to search and analyze used-vehicle listings across multiple Serbian marketplaces, including price statistics, history, and per-user saved-search watches.
    1
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides AI assistants with real-time and forecast airport intelligence, including security wait times, FAA delays, EU border queues, lounge and terminal info, aviation weather, and baggage performance for over 8,000 airports.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    AI-powered route optimization MCP server for heavy vehicles and logistics. Calculate truck-optimized routes, predict traffic congestion with LSTM neural networks, compute toll costs, fuel costs and CO2 emissions, find truck stops and check weather along any European route.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation4/5

Most tools have clear, distinct purposes. estimate_price and get_pricing are related (both deal with prices), but estimate_price focuses on a specific trip with passenger count while get_pricing returns the full fixed price list, so they are distinguishable with careful reading. The other tools are unambiguous.

Naming Consistency5/5

Names follow a consistent verb_noun pattern: create_, get_, estimate_, list_. All lowercase with underscores. No mixed conventions or vague verbs like 'process' or 'run'.

Tool Count5/5

Six tools is well within the ideal 3-15 range. Each tool covers a necessary part of the airport-transfer workflow: discovering routes, pricing, estimating, creating a booking, checking status, and getting service info. Nothing feels redundant or missing at a high level.

Completeness4/5

The core workflow is well covered: list routes → get pricing → estimate → create booking request → check status. However, there is no way to cancel or update a booking, which is a common operation in this domain. This is a minor gap that agents could work around, but it's not a dead end.

Resources