
LogisticFlow
LogisticFlow is an MCP server that finds logistics paths and optimizes supply chain routes via a remote SSE endpoint.
About
LogisticFlow is a remote Model Context Protocol server positioned as a logistics path finder and supply chain route optimizer for developers shipping physical products, marketplace fulfillment, or internal ops tooling. founders often stub shipping logic late in a build; this MCP lets Claude Code, Cursor, or similar agents query optimization-oriented tools while you design carrier selection, warehouse legs, or multi-stop routes in code. Skillselion places it on build.integrations because the value is wiring routing intelligence into your product or admin scripts, with operate.infra as a secondary home when you tune live fulfillment networks. The server exposes a standard SSE remote transport on Vercel; premium calls may require the payment-signature header with an EIP-3009 TransferWithAuthorization payload. LogisticFlow is an infrastructure-oriented MCP integration, not a full TMS replacement, and you should validate carrier contracts and real-world constraints outside the model.
- Logistics path finder and supply chain route optimizer over remote SSE MCP
- Hosted endpoint logisticflow-mcp.vercel.app/api/mcp
- Agent-callable routing decisions for indie commerce and ops prototypes
- Optional EIP-3009 payment-signature for premium settlement on Evozim host
- Version 1.0.0 MCP registry schema (2025-12-11)
LogisticFlow by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport sse logisticflow https://logisticflow-mcp.vercel.app/api/mcp --header "payment-signature: YOUR_PAYMENT_SIGNATURE"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | SSE |
|---|---|
| Auth | Required |
What it does
Optimize fulfillment paths and supply-chain routes inside your agent while building commerce or logistics features.
Who is it for?
Best when you're building ecommerce, D2C, or lightweight fulfillment features and want MCP-backed route optimization during development.
Skip if: Enterprises that already run dedicated TMS/ERP suites with certified carrier integrations and compliance teams.
What you get
After install, your agent can propose and refine logistics paths while you implement fulfillment integrations and ops dashboards.
- Agent-computed logistics path recommendations
- Inputs for fulfillment integration code and ops runbooks
- Faster iteration on multi-leg routing scenarios
By the numbers
- MCP server version 1.0.0
- 1 remote SSE endpoint (logisticflow-mcp.vercel.app/api/mcp)
- Premium gate via payment-signature (EIP-3009 TransferWithAuthorization)
Recommended MCP Servers
How it compares
Supply-chain route MCP optimizer, not a storefront theme skill or a manual spreadsheet workflow.
FAQ
Who is LogisticFlow for?
LogisticFlow is for developers and operators adding shipping, routing, or supply-chain features who want agent-accessible path optimization through MCP.
When should I use LogisticFlow?
Use it during build.integrations while coding fulfillment logic, and during operate.infra when adjusting live routing assumptions after launch.
How do I add LogisticFlow to my agent?
Add remote MCP SSE URL https://logisticflow-mcp.vercel.app/api/mcp to your agent configuration; include payment-signature when using premium Evozim settlement.