# Packrift MCP MCP server

Exact-spec Packrift packaging search with live price, stock, shipping, cart handoff, and no-match.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-packrift-packrift-mcp
- Repository: https://github.com/Packrift/packrift-mcp
- Website: https://packrift.com/pages/agents

## Install
- Endpoint: https://mcp.packrift.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Package: Oci ghcr.io/packrift/packrift-mcp:latest
- Environment variable: SHOPIFY_PACKRIFT_TOKEN (required; secret)
- Environment variable: SHOPIFY_STORE_DOMAIN (default packrift.myshopify.com)
- Environment variable: STOREFRONT_DOMAIN (default packrift.com)
- Environment variable: PORT (default 8787)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.packrift.com/mcp

## Tools
- search_products - Use when the user names a category by keyword (e.g. 'kraft tape', 'bubble mailer', 'starter kit') with no dimensions. For dimension-based fit, prefer find_packaging_for_item. Returns products with price, stock, URL. Endpoint: https://mcp.packrift.com/mcp
- get_product - Use after find_packaging_for_item or search_products to pull full detail for a handle: all variants, SKUs, dimensions, weight, stock. Input: handle. Call before building a cart to map qty to the right variant. Endpoint: https://mcp.packrift.com/mcp
- get_pricing - Use to confirm live unit price and line total for variants about to go in a cart. Inputs: variant_ids (numeric), quantity. Returns unit_price, currency, available_quantity, line_total. Never cached. Endpoint: https://mcp.packrift.com/mcp
- check_inventory - Use to confirm a SKU is in stock before recommending it or building a cart. Input: variant_ids (numeric). Returns available count and in_stock boolean per variant. Live, never cached. Endpoint: https://mcp.packrift.com/mcp
- find_packaging_for_item - Use when the user has an item's L/W/D and needs the right box or mailer (also: box-vs-mailer, Uline-by-size). Inputs: L/W/D in, weight lb, use_case (mailer|box|fragile|apparel|ecommerce). Returns 5 SKUs ranked by fit with price, stock, URL. Endpoint: https://mcp.packrift.com/mcp
- get_shipping_estimate - Use when the user asks shipping cost to a ZIP for a chosen cart. Inputs: destination_postal_code, country (US|CA), items[{variant_id, qty}]. Returns carrier rate options with price and currency. Endpoint: https://mcp.packrift.com/mcp
- get_cart_handoff_candidates - Returns priority AI-approved Packrift SKUs that are ready for MCP cart handoff exploration, including create_cart_url arguments, SKU records, measured product/reorder/quote links, and the required live-confirmation sequence. Endpoint: https://mcp.packrift.com/mcp
- create_cart_url - Final step: hand the user off to checkout. Inputs: either items[{variant_id, qty}] or an exact AI_APPROVE sku plus quantity, optional discount_code. Returns a Packrift cart landing URL with ref=mcp plus UTM attribution for AI-commerce purchase tracking, and the final Shopify cart permalink. Endpoint: https://mcp.packrift.com/mcp
- prepare_purchase_handoff - One-call exact-SKU purchase prep for agents. Confirms AI_APPROVE product, live price, and live inventory for a Packrift SKU, then returns a measured source-preserving MCP cart URL only when buyer_confirmed is true. Endpoint: https://mcp.packrift.com/mcp
- compare_alternatives - Exploration tool for buyers comparing a packaging spec, competitor-style item, or Uline-style request against Packrift AI_APPROVE products. Returns ranked Packrift candidates plus a plain-language comparison summary. Endpoint: https://mcp.packrift.com/mcp
- pack_calculator - Exploration tool for item dimensions and weight. Calculates required inside dimensions, ranks Packrift box/mailer candidates, and gives void-fill guidance before live price/inventory confirmation. Endpoint: https://mcp.packrift.com/mcp
- inventory_status - Live inventory exploration for one or more AI_APPROVE variants. Returns Shopify total quantity, available-for-sale state, location-level BOX warehouse quantities where available, and a plain-language fulfillment summary. Endpoint: https://mcp.packrift.com/mcp
- get_reorder_link - Return the Packrift reorder URL, product URL, and copy-procurement-spec text for one AI_APPROVE SKU or handle. Use for repeat-buy and procurement handoff workflows. Endpoint: https://mcp.packrift.com/mcp
- get_bulk_quote_link - Return a tracked Packrift bulk quote URL for an exact requested packaging spec or SKU. Use when there is no exact match or the buyer needs bulk/procurement review. Endpoint: https://mcp.packrift.com/mcp
- explain_no_exact_match - Explain why Packrift should not present a nearby product as an exact match, then return safe next actions and a tracked bulk quote URL. Endpoint: https://mcp.packrift.com/mcp

