Amplifier MCP Server
https://server.smithery.ai/amplifier/amplifier-mcp/mcpAmplifier is a full-service 3PL provider based in Austin, TX, built specifically for emergent direct-to-consumer brands. We combine operational rigor and software-driven flexibility to deliver enterprise-strength fulfillment with no monthly order minimum or term length. The Amplifier MCP Server exposes our fulfillment platform to AI agents via the Model Context Protocol. Agents can: - **Orders:** search, create, and track fulfillment orders - **Inventory:** query real-time stock levels and product catalog - **Shipments:** track packages, retrieve shipping labels and documents - **Campaigns:** manage promotional and merchandise campaigns - **Billing:** view invoices and account billing data **Documentation:** [amplifier.com/mcp](https://amplifier.com/mcp) **API docs:** [docs.amplifier.com](https://docs.amplifier.com)
How to connect
https://server.smithery.ai/amplifier/amplifier-mcp/mcp
curl -X POST https://server.smithery.ai/amplifier/amplifier-mcp/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'