Back to blog

Pax8 Marketplace, Agent Store, and MCP: What MSPs Need to Know

7 min read

The Pax8 marketplace has been the channel’s default procurement layer for years — the place MSPs go to buy, provision, and manage cloud subscriptions for their clients. But Pax8 is making a broader bet now. With the launch of the Agent Store, a public MCP server, and a push for MSPs to become “Managed Intelligence Providers,” Pax8 is positioning itself as the distribution platform for agentic AI in the channel. Here’s what that means for your day-to-day operations, how the technical pieces fit together, and where Junto fits in.

The Pax8 Agent Store: Agentic AI Comes to the Pax8 Marketplace

On October 7, 2025, Pax8 announced the Agent Store — what they called “the first agentic AI platform redefining how MSPs serve SMBs.” Early access rolled out to select partners in December 2025, with general availability planned for the first half of 2026.

The concept is straightforward: a curated marketplace of ready-to-use agentic AI products that MSPs can deploy for their clients. Instead of building AI solutions from scratch or stitching together tools on your own, you browse the Agent Store the same way you browse Pax8 for security or productivity products today. Find an agent that solves a problem, provision it, manage the license through Pax8.

Launch partners include Microsoft, AWS, ConnectWise, CrowdStrike, SentinelOne, SuperOps, Rewst, Pia, and several dozen more — a mix of established MSP vendors and AI-native companies. The store is integrated with Pax8’s existing Storefronts and workflows, so licensing and billing flow through the same infrastructure MSPs already use.

The Managed Intelligence Provider Framework

Alongside the Agent Store, Pax8 released the Managed Intelligence Provider (MIP) Playbook — a strategic guide for MSPs transitioning from traditional managed services to AI-augmented service delivery. The playbook outlines five plays:

  1. Discover — Identify automation opportunities and process inefficiencies across your client base
  2. Buy — Deploy pre-vetted agents and AI-enhanced tools from the Agent Store
  3. Build — Develop proprietary agent stacks and workflows for your vertical or niche
  4. Sell — Shift from feature-based pricing to outcome-based models tied to client KPIs
  5. Manage — Oversee compliance, governance, and ongoing optimization of agentic systems

This isn’t just marketing language. Gartner predicts that by 2028, 33% of enterprise software applications will include agentic AI, up from less than 1% in 2024. The MSPs that figure out how to deploy, manage, and bill for AI agents will have a structural advantage over those still selling purely reactive break-fix and monitoring. Pax8 is betting the channel needs a distribution layer for this shift — the same role it plays for SaaS today.

The practical question is what this looks like on a Tuesday morning when your tech is triaging tickets. That’s where the API and MCP server come in.

The Pax8 MCP Server: Natural Language Access to Your Marketplace Data

Pax8 now has an official MCP (Model Context Protocol) server, documented at devx.pax8.com/docs/mcp-server, with setup guides for Claude Desktop, VS Code, Cursor, and Microsoft Copilot. If you’re not familiar with MCP, we covered it in depth in What Is MCP and Why Every MSP Should Care — but the short version is that it’s a standardized protocol that lets AI assistants connect to external tools and data sources.

The Pax8 MCP server acts as a secure bridge between your AI assistant and your Pax8 data. Instead of logging into the Pax8 portal to look up a client’s subscriptions, you can ask your AI assistant in natural language: “What M365 licenses does Baker & Associates have through Pax8?” The MCP server translates that into the appropriate API calls, retrieves the data, and returns a structured answer.

How It Works Under the Hood