## Resources
- https://mcp.packrift.com/start - Packrift MCP start page for developers, agents, directory reviewers, install snippets, and measured cart handoff. MIME type: text/html
- https://mcp.packrift.com/SKILL.md - Canonical Browse/browser-agent SKILL.md that installs Packrift as a thin wrapper around the hosted MCP endpoint. MIME type: text/markdown
- https://mcp.packrift.com/llms.txt - Short Packrift agent index with MCP, corpus, and family file links. MIME type: text/plain
- https://mcp.packrift.com/llms-full.txt - Dense Packrift agent reference for packaging categories, tools, guides, and discovery links. MIME type: text/plain
- https://mcp.packrift.com/mcp.json - Copy-ready remote MCP client config for installing Packrift MCP in common agent hosts. MIME type: application/json
- https://mcp.packrift.com/openapi.json - OpenAPI discovery adapter for legacy AI agents and crawlers that probe REST manifests before MCP. MIME type: application/json
- https://mcp.packrift.com/.well-known/openapi.json - Well-known OpenAPI discovery adapter for legacy AI agents and crawlers. MIME type: application/json
- https://mcp.packrift.com/ai-plugin.json - AI plugin-style discovery manifest pointing legacy agent crawlers to the Packrift MCP OpenAPI adapter. MIME type: application/json
- https://mcp.packrift.com/.well-known/ai-plugin.json - Well-known AI plugin-style discovery manifest pointing legacy agent crawlers to the Packrift MCP OpenAPI adapter. MIME type: application/json
- https://mcp.packrift.com/manifest - REST discovery manifest for Packrift MCP tools, prompts, resources, and health endpoints. MIME type: application/json
- https://mcp.packrift.com/resources - Paginated REST resource adapter listing Packrift MCP and AI-commerce discovery resources. MIME type: application/json
- https://mcp.packrift.com/health - Packrift MCP health check with version, tool count, resource count, and KV status. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-start.json - One-link Packrift MCP start pack for installs, first useful flow, proof URLs, and measured cart handoff. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-start.md - Markdown Packrift MCP start guide for humans, agents, and directory reviewers. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-start.html - HTML Packrift MCP start page for developers and agent operators. MIME type: text/html
- https://mcp.packrift.com/r/config/generic - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- https://mcp.packrift.com/r/install/generic/codex - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- https://mcp.packrift.com/r/run/generic/generic_streamable_http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: application/json
- https://mcp.packrift.com/server-card.json - Root Packrift MCP server discovery card. MIME type: application/json
- https://mcp.packrift.com/.well-known/mcp.json - Well-known copy-ready remote MCP client config for installing Packrift MCP. MIME type: application/json
- https://mcp.packrift.com/.well-known/mcp/server-card.json - Packrift MCP server discovery card. MIME type: application/json
- https://mcp.packrift.com/.well-known/glama.json - Glama remote connector claim file for the Packrift hosted MCP endpoint. MIME type: application/json
- https://mcp.packrift.com/.well-known/mcp-marketplace.json - MCP Marketplace discovery manifest for Packrift MCP. MIME type: application/json
- https://mcp.packrift.com/ai/packrift-ai-agent-instructions.md - Machine-readable Packrift AI-agent instructions, exact-match policy, and handoff rules. MIME type: text/markdown
- https://packrift.com/agents.md - Root-domain Packrift exact-spec AI-agent instructions. MIME type: text/markdown
- https://mcp.packrift.com/ai/packrift-exact-spec-packaging-catalog.md - Human and crawler-readable exact-spec catalog overview. MIME type: text/markdown
- https://mcp.packrift.com/ai/packrift-ai-approved-products.jsonl - Primary AI_APPROVE-only product/spec JSONL corpus. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/packrift-ai-approved-products.csv - Spreadsheet-friendly AI_APPROVE-only product/spec corpus. MIME type: text/csv
- https://mcp.packrift.com/ai/purchase-paths.jsonl - Top 1,000 AI-sales SKU purchase-path map with MCP SKU records, variant IDs, product, reorder, quote, and cart-candidate handoffs. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/top-1000-ai-sales-skus.md - Revenue-prioritized AI_APPROVE SKU index for agentic procurement and reorder flows. MIME type: text/markdown
- https://mcp.packrift.com/ai/top-1000-ai-sales-skus.csv - Spreadsheet-friendly top 1,000 AI-sales SKU index. MIME type: text/csv
- https://mcp.packrift.com/ai/top-1000-ai-sales-sitemap.xml - Crawl map for top AI-sales SKU-level markdown pages. MIME type: application/xml
- https://mcp.packrift.com/ai/all-ai-approved-sku-sitemap.xml - Full crawl map for every AI_APPROVE SKU-level markdown and JSON page. MIME type: application/xml
- https://mcp.packrift.com/ai/packrift-openai-products-strict-stable-current.tsv - Strict stable OpenAI-shaped product snapshot for QA. MIME type: text/tab-separated-values
- https://mcp.packrift.com/ai/openai-product-feed-manifest.json - Current OpenAI product-feed manifest with feed URLs, row counts, checksums, validation status, source reality, and ingestion blockers. MIME type: application/json
- https://mcp.packrift.com/ai/packrift-openai-products-preferred-direct-current.tsv - Current preferred direct OpenAI-shaped product feed handoff for access review. MIME type: text/tab-separated-values
- https://mcp.packrift.com/ai/packrift-openai-products-preferred-direct-4835-20260519.tsv - Immutable 4,835-row preferred direct OpenAI-shaped product feed handoff from the 2026-05-19 validation packet. MIME type: text/tab-separated-values
- https://mcp.packrift.com/ai/packrift-openai-products-preferred-direct-4836-20260520.tsv - Immutable 4,836-row preferred direct OpenAI-shaped product feed handoff from the 2026-05-20 validation packet. MIME type: text/tab-separated-values
- https://mcp.packrift.com/ai/packrift-openai-products-preferred-direct-4837-20260520.tsv - Immutable 4,837-row preferred direct OpenAI-shaped product feed handoff from the 2026-05-20 validation packet. MIME type: text/tab-separated-values
- https://mcp.packrift.com/ai/corrugated-box-sizes.jsonl - AI-approved corrugated boxes by exact spec. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/mailer-sizes.jsonl - AI-approved mailers by exact spec. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/label-sizes.jsonl - AI-approved labels by exact spec. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/tape-sizes.jsonl - AI-approved tape by exact spec. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/poly-bag-sizes.jsonl - AI-approved poly bags by exact spec. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/stretch-film-sizes.jsonl - AI-approved stretch film by exact spec. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/strapping-sizes.jsonl - AI-approved strapping by exact spec. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/tag-sizes.jsonl - AI-approved tags by exact spec. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/void-fill-sizes.jsonl - AI-approved void fill by exact spec. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/packing-list-envelope-sizes.jsonl - AI-approved packing list envelopes by exact spec. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/reorder-by-sku.md - Reorder-focused SKU corpus for repeat procurement workflows. MIME type: text/markdown
- https://mcp.packrift.com/ai/spec-finder-tools.md - Spec Finder and MCP tool behavior guide. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-tools.json - Machine-readable MCP tool and conversion URL map. MIME type: application/json
- https://mcp.packrift.com/ai/no-match-policy.md - Exact-match and no-match safety policy. MIME type: text/markdown
- https://mcp.packrift.com/ai/packaging-procurement-prompts.md - Prompt templates for exact-spec packaging procurement. MIME type: text/markdown
- https://mcp.packrift.com/ai/ai-sales-critical-path.md - Buyer-critical Packrift AI-commerce routes and MCP behavior. MIME type: text/markdown
- https://mcp.packrift.com/ai/shopify-native-ucp-commerce-surface.md - Guide for using Packrift Shopify-native UCP alongside the Packrift exact-spec MCP. MIME type: text/markdown
- https://mcp.packrift.com/ai/shopify-native-search-exceptions.md - Known Shopify native search ranking collisions and safe exact-SKU fallback routes. MIME type: text/markdown
- https://mcp.packrift.com/ai/crawler-safe-purchase-paths.md - Fallback purchase handoff guide for AI agents when Shopify PDP fetches are challenged or unavailable. MIME type: text/markdown
- https://mcp.packrift.com/ai/all-agent-capture.json - Machine-readable capture matrix for every Packrift agent surface: MCP clients, ChatGPT/OpenAI commerce, Shopify UCP, Claude, Cursor, Windsurf, Codex, Glama, registries, corpora, crawlers, and Browserbase Browse candidates. MIME type: application/json
- https://mcp.packrift.com/ai/all-agent-capture.md - Crawler-readable Packrift all-agent capture matrix and operating rules. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-agent-host-rollout.json - Machine-readable source-aware Packrift MCP rollout map for recognizable agent host families, runtime attribution, tracked install paths, first-run shell runners, and activation links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-agent-host-rollout.md - Crawler-readable Packrift MCP agent host rollout sheet for source-aware installs and first useful runs across agent families. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-agent-host-rollout.html - Human-facing Packrift MCP agent host rollout board with one-click install, first-run, activation, and eval links for each source family. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-agent-host-rollout-tasks.jsonl - Flat JSONL import queue for source-aware Packrift MCP agent-host rollout tasks across every recognizable host family. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/mcp-agent-host-rollout-tasks.csv - Flat CSV import queue for source-aware Packrift MCP agent-host rollout tasks across every recognizable host family. MIME type: text/csv
- r order mcp so - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcp so - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcp so - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r order cline mcp marketplace - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order cline mcp marketplace - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order cline mcp marketplace - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-activation-wave.json - Machine-readable Packrift MCP activation wave that groups source-specific tasks needed to move real external MCP tool calls toward the 50+ material usage gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-activation-wave.md - Crawler-readable Packrift MCP activation wave with copy-ready host configs, shell runners, success gates, and suppression rules. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-activation-wave.html - Human-facing Packrift MCP activation wave board for running the next non-duplicative source-aware MCP tool-call push. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-activation-wave-tasks.jsonl - Flat JSONL Packrift MCP activation task queue for automation tools that need one external host run per line. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/mcp-activation-wave-tasks.csv - Flat CSV Packrift MCP activation task queue for spreadsheet, n8n, Zapier, and directory-review workflows. MIME type: text/csv
- https://mcp.packrift.com/ai/mcp-activation-wave-runner.sh - Guarded shell bundle for external reviewers to run the current Packrift MCP activation wave through existing source-specific first-run scripts. MIME type: text/plain
- https://mcp.packrift.com/ai/mcp-external-activation-brief.json - Compact machine-readable Packrift MCP external activation brief with the selected real-host runs needed to move the material tool-call gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-external-activation-brief.md - Compact crawler-readable Packrift MCP external activation brief with copy-ready source requests, guarded runner commands, and proof boundaries. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-external-activation-brief.html - Human-facing Packrift MCP external activation brief for external hosts, reviewers, and operators running the current source-aware tool-call wave. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-external-activation-brief-tasks.jsonl - Flat JSONL Packrift MCP selected external activation queue for automation tools that need one contact-ready host run per line; add ?compact=1 for a smaller directory-owner handoff. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/mcp-external-activation-brief-tasks.csv - Flat CSV Packrift MCP selected external activation queue for spreadsheets, directory owners, n8n, Zapier, and reviewer workflows; add ?compact=1 for a smaller directory-owner handoff. MIME type: text/csv
- ai mcp external activation brief tasks - Flat JSONL Packrift MCP selected external activation queue for automation tools that need one contact-ready host run per line; add ?compact=1 for a smaller directory-owner handoff. MIME type: application/x-ndjson
- ai mcp external activation brief tasks - Flat CSV Packrift MCP selected external activation queue for spreadsheets, directory owners, n8n, Zapier, and reviewer workflows; add ?compact=1 for a smaller directory-owner handoff. MIME type: text/csv
- https://mcp.packrift.com/ai/mcp-external-activation-brief-runner.sh - Guarded shell bundle for external reviewers to run only the contact-ready selected Packrift MCP activation brief sources through existing source-specific first-run scripts. MIME type: text/plain
- https://mcp.packrift.com/ai/mcp-source-activation/docker_mcp_catalog.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-source-activation/docker_mcp_catalog.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- r activate docker mcp catalog - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r run docker mcp catalog generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- https://mcp.packrift.com/ai/mcp-source-activation/findmcp_dev.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-source-activation/findmcp_dev.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- r activate findmcp dev - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r run findmcp dev generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- https://mcp.packrift.com/ai/mcp-source-activation/glama_connector.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-source-activation/glama_connector.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- r activate glama connector - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r run glama connector glama connector - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- https://mcp.packrift.com/ai/mcp-source-activation/mcplist_ai.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-source-activation/mcplist_ai.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- r activate mcplist ai - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r run mcplist ai generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- https://mcp.packrift.com/ai/mcp-source-activation/mcpserverfinder.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-source-activation/mcpserverfinder.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- r activate mcpserverfinder - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r run mcpserverfinder generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- https://mcp.packrift.com/ai/mcp-adoption-kit.json - Machine-readable Packrift MCP adoption kit with install snippets, first-five-minute JSON-RPC calls, curl/JavaScript/Python examples, demo SKUs, useful workflows, proof URLs, and exact-match rules. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-adoption-kit.md - Crawler-readable Packrift MCP adoption kit for developers, agents, marketplaces, and AI-commerce workflows with copy-paste hosted endpoint examples. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-install-matrix.json - Machine-readable Packrift MCP install matrix for common agent hosts, copy-ready remote MCP config, smoke tests, and measured cart handoff rules. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-install-matrix.md - Crawler-readable Packrift MCP install matrix for developers, directories, and agent hosts. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-install-actions.json - Machine-readable tracked Packrift MCP install-action URLs for common client targets and directory handoffs. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-install-actions.md - Crawler-readable tracked Packrift MCP install-action URLs for common client targets and directory handoffs. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-first-run-actions.json - Machine-readable tracked Packrift MCP first-run actions that move installs into live SKU, price, inventory, and cart URL verification. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-first-run-actions.md - Crawler-readable tracked Packrift MCP first-run actions with pasteable curl scripts for post-install cart verification. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-client-config.json - Small copy-ready Packrift MCP client config bundle for IDEs, agent hosts, and directory reviewers. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-client-config.md - Markdown Packrift MCP client config bundle with install commands and first tests. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-usage-snapshot.json - Machine-readable public aggregate usage snapshot for Packrift MCP discovery, tool calls, cart handoff, and proof-gate iteration. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-usage-snapshot.md - Crawler-readable Packrift MCP usage snapshot for agents, directory reviewers, and proof-driven iteration. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-funnel-snapshot.json - Machine-readable public aggregate MCP funnel snapshot with starts, installs, tool calls, qualified cart landings, and order proof gates. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-funnel-snapshot.md - Crawler-readable Packrift MCP funnel proof gate for directory reviewers, agents, and Packrift operators. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-ga4-funnel-proof.json - Machine-readable sanitized GA4 canonical MCP funnel proof with qualified external sessions, cart landings, and MCP-attributed order progress. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-ga4-funnel-proof.md - Crawler-readable sanitized GA4 canonical MCP funnel proof for reviewers, agents, and Packrift operators. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-agent-adoption-progress.json - Machine-readable standalone Packrift MCP adoption progress summary for the thousands-of-qualified-visitors, cart, and order proof gates. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-agent-adoption-progress.md - Crawler-readable Packrift MCP adoption progress summary with current gaps, proof boundaries, and next actions. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-agent-adoption-progress.html - Human-facing Packrift MCP adoption progress board for operators, reviewers, and browser agents. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-source-activation-queue.json - Machine-readable next-best-action queue that ranks Packrift MCP sources by the event needed to progress toward real tool calls, cart landings, and orders. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation-queue.md - Crawler-readable Packrift MCP source activation queue with source-specific action URLs, target events, and acceptance criteria. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation-queue.html - Human-facing Packrift MCP activation command center that ranks sources and deep-links into the real source-specific MCP runner. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-visitor-growth-queue.json - Packrift MCP discovery resource. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-visitor-growth-queue.md - Packrift MCP discovery resource. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-visitor-growth-queue.html - Packrift MCP discovery resource. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-visitor-growth-tasks.jsonl - Packrift MCP discovery resource. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/mcp-visitor-growth-tasks.csv - Packrift MCP discovery resource. MIME type: text/csv
- https://mcp.packrift.com/ai/mcp-revenue-conversion-queue.json - Machine-readable queue of mature Packrift MCP sources that already have tool/cart proof and now need buyer-approved Shopify order or revenue proof. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-revenue-conversion-queue.md - Crawler-readable Packrift MCP revenue conversion queue with source-preserving buyer handoffs and order proof boundaries. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-revenue-conversion-queue.html - Human-facing Packrift MCP revenue conversion board for buyer or reviewer checkout follow-through without synthetic order proof. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-buyer-order-handoffs.json - Machine-readable buyer/reviewer handoff hub for mature Packrift MCP sources, preserving source attribution into Shopify checkout without placing an order. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-buyer-order-handoffs.md - Crawler-readable Packrift MCP buyer/reviewer order handoff hub with copy-ready buyer requests and proof boundaries. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-buyer-order-handoffs.html - Human-facing Packrift MCP buyer order handoff board for reviewing mature source-preserving carts before buyer-approved checkout. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-buyer-order-handoffs-tasks.jsonl - Flat JSONL buyer/reviewer checkout task queue for mature Packrift MCP sources that already have tool and cart proof but still need buyer-approved order or revenue proof. MIME type: application/x-ndjson
- https://mcp.packrift.com/ai/mcp-buyer-order-handoffs-tasks.csv - Flat CSV buyer/reviewer checkout task queue for mature Packrift MCP sources that already have tool and cart proof but still need buyer-approved order or revenue proof. MIME type: text/csv
- https://mcp.packrift.com/ai/mcp-source-activation-sitemap.xml - Finite crawl map for source-specific Packrift MCP start, install, first-run, and reviewer activation URLs. MIME type: application/xml
- https://mcp.packrift.com/ai/mcp-source-activation/official_registry.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/official_registry.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/official_registry.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/official_registry - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run official registry generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run official registry generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate official registry - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order official registry - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order official registry - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpservers_org.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcpservers_org.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpservers_org.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcpservers_org - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcpservers org generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcpservers org generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcpservers org - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcpservers org - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcpservers org - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/glama_connector.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/r/config/glama_connector - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run glama connector glama connector - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate glama connector - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order glama connector - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order glama connector - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/glama_server_listing.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/glama_server_listing.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/glama_server_listing.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/glama_server_listing - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run glama server listing generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run glama server listing generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate glama server listing - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order glama server listing - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order glama server listing - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_directory.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_directory.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_directory.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcp_directory - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcp directory generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcp directory generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcp directory - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcp directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcp directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/anthropic_connectors_directory.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/anthropic_connectors_directory.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/anthropic_connectors_directory.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/anthropic_connectors_directory - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run anthropic connectors directory claude code - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run anthropic connectors directory claude code - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate anthropic connectors directory - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order anthropic connectors directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order anthropic connectors directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/smithery.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/smithery.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/smithery.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/smithery - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run smithery generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run smithery generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate smithery - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order smithery - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order smithery - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/cline_mcp_marketplace.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/cline_mcp_marketplace.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/cline_mcp_marketplace.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/cline_mcp_marketplace - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run cline mcp marketplace cline - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run cline mcp marketplace cline - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate cline mcp marketplace - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order cline mcp marketplace - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_so.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_so.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_so.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcp_so - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcp so generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcp so generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcp so - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcp so - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/punkpeye_awesome_mcp.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/punkpeye_awesome_mcp.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/punkpeye_awesome_mcp.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/punkpeye_awesome_mcp - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run punkpeye awesome mcp generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run punkpeye awesome mcp generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate punkpeye awesome mcp - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order punkpeye awesome mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order punkpeye awesome mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/browse_sh.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/browse_sh.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/browse_sh.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/browse_sh - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run browse sh codex - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run browse sh codex - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate browse sh - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order browse sh - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order browse sh - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpmarket_com.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcpmarket_com.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpmarket_com.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcpmarket_com - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcpmarket com mcp marketplace - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcpmarket com mcp marketplace - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcpmarket com - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcpmarket com - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcpmarket com - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/cursor_directory.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/cursor_directory.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/cursor_directory.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/cursor_directory - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run cursor directory cursor windsurf vscode - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run cursor directory cursor windsurf vscode - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate cursor directory - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order cursor directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order cursor directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpcentral.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcpcentral.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpcentral.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcpcentral - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcpcentral generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcpcentral generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcpcentral - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcpcentral - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcpcentral - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpfinder.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcpfinder.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpfinder.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcpfinder - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcpfinder generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcpfinder generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcpfinder - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcpfinder - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcpfinder - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/pulsemcp_packrift.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/pulsemcp_packrift.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/pulsemcp_packrift.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/pulsemcp_packrift - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run pulsemcp packrift generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run pulsemcp packrift generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate pulsemcp packrift - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order pulsemcp packrift - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order pulsemcp packrift - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpskills.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcpskills.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpskills.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcpskills - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcpskills generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcpskills generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcpskills - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcpskills - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcpskills - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/agentndx.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/agentndx.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/agentndx.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/agentndx - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run agentndx generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run agentndx generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate agentndx - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order agentndx - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order agentndx - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpbench.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcpbench.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpbench.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcpbench - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcpbench generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcpbench generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcpbench - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcpbench - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcpbench - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/chiark.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/chiark.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/chiark.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/chiark - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run chiark generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run chiark generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate chiark - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order chiark - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order chiark - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_marketplace_io.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_marketplace_io.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_marketplace_io.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcp_marketplace_io - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcp marketplace io mcp marketplace - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcp marketplace io mcp marketplace - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcp marketplace io - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcp marketplace io - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcp marketplace io - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcplist_ai.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/r/config/mcplist_ai - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcplist ai generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcplist ai - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcplist ai - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcplist ai - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcphubz.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcphubz.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcphubz.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcphubz - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcphubz generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcphubz generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcphubz - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcphubz - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcphubz - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/findmcp_dev.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/r/config/findmcp_dev - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run findmcp dev generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate findmcp dev - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order findmcp dev - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order findmcp dev - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcplane.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcplane.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcplane.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcplane - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcplane generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcplane generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcplane - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcplane - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcplane - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpsolutions_dev.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcpsolutions_dev.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpsolutions_dev.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcpsolutions_dev - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcpsolutions dev generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcpsolutions dev generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcpsolutions dev - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcpsolutions dev - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcpsolutions dev - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/gpmcp.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/gpmcp.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/gpmcp.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/gpmcp - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run gpmcp generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run gpmcp generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate gpmcp - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order gpmcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order gpmcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/theresamcpforthat.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/theresamcpforthat.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/theresamcpforthat.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/theresamcpforthat - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run theresamcpforthat generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run theresamcpforthat generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate theresamcpforthat - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order theresamcpforthat - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order theresamcpforthat - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpserverfinder.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/r/config/mcpserverfinder - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcpserverfinder generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcpserverfinder - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcpserverfinder - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcpserverfinder - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpserver_cc.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcpserver_cc.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpserver_cc.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcpserver_cc - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcpserver cc generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcpserver cc generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcpserver cc - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcpserver cc - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcpserver cc - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpserverspot.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcpserverspot.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcpserverspot.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcpserverspot - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run mcpserverspot generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcpserverspot generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcpserverspot - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcpserverspot - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcpserverspot - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/docker_mcp_catalog.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/r/config/docker_mcp_catalog - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r run docker mcp catalog generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate docker mcp catalog - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order docker mcp catalog - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order docker mcp catalog - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/generic.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/generic.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/generic.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- r run generic generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run generic generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate generic - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order generic - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order generic - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r install mcp so generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcp so generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcp so generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcp so - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r install cline mcp marketplace cline - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install cline mcp marketplace cline - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run cline mcp marketplace cline - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate cline mcp marketplace - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r install glama connector glama connector - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install glama connector glama connector - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run glama connector glama connector - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r order glama connector - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order glama connector - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install browse sh generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install browse sh generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run browse sh generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run browse sh generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run browse sh generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate browse sh - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order browse sh - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order browse sh - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install docker mcp catalog generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install docker mcp catalog generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run docker mcp catalog generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r order docker mcp catalog - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order docker mcp catalog - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install cursor directory cursor windsurf vscode - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install cursor directory cursor windsurf vscode - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run cursor directory cursor windsurf vscode - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate cursor directory - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order cursor directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order cursor directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/windsurf_direct.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/windsurf_direct.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/windsurf_direct.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/windsurf_direct - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install windsurf direct cursor windsurf vscode - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install windsurf direct cursor windsurf vscode - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run windsurf direct cursor windsurf vscode - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run windsurf direct cursor windsurf vscode - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run windsurf direct cursor windsurf vscode - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate windsurf direct - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate windsurf direct - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order windsurf direct - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order windsurf direct - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order windsurf direct - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order windsurf direct - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/codex_remote_mcp.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/codex_remote_mcp.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/codex_remote_mcp.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/codex_remote_mcp - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install codex remote mcp codex - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install codex remote mcp codex - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run codex remote mcp codex - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run codex remote mcp codex - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run codex remote mcp codex - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate codex remote mcp - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate codex remote mcp - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order codex remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order codex remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order codex remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order codex remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/claude_remote_mcp.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/claude_remote_mcp.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/claude_remote_mcp.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/claude_remote_mcp - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install claude remote mcp claude code - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install claude remote mcp claude code - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run claude remote mcp claude code - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run claude remote mcp claude code - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run claude remote mcp claude code - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate claude remote mcp - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate claude remote mcp - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order claude remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order claude remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order claude remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order claude remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/openai_chatgpt.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/openai_chatgpt.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/openai_chatgpt.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/openai_chatgpt - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install openai chatgpt generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install openai chatgpt generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run openai chatgpt generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run openai chatgpt generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run openai chatgpt generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate openai chatgpt - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate openai chatgpt - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order openai chatgpt - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order openai chatgpt - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order openai chatgpt - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order openai chatgpt - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/langchain_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/langchain_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/langchain_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/langchain_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install langchain agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install langchain agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run langchain agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run langchain agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run langchain agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate langchain agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate langchain agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order langchain agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order langchain agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order langchain agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order langchain agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/llamaindex_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/llamaindex_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/llamaindex_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/llamaindex_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install llamaindex agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install llamaindex agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run llamaindex agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run llamaindex agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run llamaindex agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate llamaindex agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate llamaindex agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order llamaindex agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order llamaindex agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order llamaindex agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order llamaindex agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/n8n_automation.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/n8n_automation.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/n8n_automation.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/n8n_automation - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install n8n automation generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install n8n automation generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run n8n automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run n8n automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run n8n automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate n8n automation - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate n8n automation - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order n8n automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order n8n automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order n8n automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order n8n automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/zapier_automation.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/zapier_automation.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/zapier_automation.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/zapier_automation - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install zapier automation generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install zapier automation generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run zapier automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run zapier automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run zapier automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate zapier automation - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate zapier automation - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order zapier automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order zapier automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order zapier automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order zapier automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_inspector.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_inspector.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mcp_inspector.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mcp_inspector - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install mcp inspector generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcp inspector generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcp inspector generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run mcp inspector generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mcp inspector generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mcp inspector - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate mcp inspector - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mcp inspector - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcp inspector - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mcp inspector - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order mcp inspector - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/github_copilot.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/github_copilot.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/github_copilot.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/github_copilot - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install github copilot cursor windsurf vscode - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install github copilot cursor windsurf vscode - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run github copilot cursor windsurf vscode - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run github copilot cursor windsurf vscode - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run github copilot cursor windsurf vscode - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate github copilot - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate github copilot - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order github copilot - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order github copilot - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order github copilot - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order github copilot - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/gemini_remote_mcp.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/gemini_remote_mcp.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/gemini_remote_mcp.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/gemini_remote_mcp - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install gemini remote mcp generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install gemini remote mcp generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run gemini remote mcp generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run gemini remote mcp generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run gemini remote mcp generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate gemini remote mcp - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate gemini remote mcp - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order gemini remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order gemini remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order gemini remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order gemini remote mcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install smithery generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install smithery generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run smithery generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate smithery - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order smithery - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order smithery - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/browser_agent_bridge.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/browser_agent_bridge.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/browser_agent_bridge.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/browser_agent_bridge - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install browser agent bridge generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install browser agent bridge generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run browser agent bridge generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run browser agent bridge generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run browser agent bridge generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate browser agent bridge - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate browser agent bridge - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order browser agent bridge - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order browser agent bridge - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order browser agent bridge - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order browser agent bridge - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/vercel_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/vercel_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/vercel_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/vercel_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install vercel agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install vercel agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run vercel agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run vercel agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run vercel agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate vercel agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate vercel agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order vercel agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order vercel agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order vercel agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order vercel agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/crewai_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/crewai_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/crewai_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/crewai_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install crewai agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install crewai agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run crewai agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run crewai agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run crewai agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate crewai agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate crewai agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order crewai agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order crewai agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order crewai agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order crewai agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/autogen_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/autogen_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/autogen_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/autogen_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install autogen agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install autogen agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run autogen agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run autogen agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run autogen agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate autogen agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate autogen agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order autogen agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order autogen agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order autogen agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order autogen agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/semantic_kernel_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/semantic_kernel_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/semantic_kernel_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/semantic_kernel_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install semantic kernel agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install semantic kernel agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run semantic kernel agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run semantic kernel agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run semantic kernel agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate semantic kernel agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate semantic kernel agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order semantic kernel agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order semantic kernel agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order semantic kernel agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order semantic kernel agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/pydantic_ai_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/pydantic_ai_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/pydantic_ai_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/pydantic_ai_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install pydantic ai agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install pydantic ai agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run pydantic ai agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run pydantic ai agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run pydantic ai agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate pydantic ai agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate pydantic ai agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order pydantic ai agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order pydantic ai agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order pydantic ai agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order pydantic ai agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mastra_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/mastra_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/mastra_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/mastra_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install mastra agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mastra agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mastra agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run mastra agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run mastra agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate mastra agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate mastra agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order mastra agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mastra agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order mastra agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order mastra agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/dify_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/dify_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/dify_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/dify_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install dify agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install dify agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run dify agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run dify agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run dify agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate dify agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate dify agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order dify agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order dify agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order dify agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order dify agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/flowise_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/flowise_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/flowise_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/flowise_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install flowise agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install flowise agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run flowise agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run flowise agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run flowise agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate flowise agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate flowise agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order flowise agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order flowise agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order flowise agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order flowise agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/langflow_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/langflow_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/langflow_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/langflow_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install langflow agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install langflow agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run langflow agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run langflow agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run langflow agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate langflow agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate langflow agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order langflow agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order langflow agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order langflow agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order langflow agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/open_webui_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/open_webui_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/open_webui_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/open_webui_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install open webui agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install open webui agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run open webui agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run open webui agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run open webui agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate open webui agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate open webui agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order open webui agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order open webui agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order open webui agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order open webui agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/make_automation.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/make_automation.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/make_automation.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/make_automation - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install make automation generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install make automation generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run make automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run make automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run make automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate make automation - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate make automation - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order make automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order make automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order make automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order make automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/pipedream_automation.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/pipedream_automation.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/pipedream_automation.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/pipedream_automation - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install pipedream automation generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install pipedream automation generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run pipedream automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run pipedream automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run pipedream automation generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate pipedream automation - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate pipedream automation - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order pipedream automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order pipedream automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order pipedream automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order pipedream automation - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/replit_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/replit_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/replit_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/replit_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install replit agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install replit agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run replit agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run replit agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run replit agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate replit agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate replit agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order replit agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order replit agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order replit agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order replit agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/devin_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/devin_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/devin_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/devin_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install devin agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install devin agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run devin agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run devin agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run devin agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate devin agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate devin agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order devin agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order devin agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order devin agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order devin agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/goose_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/goose_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/goose_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/goose_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install goose agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install goose agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run goose agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run goose agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run goose agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate goose agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate goose agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order goose agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order goose agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order goose agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order goose agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/sourcegraph_cody.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/sourcegraph_cody.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/sourcegraph_cody.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/sourcegraph_cody - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install sourcegraph cody generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install sourcegraph cody generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run sourcegraph cody generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run sourcegraph cody generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run sourcegraph cody generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate sourcegraph cody - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate sourcegraph cody - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order sourcegraph cody - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order sourcegraph cody - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order sourcegraph cody - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order sourcegraph cody - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/aider_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/aider_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/aider_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/aider_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install aider agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install aider agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run aider agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run aider agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run aider agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate aider agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate aider agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order aider agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order aider agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order aider agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order aider agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/msty_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/msty_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/msty_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/msty_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install msty agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install msty agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run msty agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run msty agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run msty agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate msty agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate msty agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order msty agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order msty agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order msty agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order msty agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/lmstudio_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/lmstudio_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/lmstudio_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/lmstudio_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install lmstudio agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install lmstudio agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run lmstudio agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run lmstudio agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run lmstudio agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate lmstudio agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate lmstudio agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order lmstudio agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order lmstudio agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order lmstudio agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order lmstudio agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/ollama_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/ollama_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/ollama_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/ollama_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install ollama agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install ollama agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run ollama agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run ollama agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run ollama agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate ollama agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate ollama agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order ollama agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order ollama agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order ollama agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order ollama agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/anythingllm_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/anythingllm_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/anythingllm_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/anythingllm_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install anythingllm agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install anythingllm agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run anythingllm agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run anythingllm agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run anythingllm agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate anythingllm agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate anythingllm agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order anythingllm agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order anythingllm agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order anythingllm agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order anythingllm agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/jan_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/jan_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/jan_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/jan_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install jan agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install jan agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run jan agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run jan agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run jan agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate jan agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate jan agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order jan agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order jan agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order jan agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order jan agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/lovable_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/lovable_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/lovable_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/lovable_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install lovable agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install lovable agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run lovable agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run lovable agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run lovable agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate lovable agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate lovable agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order lovable agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order lovable agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order lovable agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order lovable agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/manus_agent.json - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-activation/manus_agent.md - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-activation/manus_agent.html - Source-specific Packrift MCP real-host activation packet with copy-ready config, prompt, acceptance gate, and measurement links. MIME type: text/html
- https://mcp.packrift.com/r/config/manus_agent - Source-specific Packrift MCP config resource preserving attribution for installs and first useful runs. MIME type: application/json
- r install manus agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install manus agent generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run manus agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r run manus agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/x-shellscript
- r run manus agent generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/markdown
- r activate manus agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r activate manus agent - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/x-shellscript
- r order manus agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order manus agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/x-shellscript
- r order manus agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/markdown
- r order manus agent - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install official registry generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install official registry generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run official registry generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate official registry - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order official registry - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order official registry - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcpservers org generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcpservers org generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcpservers org generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcpservers org - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcpservers org - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcpservers org - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcp directory generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcp directory generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcp directory generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcp directory - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcp directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcp directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install anthropic connectors directory claude code - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install anthropic connectors directory claude code - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run anthropic connectors directory claude code - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate anthropic connectors directory - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order anthropic connectors directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order anthropic connectors directory - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcp marketplace io mcp marketplace - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcp marketplace io mcp marketplace - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcp marketplace io mcp marketplace - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcp marketplace io - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcp marketplace io - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcp marketplace io - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcpbench generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcpbench generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcpbench generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcpbench - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcpbench - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcpbench - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcpfinder generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcpfinder generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcpfinder generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcpfinder - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcpfinder - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcpfinder - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install findmcp dev generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install findmcp dev generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run findmcp dev generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r order findmcp dev - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order findmcp dev - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcplist ai generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcplist ai generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcplist ai generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r order mcplist ai - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcplist ai - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcphubz generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcphubz generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcphubz generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcphubz - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcphubz - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcphubz - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcplane generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcplane generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcplane generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcplane - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcplane - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcplane - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcpsolutions dev generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcpsolutions dev generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcpsolutions dev generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcpsolutions dev - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcpsolutions dev - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcpsolutions dev - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install gpmcp generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install gpmcp generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run gpmcp generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate gpmcp - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order gpmcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order gpmcp - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install theresamcpforthat generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install theresamcpforthat generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run theresamcpforthat generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate theresamcpforthat - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order theresamcpforthat - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order theresamcpforthat - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcpserverfinder generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcpserverfinder generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcpserverfinder generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r order mcpserverfinder - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcpserverfinder - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcpserver cc generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcpserver cc generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcpserver cc generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcpserver cc - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcpserver cc - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcpserver cc - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcpserverspot generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcpserverspot generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcpserverspot generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcpserverspot - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcpserverspot - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcpserverspot - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcpskills generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcpskills generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcpskills generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcpskills - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcpskills - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcpskills - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install agentndx generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install agentndx generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run agentndx generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate agentndx - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order agentndx - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order agentndx - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcpcentral generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcpcentral generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcpcentral generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcpcentral - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcpcentral - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcpcentral - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install mcpmarket com mcp marketplace - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install mcpmarket com mcp marketplace - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run mcpmarket com mcp marketplace - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate mcpmarket com - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order mcpmarket com - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order mcpmarket com - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install pulsemcp packrift generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install pulsemcp packrift generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run pulsemcp packrift generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate pulsemcp packrift - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order pulsemcp packrift - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order pulsemcp packrift - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- r install chiark generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: text/html
- r install chiark generic streamable http - Source-specific Packrift MCP install-action resource for a target MCP host. MIME type: application/json
- r run chiark generic streamable http - Source-specific Packrift MCP first-run resource ending at create_cart_url with no order created. MIME type: text/html
- r activate chiark - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- r order chiark - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: text/html
- r order chiark - Source-specific Packrift MCP buyer/reviewer order handoff for converting measured cart proof into buyer-approved Shopify checkout. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-activation-experiments.json - Machine-readable Packrift MCP source activation experiments with hypotheses, target events, expected snapshot deltas, and suppression rules. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-activation-experiments.md - Crawler-readable Packrift MCP activation experiment plan for turning source activity into measurable tool calls, cart landings, and orders. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-activation-experiments.html - Human-facing Packrift MCP activation experiment board with copy-ready external requests and measurement links. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-buyer-use-cases.json - Machine-readable buyer-facing Packrift MCP use cases for exact SKU reorder, fit-by-dimensions, mailer selection, labels, no-match quote recovery, and procurement handoff. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-buyer-use-cases.md - Crawler-readable buyer-facing Packrift MCP use-case map and starter prompts for qualified AI-commerce demand. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-buyer-use-cases.html - Human-facing and browser-agent-readable Packrift MCP buyer use-case guide for qualified AI-commerce demand. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-cart-activation.json - Machine-readable Packrift MCP cart activation playbook for turning exact buyer intent into measured /r/cart landings after live checks. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-cart-activation.md - Crawler-readable Packrift MCP cart activation playbook with buyer prompts, JSON-RPC sequences, and measured cart landing rules. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-cart-activation.html - Human-facing and browser-agent-readable Packrift MCP cart activation guide with live-check and measured handoff rules. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-first-run-proof.json - Machine-readable first-run Packrift MCP proof that runs the live exact SKU, price, inventory, and measured cart landing sequence in synthetic read-only mode. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-first-run-proof.md - Crawler-readable first-run Packrift MCP proof for external agents and developers evaluating live price, inventory, and cart handoff. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-workflow-gallery.json - Machine-readable Packrift MCP workflow gallery with copy-ready buyer prompts and JSON-RPC sequences for agent hosts, evals, demos, and cart handoff examples. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-workflow-gallery.md - Crawler-readable Packrift MCP workflow gallery for developers and AI-commerce agents building exact SKU, fit-by-dimensions, and no-exact-match flows. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-workflow-gallery.html - Human-facing and browser-agent-readable Packrift MCP workflow gallery for evals, demos, and exact-spec cart handoffs. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-automation-workflows.json - Machine-readable Packrift MCP automation workflow pack with n8n import JSON, Zapier Webhooks steps, and Pipedream code. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-automation-workflows.md - Crawler-readable Packrift MCP automation workflow pack for n8n, Zapier, Pipedream, and similar workflow hosts. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-automation-workflows.html - Human-facing Packrift MCP automation workflow pack with importable n8n JSON and copy-ready workflow steps. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-n8n-workflow.json - Importable n8n workflow JSON that runs Packrift MCP tools/list and first-useful tools/call requests through the hosted endpoint. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-eval-pack.json - Machine-readable Packrift MCP acceptance-test pack for real host installs, source-aware tool-call proof, live checks, and measured cart handoff. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-eval-pack.md - Crawler-readable Packrift MCP eval pack with host configs, required JSON-RPC cases, assertions, and reporting fields. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-source-listing-readiness.json - Machine-readable Packrift MCP source-listing readiness proof for Glama and source-based directory scanners, with no-token discovery rules and no-duplicate-surface guardrails. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-source-listing-readiness.md - Crawler-readable Packrift MCP source-listing readiness proof for Glama release/sync cleanup and downstream directory quality checks. MIME type: text/markdown
- https://mcp.packrift.com/ai/browser-agent-bridge.json - Machine-readable bridge for Browserbase Browse, browser-use, Playwright, CUA, and browser agents that should read public Packrift resources and confirm live commerce facts through MCP. MIME type: application/json
- https://mcp.packrift.com/ai/browser-agent-bridge.md - Crawler-readable browser-agent bridge that keeps Browse-style workflows routed through the canonical Packrift MCP endpoint. MIME type: text/markdown
- https://mcp.packrift.com/ai/browserbase-browse-skill-pack.json - Machine-readable Browse/browser-skill starter pack that wraps public Packrift reads around the canonical MCP endpoint without creating a duplicate CLI or buyer surface. MIME type: application/json
- https://mcp.packrift.com/ai/browserbase-browse-skill-pack.md - Crawler-readable Browse/browser-skill starter pack with copy-ready rules, URLs, prompts, and JSON-RPC calls for MCP-confirmed Packrift workflows. MIME type: text/markdown
- https://mcp.packrift.com/ai/browserbase-browse/SKILL.md - Canonical Browse/browser-agent SKILL.md mirror with YAML frontmatter, install snippets, JSON-RPC examples, and MCP-only purchase-handoff rules. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-refresh.json - Machine-readable Packrift MCP directory recrawl pack with listing copy, proof URLs, stale directory targets, and recrawl request text. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-refresh.md - Crawler-readable Packrift MCP directory recrawl pack for MCP directories, marketplaces, and agent indexes. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-submit-actions.json - Machine-readable Packrift MCP directory action queue with stale-surface statuses, proof URLs, and copy-ready recrawl messages. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-submit-actions.md - Crawler-readable Packrift MCP directory submit-action queue for support teams, reviewers, and agent indexes. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/official_registry.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/official_registry.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcpservers_org.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcpservers_org.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/glama_connector.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/glama_connector.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/glama_server_listing.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/glama_server_listing.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcp_directory.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcp_directory.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/anthropic_connectors_directory.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/anthropic_connectors_directory.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/smithery.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/smithery.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/cline_mcp_marketplace.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/cline_mcp_marketplace.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcp_so.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcp_so.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/punkpeye_awesome_mcp.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/punkpeye_awesome_mcp.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/browse_sh.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/browse_sh.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcpmarket_com.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcpmarket_com.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/cursor_directory.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/cursor_directory.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcpcentral.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcpcentral.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcpfinder.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcpfinder.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/pulsemcp_packrift.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/pulsemcp_packrift.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcpskills.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcpskills.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/agentndx.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/agentndx.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcpbench.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcpbench.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/chiark.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/chiark.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcp_marketplace_io.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcp_marketplace_io.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcplist_ai.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcplist_ai.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcphubz.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcphubz.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/findmcp_dev.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/findmcp_dev.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcplane.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcplane.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcpsolutions_dev.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcpsolutions_dev.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/gpmcp.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/gpmcp.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/theresamcpforthat.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/theresamcpforthat.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcpserverfinder.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcpserverfinder.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcpserver_cc.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcpserver_cc.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/mcpserverspot.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/mcpserverspot.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/docker_mcp_catalog.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/docker_mcp_catalog.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-directory-update/generic.json - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-directory-update/generic.md - Source-specific Packrift MCP directory update card with canonical listing data, tracked install URLs, first-run proof, and acceptance gate. MIME type: text/markdown
- https://mcp.packrift.com/ai/mcp-reviewer-activation.json - Machine-readable Packrift MCP reviewer activation handoff for moving proof clicks into real MCP client calls and measured cart URLs. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-reviewer-activation.md - Crawler-readable Packrift MCP reviewer activation handoff with source-specific install, proof, JSON-RPC, and cart URL acceptance rules. MIME type: text/markdown
- https://mcp.packrift.com/r/activate - Packrift MCP activation command center for working the source queue without creating a duplicate CLI or buyer surface. MIME type: text/plain
- https://mcp.packrift.com/r/activate/generic - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: application/json
- r activate generic - Source-specific Packrift MCP reviewer activation resource for moving directory proof into a real MCP client run. MIME type: text/html
- https://mcp.packrift.com/ai/claude-connector-submission.json - Machine-readable Claude Connectors Directory submission packet for Packrift MCP with form fields, proof URLs, and safety rules. MIME type: application/json
- https://mcp.packrift.com/ai/claude-connector-submission.md - Crawler-readable Claude Connectors Directory submission packet for reviewers and Packrift operators. MIME type: text/markdown
- https://mcp.packrift.com/ai/agent-capture-outreach.json - Machine-readable Packrift MCP outreach packet combining install snippets, proof links, tracked directory URLs, recrawl messages, and browser-agent handoff rules. MIME type: application/json
- https://mcp.packrift.com/ai/agent-capture-outreach.md - Crawler-readable Packrift MCP outreach packet for directory reviewers, partners, agent hosts, and Packrift operators. MIME type: text/markdown
- https://mcp.packrift.com/ai/agent-capture-outreach.html - Human-facing Packrift MCP outreach board for directory reviewers, partners, agent hosts, and Packrift operators. MIME type: text/html
- https://mcp.packrift.com/ai/mcp-cart-handoff-candidates.json - Machine-readable MCP cart handoff candidates for priority exact-spec SKUs with create_cart_url arguments and UTM-stamped cart candidates. MIME type: application/json
- https://mcp.packrift.com/ai/mcp-cart-handoff-candidates.md - Crawler-readable MCP cart handoff playbook for turning exact-spec SKU retrieval into tracked cart handoff. MIME type: text/markdown
- https://mcp.packrift.com/ai/packrift-agent-endpoints-status.json - Machine-readable status map for Packrift agent, MCP, UCP, corpus, and reserved root routes. MIME type: application/json
- https://mcp.packrift.com/ai/conversion-starter-routes.json - Machine-readable top conversion starter routes with product, reorder, quote, cart, SKU markdown, SKU JSON, and copy-procurement-spec handoffs. MIME type: application/json
- https://mcp.packrift.com/ai/conversion-starter-routes.md - Crawler-readable top conversion starter routes for exact AI_APPROVE product, reorder, quote, cart, and procurement-spec handoffs. MIME type: text/markdown
- https://mcp.packrift.com/ai/conversion-route-catalog.json - Machine-readable conversion route catalog for all verified purchase-ready SKUs with product, reorder, quote, cart, SKU markdown, SKU JSON, and copy-procurement-spec handoffs. MIME type: application/json
- https://mcp.packrift.com/ai/conversion-route-catalog.md - Crawler-readable conversion route catalog summary for top verified purchase-ready SKUs. MIME type: text/markdown
- https://mcp.packrift.com/ai/conversion-route-catalog.csv - Spreadsheet-friendly conversion route catalog for verified purchase-ready SKUs. MIME type: text/csv
- https://mcp.packrift.com/ai/measured-handoffs.json - Compact MCP-controlled measured handoff directory for priority exact-spec SKUs with product, reorder, quote, cart, SKU markdown, SKU JSON, and copy-procurement-spec routes. MIME type: application/json
- https://mcp.packrift.com/ai/measured-handoffs.md - Crawler-readable measured handoff directory for priority exact-spec SKU product, reorder, quote, cart, and no-match recovery routes. MIME type: text/markdown
- https://mcp.packrift.com/ai/measured-handoffs.csv - Spreadsheet-friendly measured handoff directory for priority exact-spec SKU routes including measured cart URLs. MIME type: text/csv
- https://mcp.packrift.com/ai/first20-exact-spec-routes.json - Machine-readable first-20 PDP spec-graph route map using canonical-preserving exact-spec view URLs while Shopify bare PDP page_cache is gated. MIME type: application/json
- https://mcp.packrift.com/ai/first20-exact-spec-routes.md - Crawler-readable first-20 PDP spec-graph route map and Shopify page-cache gate note. MIME type: text/markdown
- https://mcp.packrift.com/ai/conversion-route-redirect-sitemap.xml - Crawl map of measured MCP redirect handoffs for product, reorder, and quote routes. MIME type: application/xml
- https://mcp.packrift.com/ai/conversion-route-telemetry-watch.json - Machine-readable watch for conversion-route product, reorder, quote, cart, copy-spec, and discovery telemetry. MIME type: application/json
- https://mcp.packrift.com/ai/conversion-route-telemetry-watch.md - Crawler-readable telemetry watch for conversion-route signal lift and path integrity. MIME type: text/markdown
- https://mcp.packrift.com/ai/corrugated-box-procurement-prompts.md - Family-specific exact-spec prompts for corrugated box procurement. MIME type: text/markdown
- https://mcp.packrift.com/ai/mailer-procurement-prompts.md - Family-specific exact-spec prompts for mailer procurement. MIME type: text/markdown
- https://mcp.packrift.com/ai/label-procurement-prompts.md - Family-specific exact-spec prompts for label procurement. MIME type: text/markdown
- https://mcp.packrift.com/ai/tape-procurement-prompts.md - Family-specific exact-spec prompts for tape procurement. MIME type: text/markdown
- https://mcp.packrift.com/ai/poly-bag-procurement-prompts.md - Family-specific exact-spec prompts for poly bag procurement. MIME type: text/markdown
- https://mcp.packrift.com/ai/stretch-film-procurement-prompts.md - Family-specific exact-spec prompts for stretch film procurement. MIME type: text/markdown
- https://mcp.packrift.com/ai/strapping-procurement-prompts.md - Family-specific exact-spec prompts for strapping procurement. MIME type: text/markdown
- https://mcp.packrift.com/ai/tag-procurement-prompts.md - Family-specific exact-spec prompts for tag procurement. MIME type: text/markdown
- https://mcp.packrift.com/ai/void-fill-procurement-prompts.md - Family-specific exact-spec prompts for void fill procurement. MIME type: text/markdown
- https://mcp.packrift.com/ai/packing-list-envelope-procurement-prompts.md - Family-specific exact-spec prompts for packing list envelope procurement. MIME type: text/markdown
- https://mcp.packrift.com/ai/sku/1066.md - Packrift MCP discovery resource. MIME type: text/markdown
- https://mcp.packrift.com/ai/sku/1066.json - Packrift MCP discovery resource. MIME type: application/json
- https://mcp.packrift.com/ai/sku/LL251WR.md - Packrift MCP discovery resource. MIME type: text/markdown
- https://mcp.packrift.com/ai/sku/LL251WR.json - Packrift MCP discovery resource. MIME type: application/json
- https://mcp.packrift.com/ai/sku/MFL1295.md - Packrift MCP discovery resource. MIME type: text/markdown
- https://mcp.packrift.com/ai/sku/MFL1295.json - Packrift MCP discovery resource. MIME type: application/json

