From f7ab621505bc1a0ad1255feee9ffce90fb6b6b3c Mon Sep 17 00:00:00 2001 From: Packrift <164458616+Packrift@users.noreply.github.com> Date: Thu, 14 May 2026 11:41:18 -0400 Subject: [PATCH] Add Packrift MCP server Signed-off-by: Packrift <164458616+Packrift@users.noreply.github.com> --- .../toolhive/servers/packrift-mcp/server.json | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 registries/toolhive/servers/packrift-mcp/server.json diff --git a/registries/toolhive/servers/packrift-mcp/server.json b/registries/toolhive/servers/packrift-mcp/server.json new file mode 100644 index 000000000..aa4e64ae0 --- /dev/null +++ b/registries/toolhive/servers/packrift-mcp/server.json @@ -0,0 +1,70 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "_meta": { + "io.modelcontextprotocol.registry/publisher-provided": { + "io.github.stacklok": { + "https://mcp.packrift.com/mcp": { + "custom_metadata": { + "author": "Packrift", + "homepage": "https://packrift.com/pages/mcp-server-card", + "license": "MIT" + }, + "metadata": { + "last_updated": "2026-05-10T22:40:40Z", + "stars": 0 + }, + "overview": "## Packrift MCP\n\nPackrift MCP is a remote Model Context Protocol server for exact-spec ecommerce packaging procurement. It lets AI assistants search Packrift's Shopify packaging catalog, compare box and mailer dimensions, retrieve live pricing and inventory, estimate shipping, and build checkout, reorder, or bulk-quote handoff URLs.\n\nThe server is intended for agentic commerce and fulfillment workflows where an assistant needs to resolve packaging specifications before routing a buyer to a Packrift product, cart, reorder path, or quote request.", + "status": "Active", + "tags": [ + "remote", + "ecommerce", + "packaging", + "shopify", + "fulfillment", + "inventory", + "pricing", + "shipping", + "agentic-commerce" + ], + "tier": "Community", + "tools": [ + "find_packaging_for_item", + "search_products", + "get_product", + "get_pricing", + "check_inventory", + "get_shipping_estimate", + "create_cart_url", + "get_reorder_link", + "get_bulk_quote_link", + "explain_no_exact_match" + ] + } + } + } + }, + "description": "Remote MCP server for ecommerce packaging lookup, pricing, inventory, shipping, and cart handoff", + "icons": [ + { + "mimeType": "image/png", + "sizes": [ + "400x400" + ], + "src": "https://raw.githubusercontent.com/Packrift/packrift-mcp/main/assets/packrift-logo-400.png" + } + ], + "name": "io.github.Packrift/packrift-mcp", + "remotes": [ + { + "type": "streamable-http", + "url": "https://mcp.packrift.com/mcp" + } + ], + "repository": { + "source": "github", + "url": "https://github.com/Packrift/packrift-mcp" + }, + "title": "Packrift MCP", + "version": "0.1.0", + "websiteUrl": "https://packrift.com/pages/mcp-server-card" +}