MCP Directory

W3Ship/w3ship-mcp-server

GitHub
Other

AI-powered commerce MCP server with 22 tools: shopping cart (TMF663), orders (TMF622), shipment tracking (TMF621), session booking, Uniswap swaps, P2P marketplace, promo pickup, and cryptographic identity (SLH-DSA/ECDSA). No passwords — your wallet IS your account.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y w3ship-mcp-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from W3Ship/w3ship-mcp-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "w3ship-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "w3ship-mcp-server"
      ]
    }
  }
}

Route W3Ship/w3ship-mcp-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add w3ship-mcp-server

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use W3Ship/w3ship-mcp-server directly without routing

npx -y w3ship-mcp-server

New to Agent-CoreX? View setup guide →

W3Ship/w3ship-mcp-server MCP Server — Agent-CoreX