Shiprocket MCP
Official Shiprocket Model Context Protocol server. Wraps the public Shiprocket REST API (apiv2.shiprocket.in/v1/external + serviceability.shiprocket.in) as ten tools for rate shopping, EDD, order create/ship/cancel, pickup scheduling, label generation, tracking and pickup-address listing. Authenticates to the seller account with SELLER_EMAIL + SELLER_PASSWORD (exchanged for the 10-day API JWT). Requests carry medium=shiprocketMCP.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
estimated_delivery— Get the Estimated Date of Delivery (EDD) for a given destination pincode (uses the seller's first pickup address as origin, 0.5 kg, prepaid).order_track— Get order tracking related information by AWB number.order_list— Get list of orders.shipping_rate_calculator— Get serviceable shipping couriers, their prices and EDDs (Estimated Delivery Dates).order_ship— Ship order by assigning courier to the order.order_schedule_pickup— Schedule pickup for the order shipment.order_cancel— Cancel order.order_create— Create order (single-item adhoc order with pickup location, customer, delivery address, package dimensions and one line item).list_pickup_addresses— Get all the pickup addresses of the seller.generate_shipment_label— Generate shipment label and get the link of the generated label as a PDF file.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.