mcp-order-server

vuppalapatisn/mcp-order-server
★ 0 stars Java API Integration Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-order-server": {
      "command": "npx",
      "args": [
        "-y",
        "vuppalapatisn/mcp-order-server"
      ]
    }
  }
}

README Excerpt

Spring Boot 4 service that exposes demo order operations two ways: - **MCP tools** (`spring-ai-starter-mcp-server-webmvc`, streamable HTTP) — `orders_get_status` and `orders_create_replacement` - **REST API** documented with OpenAPI 3 / Swagger UI Both surfaces call the same `OrderService`, so they cannot drift apart.

Tools (6)

GETMCP_PROTOCOLPOSTSSESTATELESSorders_create_replacement