Skip to main content
Glama

partner-center-mcp

An MCP server that helps you build against the Partner Center REST API: scenario discovery, ready REST examples, current authentication guidance, an auth deprecation linter, archived-.NET-SDK → REST migration, error decoding, and reference. Grounded in a curated knowledge pack plus live Microsoft Learn doc fetch. It holds no credentials and makes no live Partner Center calls.

Why

The Partner Center .NET SDK (3.4.0) was archived in June 2023; Microsoft directs partners to the REST APIs. Deprecated auth (the retired graph.windows.net audience) still causes 401/900420 failures. This server steers you to the current REST + auth patterns.

Related MCP server: Echo MCP Server

Run

npx partner-center-mcp

Add to a host

VS Code (.vscode/mcp.json):

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

Visual Studio (.mcp.json):

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

Claude Code:

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

Tip: also add the Microsoft Learn MCP server (https://learn.microsoft.com/api/mcp) alongside for broad documentation search.

Tools

pc_list_scenarios, pc_get_scenario, pc_search_docs, pc_auth_guidance, pc_check_auth, pc_generate_call, pc_migrate_from_sdk, pc_lookup_error, pc_diagnose, pc_get_reference.

Develop

npm install
npm test
npm run build

The knowledge pack lives in data/ (date-versioned; each record has docUrl and lastVerified).

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tunahanaliozturk/partner-center-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server