Chit Chats MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHITCHATS_CLIENT_ID | Yes | Your Chit Chats client ID | |
| CHITCHATS_ACCESS_TOKEN | Yes | Your Chit Chats access token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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