Shansong Swift Delivery

Shansong Swift Delivery MCP Connector for Claude

A+

Bring Shansong's fast P2P Delivery Network into your LLM. Estimate logistics routing, dispatch riders, and track locations.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Equip your AI Agents with the Shansong (闪送) infrastructure logic, bringing one of the fastest Point-to-Point delivery APIs locally into your environment. Through 10 dedicated management extensions, your LLMs can govern entire delivery routes, request estimates, and interact dynamically with local couriers.

What you can do

  • Live GPS Polling — Instruct your agent to find where the driver is currently located using query_rider_position
  • Dispatch Generation — Check prices via calculate_fee and officially submit create_order payloads dynamically
  • Rider Feedback — Cancel routing autonomously or distribute add_tip commands on-demand without touching administrative dashboards

How it works

  1. Sign up on the Shansong Open Platform
  2. Register an application and note down your Client ID, App Secret, and your default Shop ID
  3. Push these variables into Vurb. The Node extension strictly generates the Sign string by converting your JSON into an MD5 Hash required by their network implicitly.

Who is this for?

  • Retail AI Support Centers — Handle customer 'Where is my order?' queries automatically by fetching live GPS data directly in chat contexts
  • Office Coordinators — Empower internal company slackbots to dispatch official documents point-to-point instantly
shansongdeliverylogisticstrackinggpsinstant-deliveryswift-delivery

10 tools expose this connector's capabilities to your AI agent.

add_tip

Add a tip to encourage driver pickup

calculate_fee

Calculate delivery fee dynamically

cancel_order

Cancel a delivery dispatch

confirm_goods

Confirm the goods were successfully picked up

create_order

Create a new Shansong delivery order

query_city_list

Get available active operating Cities on Shansong

query_order_info

Get live order status details

query_rider_position

Get live GPS coordinates of the Shansong Rider

query_store_list

Get available Stores within a specific City

submit_complaint

Submit complaint against assigned rider

See how to talk to your AI agent using Shansong Swift Delivery.

Where is the rider for order SS991024?

According to the `query_rider_position` API, the assigned rider is actively streaming GPS data at Latitude 34.221, Longitude 116.480.

Tip the Shansong driver on order SS111 around 50 cents.

Done! I pushed a 50 cents tip payload directly against order SS111 successfully augmenting the delivery priority index.

Instead of demanding complex LLM scripting to assemble `clientId`, JSON stringification, and MD5 encoding, this plugin seamlessly abstracts the `sign` variable creation. All HTTP form-data bounds are strictly governed locally on the proxy instance yielding instant results.

Related Connectors