## Prompts
- find_exact_packaging_spec - Find an AI-approved Packrift product by exact dimensions, material, color, count, or SKU. Arguments: spec, family
- reorder_packrift_sku - Reorder a known Packrift SKU with exact product continuity. Arguments: sku
- prepare_cart_handoff - Prepare a live-confirmed Packrift cart handoff for a selected exact SKU and quantity. Arguments: sku, quantity
- fit_item_then_prepare_cart - Find packaging for a buyer's item dimensions, confirm live facts, then prepare a stamped cart handoff. Arguments: item_dimensions, weight, use_case, quantity
- review_cart_handoff_candidates - Explore priority SKUs that already have ready create_cart_url arguments for measured MCP cart testing. Arguments: family, limit
- request_bulk_quote_for_no_match - Route a buyer to quote recovery when Packrift has no exact approved match. Arguments: requested_spec, family
- copy_procurement_spec - Produce a clean procurement-line item for a selected Packrift SKU. Arguments: sku
- find_box_by_lwh - Find corrugated boxes by exact length x width x height, strength, color, and bundle count. Arguments: dimensions, strength, color
- find_label_by_size_material_printer - Find labels by exact size, material, printer type, adhesive or weather resistance, and case count. Arguments: label_size, material, printer_type

## Metadata
- Owner: io.github.Packrift
- Version: 0.2.9
- Runtime: Oci
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 18, 2026
- Source: https://registry.modelcontextprotocol.io
