Skip to main content
Glama

Related Servers

Alternatives to Parcel MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants to track and manage deliveries by interacting with the Parcel delivery tracking API. Users can add new shipments, retrieve active delivery statuses, and look up carrier information through natural language.
      2
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables users to manage package deliveries through the Parcel.app tracking API. It allows AI clients to list active or recent deliveries and add new packages directly to a Parcel account using tracking numbers and carrier codes.
      11 npm
      GPL 3.0
    • A
      license
      B
      quality
      D
      maintenance
      Allows tracking of parcel deliveries across various carriers using the 17track.net API, with automatic or manual carrier detection.
      2
      11 npm
      6
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables AI assistants to register, monitor, and query express delivery tracking numbers, with automatic background polling and status-change notifications returned through tool results.
      8
      PolyForm Noncommercial 1.0.0

    TDQS

    A4.1/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool addresses a distinct concern: authentication status, listing deliveries, fetching a single delivery, listing carriers, and searching carriers. There is no overlap in purpose or output type.

    Naming Consistency4/5

    All tools share the parcel_ prefix and use snake_case. Most follow a verb_noun structure (list_deliveries, get_delivery, list_carriers, find_carriers), but parcel_auth_status is a noun phrase rather than verb_noun, creating a minor deviation from the otherwise consistent pattern.

    Tool Count5/5

    With 5 tools, the server is well-scoped for its domain of Parcel delivery and carrier lookups. Each tool serves a clear purpose, and the count is within the recommended range for a focused integration.

    Completeness3/5

    The read-side surface is well covered (list/get deliveries, list/search carriers), but the mention of 'adding a delivery' in find_carriers implies a write operation that is missing. There is no add_delivery or remove_delivery tool, leaving an incomplete lifecycle.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues