Skip to main content
Glama
hishamalhadi

Chit Chats MCP Server

by hishamalhadi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHITCHATS_CLIENT_IDYesYour Chit Chats client ID
CHITCHATS_ACCESS_TOKENYesYour Chit Chats access token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
chitchats_list_shipmentsA

List and search shipments with filters. Use this to find shipments by order ID, status, date range, or batch. Supports pagination.

chitchats_get_shipmentA

Get full details of a specific shipment by ID, including cost breakdown, tracking info, and recipient details.

chitchats_get_ratesB

Get all available shipping rates for a shipment, including costs, delivery times, and carrier options.

chitchats_get_labelsA

Get label download URLs (PNG, PDF, ZPL) for a shipment with purchased postage.

chitchats_get_line_itemsA

Get line items for a shipment including HS tariff codes, SKUs, quantities, weights, origin countries, and manufacturer info.

chitchats_create_shipmentB

Create a new shipment with recipient address, package dimensions, and optional order reference.

chitchats_delete_shipmentA

Delete an unpaid shipment. Only shipments without purchased postage can be deleted.

chitchats_buy_postageA

Purchase postage for a shipment. This is an async operation - check shipment status after.

chitchats_refund_shipmentA

Request a refund for a shipment with purchased postage.

chitchats_refresh_ratesA

Update shipment dimensions and refresh rate quotes. Useful when package size changes.

chitchats_count_shipmentsA

Get a count of shipments, optionally filtered by status.

chitchats_list_batchesA

List batches with optional status filter and pagination.

chitchats_create_batchB

Create a new batch to group shipments for drop-off.

chitchats_get_batchA

Get details of a specific batch by ID.

chitchats_delete_batchA

Delete an empty batch. Batches with shipments cannot be deleted.

chitchats_add_to_batchB

Add one or more shipments to a batch.

chitchats_remove_from_batchA

Remove shipments from their current batches.

chitchats_count_batchesA

Get count of batches, optionally by status.

chitchats_list_returnsB

List return shipments with optional filters.

chitchats_track_shipmentA

Get public tracking information for a shipment including status and event history.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hishamalhadi/chitchats-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server