PartnerPortal.io Connector for AI agents.
11 live capabilities
Manage channel sales and deal registrations through natural conversation.
Waiting for input…
Why people use PartnerPortal.io
PartnerPortal.io for Faster Channel Sales Management
This Connector lets you cut out that noise. Instead of clicking through dozens of rows, you can just ask your agent to pull up a summary or check a deal status. You get the answers you need in seconds without ever leaving your chat interface.
What Vinkius changes
You get a conversational interface for your entire partner ecosystem.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick lead registration
A partner sends a new lead via email and you're busy.
- Real-world use case 02
Partner performance summaries
You need a quick summary of a partner's performance for a meeting.
- Real-world use case 03
Checking deal status
You're unsure if a specific deal was approved.
Complete set · 11capabilities
The complete PartnerPortal.io capability set.
These are the exact actions your AI can choose when you ask it to work with PartnerPortal.io.
01—04
4 capabilities in this set.
Part of 11 available through PartnerPortal.io.
- 01 Capability
Check api status
Verify that your account is connected and the API is working. Use it to troubleshoot connection issues.
- 02 Capability
Get partner
Get the full profile for a specific partner. This is great for checking partner details on the fly.
- 03 Capability
Create lead
Register a new lead into your partner portal. This automates the first step of deal registration.
- 04 Capability
Get account
Fetch specific details for any account in your system. This helps you quickly see account-level metadata.
05—08
4 capabilities in this set.
Part of 11 available through PartnerPortal.io.
- 05 Capability
Get deal
Retrieve the details of a specific deal. Use this to check the status of a single registration.
- 06 Capability
Get lead
Pull information for a specific lead. It's the fastest way to see who's in your pipeline.
- 07 Capability
List accounts
See a list of all accounts in your portal. Use this to get a bird's eye view of your customer base.
- 08 Capability
List deals
View all deals across your partner network. It's the best way to monitor your entire channel pipeline.
09—11
3 capabilities in this set.
Part of 11 available through PartnerPortal.io.
- 09 Capability
List leads
Show all leads currently in your system. This keeps your sales pipeline visible and organized.
- 10 Capability
List partners
Pull a list of all partners in your program. Use this to see who's active in your reseller network.
- 11 Capability
Update lead
Modify an existing lead's information. This keeps your records current as deals progress.
Set up in minutes
One URL. Then ask PartnerPortal.io to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use PartnerPortal.io from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LeBoyRKRQMDmLz9uPhEvB0YTUF2usLgum2SxwxMS/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it PartnerPortal.io, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable PartnerPortal.io for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LeBoyRKRQMDmLz9uPhEvB0YTUF2usLgum2SxwxMS/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the PartnerPortal.io URL.
- Step 03
Save and start
Save the connection and enable PartnerPortal.io in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"partnerportalio": {
"url": "https://edge.vinkius.com/vk_preview_LeBoyRKRQMDmLz9uPhEvB0YTUF2usLgum2SxwxMS/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using PartnerPortal.io
Open Agent mode in chat and ask: "Using PartnerPortal.io, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"partnerportalio": {
"url": "https://edge.vinkius.com/vk_preview_LeBoyRKRQMDmLz9uPhEvB0YTUF2usLgum2SxwxMS/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using PartnerPortal.io
Ask Copilot: "Using PartnerPortal.io, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"partnerportalio": {
"url": "https://edge.vinkius.com/vk_preview_LeBoyRKRQMDmLz9uPhEvB0YTUF2usLgum2SxwxMS/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using PartnerPortal.io
Open Cascade and ask: "Using PartnerPortal.io, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"partnerportalio": {
"url": "https://edge.vinkius.com/vk_preview_LeBoyRKRQMDmLz9uPhEvB0YTUF2usLgum2SxwxMS/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using PartnerPortal.io
Ask Cline: "Using PartnerPortal.io, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add partnerportalio --transport http "https://edge.vinkius.com/vk_preview_LeBoyRKRQMDmLz9uPhEvB0YTUF2usLgum2SxwxMS/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using PartnerPortal.io
Ask Claude: "Using PartnerPortal.io, show me...". 11 tools are ready
Where the request belongs
Work PartnerPortal.io can move forward.
This is for the channel manager who's drowning in spreadsheets or the partnership lead who needs to give instant updates on deal progress without manual digging.
Channel Manager
Pulls partner performance summaries for weekly syncs and monitors lead volumes.
Partnership Coordinator
Creates new leads from partner emails in seconds to keep the sales pipeline moving.
Ops Lead
Monitors account metadata and deal volumes to ensure organizational partnership health.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPartnerStack
Manage affiliate and partner programs via PartnerStack. list partners, track leads, and monitor rewards directly from any AI agent.
leadtributor.cloud
Distribute leads to your sales team and partner network with routing rules, SLA tracking, and performance analytics.
ActiveCampaign
Marketing automation and CRM. manage contacts, deals, lists, and automations via AI.
ReferralCandy
Connect your AI agents to ReferralCandy to manage referral programs, track advocates, register purchases, and analyze campaign performance.
Freshsales
Close deals faster with AI-powered lead scoring, visual deal pipelines, and built-in phone and email in one sales CRM.
Funil de Vendas
Visualize your sales funnel, track deal stages, and manage your pipeline with a CRM designed for the Brazilian market.
Bring your own AI
Change the model, client or framework. Keep PartnerPortal.io connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about PartnerPortal.io.
The practical details behind the request, access and result.
Can PartnerPortal.io help me manage my reseller program?
Yes, it connects your AI to your reseller portal to handle leads, deals, and partner performance tracking automatically.
How does the PartnerPortal.io MCP help with deal registration?
It allows your agent to create and update deals via chat, so you don't have to type them in manually or jump between apps.
Can I use PartnerPortal.io to check partner performance?
Yes, your agent can pull partner profiles and deal volumes to give you a quick summary of your network's health.
Does PartnerPortal.io work with Claude or Cursor?
Yes, it's compatible with any MCP-supported client like Claude, Cursor, or Windsurf.
Can I automate lead sharing with PartnerPortal.io?
You can have your agent create and update leads as they come in, keeping your sales pipeline synced in real time.
How do I connect PartnerPortal.io to my AI agent?
You just need your API token from the PartnerPortal.io dashboard to get started.
Can my AI automatically find the details for a specific lead by its ID?
Yes! Use the get_lead capability with the Company ID and Lead ID. Your agent will respond with complete metadata, including lead status, source, and associated deal info in seconds.
How do I find my PartnerPortal.io API Token?
Log in to your PartnerPortal.io account, navigate to Settings > API, and you will find or generate your unique secret token there. Ensure you have the required plan level for API access.
What is the Company ID?
The Company ID is a unique identifier for your organization profile within PartnerPortal.io. You can find it in your portal settings or URL after logging in.
One connection away
Give your agent a direct line to PartnerPortal.io.
Connect PartnerPortal.io once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available