partner-center-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@partner-center-mcpHow do I authenticate to Partner Center REST API?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpAdd 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-mcpTip: 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 buildThe knowledge pack lives in data/ (date-versioned; each record has docUrl and
lastVerified).
Maintenance
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