The MCP server wraps the Pax8 REST API (base URL: https://api.pax8.com/v2) and exposes it through the MCP protocol. The underlying API provides endpoints for:

  • Companies — your managed clients in Pax8
  • Products — the catalog of available products
  • Subscriptions — active subscriptions per company
  • Orders — provisioning and order history
  • Usage — consumption data for usage-based products
  • Invoices — billing records

Authentication uses OAuth 2.0. You generate a client_id and client_secret through the Pax8 developer portal, and the MCP server handles token management. Rate limits are 1,000 successful calls per minute — plenty for interactive queries but something to be aware of if you’re building bulk automation.

Setting Up the MCP Server with Claude

For Claude Desktop, configuration looks like this in your claude_desktop_config.json:

{
  "mcpServers": {
    "pax8": {
      "command": "npx",
      "args": ["-y", "@anthropic/pax8-mcp-server"],
      "env": {
        "PAX8_CLIENT_ID": "your-client-id",
        "PAX8_CLIENT_SECRET": "your-client-secret"
      }
    }
  }
}

Once connected, you can query subscriptions, check provisioning status, and pull billing data through conversation. The server supports end-to-end encryption, and you control which API endpoints are accessible — so you can limit the MCP server to read-only access if you prefer. All interactions are fully logged and auditable.

Security and Access Controls

This is important for MSPs managing multiple clients. The Pax8 MCP server inherits your API credentials’ permission scope. You choose which endpoints are accessible, and you can revoke access at any time. Every query through the MCP server is logged, which matters for compliance documentation and audit trails.

For MSPs already using MCP with other tools in their stack, the Pax8 server slots right in alongside your ConnectWise, NinjaOne, or ITGlue MCP connections — see our guide to Claude MCP servers for MSPs for the full multi-tool setup. One AI assistant, multiple data sources, same protocol.

Junto’s Integration with Pax8: License Management and Onboarding Automation

This is where we get concrete about what Pax8 AI integration looks like in practice. Junto connects to Pax8 to bring license and subscription data directly into the helpdesk — not as a separate portal you have to check, but as context that’s available whenever the AI is working a ticket.

License Checks During Onboarding

When a new hire ticket comes in and your onboarding runbook kicks off, one of the first steps is provisioning the right M365 license. Before Junto had Pax8 data, this meant a tech logging into Pax8 to check available seats, cross-referencing the client’s SOP for which SKU they use, and then provisioning manually.

With the Pax8 integration, the runbook handles this automatically:

  1. The AI reads the onboarding ticket and identifies the client and department
  2. It pulls the client’s SOP from ITGlue to determine the required license tier
  3. It queries Pax8 to check available licenses for that SKU — are there unassigned seats, or does a new subscription need to be ordered?
  4. If seats are available, the onboarding proceeds. If not, the AI flags it for the tech before wasting time on downstream steps

This pre-flight check catches problems early. No more discovering halfway through an onboarding that the client is out of E3 seats and needs a Pax8 order before the new hire can start.

License Optimization Across Your Client Base

We wrote a full breakdown of M365 license optimization for MSPs, and if you’re managing 50+ tenants, CIPP is the multi-tenant management layer that makes this practical at scale. But the Pax8 connection is what makes it actionable at scale. The core problem: the M365 admin center shows what licenses are assigned, and Pax8 shows what you’re paying for. Reconciling those two numbers used to be a manual, per-client spreadsheet exercise.

With Junto connected to both M365 and Pax8, you can ask a single question:

“Compare our Pax8 M365 subscription counts with actual assigned licenses for each client.”

The AI queries both systems and surfaces discrepancies: clients where you’re paying for seats nobody is using, clients where assigned licenses exceed purchased seats (meaning someone is using licenses you’re not billing for), and clients where the license tier doesn’t match actual usage patterns.

Pax8 estimates their platform saves MSPs 7-10 hours per month on billing and achieves 98.5% automated provisioning. Layering AI-driven license analysis on top of that catches the waste that automated provisioning doesn’t — the orphaned accounts, the over-provisioned tiers, the mismatches between billing and reality.

How the MIP Plays Map to Junto

The five plays in Pax8’s MIP framework aren’t abstract when you have the right tools:

  • Discover — Junto’s AI identifies automation opportunities by analyzing ticket patterns. It surfaces which processes are repetitive, which clients generate the most manual work, and where scripting or runbooks would save the most time. We covered this approach in migrating from PowerShell scripts to structured automation.
  • Buy — Deploy agentic AI products from the Pax8 Agent Store, including Junto, and manage licenses through the same Pax8 infrastructure you already use.
  • Build — Write runbooks in plain English that execute across your entire tool stack. No scripting required. Define the workflow, set approval gates, and let the AI handle the cross-tool execution.
  • Sell — When you can quantify that your AI-driven optimization saved a client $4,800/year in M365 licensing waste, you have an outcome-based value story for your QBR.
  • Manage — Ongoing optimization runs continuously. License audits aren’t quarterly projects anymore — they’re always-on monitoring that flags issues as they appear.

Junto Is Now Available on the Pax8 Marketplace

Junto is being added to the Pax8 marketplace, which means MSPs can procure, provision, and manage Junto licensing through the same platform they use for everything else. No separate billing relationship, no additional procurement process. If you’re already buying through Pax8, adding Junto to your stack is the same workflow you use for any other product.

This also means Junto participates in the Agent Store ecosystem. MSPs exploring agentic AI through Pax8’s curated marketplace can evaluate Junto alongside other tools and deploy it through the same Storefronts and workflows they use today.

What This Means Going Forward

The Pax8 marketplace is evolving from a SaaS procurement platform into an AI distribution layer for the channel. The Agent Store gives MSPs a curated on-ramp to agentic AI. The MCP server gives developers and power users direct access to Pax8 data through AI assistants. And integrations like Junto’s turn that data into operational value — fewer manual lookups, fewer licensing mistakes, faster onboarding, and continuous optimization across your client base.

If you want to see how Junto’s Pax8 integration works with your stack, check out juntoai.com/integrations for the full list of supported tools, or visit juntoai.com to get started. Junto is available on the Pax8 marketplace — same place you buy everything else.

See Junto in action

15-minute demo. We'll show you AI triage working on your actual tickets.

Book a Demo