Partner Center MCP

Building against the Partner Center REST API means living in Microsoft Learn. Two hundred odd endpoint pages, an archived .NET SDK that still turns up in search results, and error codes that tell you almost nothing on their own. Its 28 documented tools cover plan, onboarding, request, auth. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 2 · #127 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Partner Center MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add tunahanaliozturk-partner-center-mcp -- npx -y partner-center-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tunahanaliozturk-partner-center-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "partner-center-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package partner-center-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.tunahanaliozturk is GitHub-verified and matches the repo owner

03 · What Partner Center MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list supported REST scenarios, optionally filtered by area, map a symptom to likely causes, fixes, and relevant scenarios, and fetch live Microsoft Learn excerpts. The fallback when the curated pack has no answer.

Capability map

Tools grouped from the project's README - what Partner Center MCP lets an agent do.

Plan

10 tools - e.g. The ordered New Commerce purchase workflow: product → SKU availability → cart → checkout → subscriptions.; Ordered call sequence for one lifecycle change: seats up/down, upgrade, cancel, renewal changes…

pc_plan_purchase · pc_plan_subscription_change · pc_plan_order_lifecycle · pc_plan_transfer · pc_plan_gdap_onboarding · pc_plan_csp_onboarding…

auth & access

2 tools - e.g. Current auth guidance for app-only / app+user, per national cloud, with GDAP + MFA notes.; Lint an auth/client snippet for retired patterns (graph.windows.net, ADAL, archived SDK, AzureAD PS).

pc_auth_guidance · pc_check_auth

Scenarios

1 tool - e.g. List supported REST scenarios, optionally filtered by area.

pc_list_scenarios

Scenario

1 tool - e.g. Full detail for one scenario: method, path, headers, examples, gotchas.

pc_get_scenario

Generate

1 tool - e.g. Emit a current REST call (curl/csharp/typescript/powershell) with auth/retry/pagination helpers. Never the archived SDK.

pc_generate_call

Validate

1 tool - e.g. Lint a REST call (method, URL, headers, auth) against the known scenarios.

pc_validate_request

Migrate

1 tool - e.g. Translate archived .NET SDK code into the equivalent REST scenario(s).

pc_migrate_from_sdk

Build

1 tool - e.g. Build a ready-to-send request: fills path placeholders, generates MS-RequestId/MS-CorrelationId, and a body skeleton from the scenario's fields.

pc_build_request

Latest releases

v0.18.0 · 2026-08-09

The .NET server catches up · Both servers ship the same knowledge pack, from the same data/ directory, published from the same tag. The .NET one had quietly fallen behind: 20 of 28 tools, and 8 of 12 data files loaded.…

v0.17.1 · 2026-08-09

Response examples for the Graph-documented operations · 185 to 197 of 239 scenarios now carry a verified response example. · The 13 gained are the GDAP, service health, message centre and group licensing operations.…

v0.17.0 · 2026-08-09

Every documented endpoint, a real response for most of them, and a changelog · 100% coverage · 239 scenarios covering 222 of 222 documented Partner Center endpoint pages, up from 193. The final 29 brought in the legacy…

04 · Who maintains Partner Center MCP

partner-center-mcp is maintained by tunahanaliozturk. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
cloud infrastructure - ranked #127 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-09)
registry
io.github.tunahanaliozturk/partner-center-mcp (active, first published 2026-06-20 · 19 versions)
packages
npm:partner-center-mcp

06 · Partner Center MCP FAQ

Is Partner Center MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Partner Center MCP do?

With this server connected, an agent can list supported REST scenarios, optionally filtered by area, map a symptom to likely causes, fixes, and relevant scenarios, and fetch live Microsoft Learn excerpts. The fallback when the curated pack has no answer.

How do I install Partner Center MCP?

Run `npx -y partner-center-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Partner Center MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Partner Center MCP