AgentHubAgentHub

Pax8 MCP

MCP ServerMCP Registry官方收录

io.github.Servosity/pax8-mcp · v0.1.0

Every Pax8 Partner API endpoint, plus an offline store that reconciles billing, tracks MRR, and

概览

Pax8 MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.Servosity/pax8-mcp",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "Pax8 MCP",
  "description": "Every Pax8 Partner API endpoint, plus an offline store that reconciles billing, tracks MRR, and",
  "repository": {
    "url": "https://github.com/servosity/msp-skills",
    "source": "github",
    "subfolder": "skills/pax8"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Servosity/msp-skills/releases/download/pax8-v0.1.0/pax8-mcp.mcpb",
        "version": "0.1.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "PAX8_CLIENT_ID",
            "description": "Pax8 Partner API OAuth2 Client ID (Pax8 portal > Integrations).",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "PAX8_CLIENT_SECRET",
            "description": "Pax8 Partner API OAuth2 Client Secret (Pax8 portal > Integrations).",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "PAX8_AUDIENCE",
            "description": "Optional OAuth2 audience override; defaults to api://p8p.client.",
            "isSecret": true
          },
          {
            "name": "PAX8_OAUTH_SCOPE",
            "description": "Optional OAuth2 scope; omitted from the token request when unset.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Servosity/pax8-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Servosity%2Fpax8-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Pax8 MCP — MCP Server 安装与配置 · AgentHub