How to Use the Amplifier MCP in Claude Code
Manage your e-commerce fulfillment directly from the terminal with Claude Code and the Amplifier integration.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amplifier MCP to Claude Code
Create your Vinkius account to connect Amplifier to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Audit inventory from the command line
DevOps teams can check warehouse health without opening a web portal. Pipe a list of SKUs into your terminal and let the AI run `get_inventory_report` to flag low stock. You can also explore the catalog by executing `list_items` or digging into specific metadata with `get_item_details`. Everything happens in your shell, making it trivial to dump the output into a JSON file.
Automate fulfillment with Claude Code
Scripting bulk transactions is now a single prompt. Pass a CSV of pending transactions to the CLI and watch it fire `create_order` for every row. Need to verify a specific transaction? The agent calls `get_order_details` and prints the exact status to your console. This MCP Server turns your terminal into a complete order management system.
Query the Amplifier MCP Server for shipping
Support engineers can debug delivery issues via SSH. Just ask the CLI to pull tracking data using `get_shipment_report` and it will output the timeline instantly. Finding historical data works exactly the same way. The agent hits `list_orders` to find the missing package and returns the raw fulfillment data straight to standard output.
Set up Amplifier MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeamplifier-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Amplifier transactions." It will automatically discover and invoke the available Amplifier tools.
claude mcp add --transport http amplifier-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Amplifier MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Amplifier MCP today
We host it, we monitor it, we maintain it. You just paste one token.