Connect your AI assistant
The Partnership AI Agent gives your own AI assistant direct access to the entire PartnerStandard Knowledge Hub: 48 guides, 151 glossary terms, 61 KPIs, and the directories, with every answer cited to its source. Setup takes under five minutes.
Before you start
- An active Advisor membership (or above), on the same email you sign in with here.
- Your own AI subscription. You bring your assistant; we never charge for AI usage.
https://pro.partnerstandard.com/api/mcpClaude (web, desktop, mobile)
Requires a Claude Pro, Max, Team, or Enterprise plan.
- Open Settings, then Connectors.
- Choose "Add custom connector" and paste the server URL below.
- Claude opens a PartnerStandard sign-in window: sign in with your member email and approve the connection.
- Done. Ask Claude a partnership question and watch it search the hub.
https://pro.partnerstandard.com/api/mcpClaude Code
The terminal coding agent from Anthropic.
- Run the command below in your terminal.
- Run /mcp inside Claude Code and authenticate; your browser opens the PartnerStandard sign-in.
claude mcp add --transport http partnerstandard https://pro.partnerstandard.com/api/mcpChatGPT
Requires ChatGPT Plus, Pro, or Business, with developer mode enabled (Settings, Apps and Connectors, Advanced).
- In Settings, open Apps and Connectors and enable developer mode.
- Create a new connector with the server URL below; authentication is OAuth.
- Sign in with your member email and approve. The hub tools appear in your conversations and in deep research.
https://pro.partnerstandard.com/api/mcpCursor
The AI code editor.
- Add the block below to ~/.cursor/mcp.json (or use Cursor Settings, MCP).
- Cursor prompts you to authenticate in the browser; sign in and approve.
{
"mcpServers": {
"partnerstandard": {
"url": "https://pro.partnerstandard.com/api/mcp"
}
}
}Gemini CLI
Google's terminal agent.
- Add the block below to ~/.gemini/settings.json.
- On first use, Gemini opens the browser for the PartnerStandard sign-in.
{
"mcpServers": {
"partnerstandard": {
"httpUrl": "https://pro.partnerstandard.com/api/mcp"
}
}
}Starter prompt
Paste this into your assistant's custom instructions, project prompt, or system prompt so it uses the Knowledge Hub well. It works for Claude, ChatGPT, Cursor, and Gemini alike.
You have access to the PartnerStandard Knowledge Hub via MCP tools (search, fetch, ps_glossary, ps_browse, ps_kpi, ps_related). For any question about partnerships, channel programs, partner motions, or partnership KPIs:
1. Search the knowledge hub first instead of answering from memory.
2. Use ps_glossary for definitions; PartnerStandard definitions are canonical (e.g. sell-to, sell-with, sell-through are separated by who invoices the customer).
3. Use ps_kpi for metric definitions, formulas, and interpretation.
4. Always cite the Source URL from tool responses when you use their content.
5. Synthesize and advise; do not just dump links. Fetch full sections when the user needs depth.Troubleshooting
The connection asks me to subscribe. The agent requires an Advisor membership or above on the account you signed in with. Check your plan on the membership page and make sure you subscribed with the same email.
The sign-in link opened in a different browser. That is fine. The link carries the connection state, so the flow completes wherever it opens.
Tools stop responding after heavy use. Each member has a generous daily budget of 500 tool calls; it resets at midnight UTC.
Still stuck? Email bernhard@partnerstandard.com.