Pylon Connector for AI agents.
11 live capabilities
Manage B2B customer support and CRM data through natural conversation.
Waiting for input…
Why people use Pylon
Pylon for B2B Support Ticket Management
With the Pylon MCP, that manual loop disappears. You can ask your AI client to pull up the account history, summarize the latest message thread, or find the right documentation in one go. You get the information you need exactly where you're already working.
What Vinkius changes
You get a CRM-aware agent that handles data retrieval so you don't have to.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Summarizing long support threads
A support agent asks the agent to summarize the last 20 messages in a 'Billing Error' ticket.
- Real-world use case 02
Checking client history during a call
A Customer Success Manager asks for the status of the Acme Corp account.
- Real-world use case 03
Creating tickets from chat
An ops manager describes a new bug found in a chat.
Complete set · 11capabilities
The complete Pylon capability set.
These are the exact actions your AI can choose when you ask it to work with Pylon.
01—04
4 capabilities in this set.
Part of 11 available through Pylon.
- 01 Capability
Create issue
Creates a new support ticket in Pylon by passing the necessary data as a JSON string.
- 02 Capability
Get account
Pulls specific customer account details to give you a full picture of a client's history.
- 03 Capability
Get issue messages
Fetches all messages within a specific ticket so your agent can read the full conversation.
- 04 Capability
Get issue
Retrieves the specific details of a support ticket like priority and status.
05—08
4 capabilities in this set.
Part of 11 available through Pylon.
- 05 Capability
List accounts
Shows every customer account in your CRM for a bird's eye view of your client base.
- 06 Capability
List articles
Pulls a list of all knowledge base articles to help find the right documentation quickly.
- 07 Capability
List issues
Lists all managed support issues so you can see what's currently on your plate.
- 08 Capability
List knowledge bases
Shows all available knowledge bases within your organization's documentation system.
09—11
3 capabilities in this set.
Part of 11 available through Pylon.
- 09 Capability
List tags
Shows all the tags used on issues to help you filter and categorize support requests.
- 10 Capability
Reply to issue
Sends a direct reply to a support ticket through your AI agent's conversation.
- 11 Capability
Update issue
Changes the status or details of a support issue based on your natural language commands.
Set up in minutes
One URL. Then ask Pylon to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pylon 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_EUsWqrfzCRnW5KSBxQZDus6ZoKZTmO5umMbAqLNK/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 Pylon, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pylon for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_EUsWqrfzCRnW5KSBxQZDus6ZoKZTmO5umMbAqLNK/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 Pylon URL.
- Step 03
Save and start
Save the connection and enable Pylon in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pylon": {
"url": "https://edge.vinkius.com/vk_preview_EUsWqrfzCRnW5KSBxQZDus6ZoKZTmO5umMbAqLNK/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 Pylon
Open Agent mode in chat and ask: "Using Pylon, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pylon": {
"url": "https://edge.vinkius.com/vk_preview_EUsWqrfzCRnW5KSBxQZDus6ZoKZTmO5umMbAqLNK/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 Pylon
Ask Copilot: "Using Pylon, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pylon": {
"url": "https://edge.vinkius.com/vk_preview_EUsWqrfzCRnW5KSBxQZDus6ZoKZTmO5umMbAqLNK/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 Pylon
Open Cascade and ask: "Using Pylon, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pylon": {
"url": "https://edge.vinkius.com/vk_preview_EUsWqrfzCRnW5KSBxQZDus6ZoKZTmO5umMbAqLNK/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 Pylon
Ask Cline: "Using Pylon, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pylon --transport http "https://edge.vinkius.com/vk_preview_EUsWqrfzCRnW5KSBxQZDus6ZoKZTmO5umMbAqLNK/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 Pylon
Ask Claude: "Using Pylon, show me...". 11 tools are ready
Where the request belongs
Work Pylon can move forward.
This is for the B2B support lead who is tired of jumping between Slack and a CRM, or the Customer Success Manager who needs to see a client's full history without digging through five different tabs.
Customer Success Manager
Checks account health and summarizes long message threads during client calls.
B2B Support Specialist
Drafts replies to tickets and updates statuses without leaving the chat window.
Support Operations Lead
Monitors support health and pulls knowledge base articles for team training.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsZoho CRM Service
Manage support cases and knowledge base solutions. customer service operations through Zoho CRM.
HelpCrunch
Engage customers with live chat, email automation, and a knowledge base that reduces support workload and boosts satisfaction.
Freshworks
Manage unified CRM and support via Freshworks. track sales deals and accounts, handle helpdesk tickets, and manage contacts directly from any AI agent.
Zoho Desk
AI-powered helpdesk: manage tickets, contacts, and support workflows via agents.
Gorgias
Manage your customer support tickets, messages, and user profiles via AI.
Desku.io
Unify customer support across email, chat, and social with AI-assisted ticket resolution that speeds up response times.
Bring your own AI
Change the model, client or framework. Keep Pylon 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 Pylon.
The practical details behind the request, access and result.
Can Pylon MCP help me manage B2B support tickets?
Yes, it allows your AI agent to list, retrieve, and update support issues directly in your chat window. You can check statuses or change priorities without leaving your current workspace.
How do I see my Pylon CRM accounts with an AI agent?
Once connected, you can simply ask your agent to show you account details or list all your customers. It will pull that data directly from your Pylon CRM.
Can the Pylon MCP search my company's internal knowledge base?
Yes, it can search through your organization's knowledge base articles. Your agent can find and summarize relevant documentation to help you answer customer questions faster.
Can I use Pylon MCP to reply to customers automatically?
You can use your agent to draft and send replies to specific issues. This helps you maintain a consistent voice and respond to customers much faster than manual typing.
Is Pylon MCP good for Customer Success teams?
It's a great fit for Customer Success. It helps you monitor account health, summarize complex interaction histories, and keep your client data organized in one place.
Does Pylon MCP work with Claude or Cursor?
Yes, it works with Claude, Cursor, Windsurf, and any other MCP-compatible client you prefer to use for your workflow.
Can my AI automatically find the latest messages for a specific support issue?
Yes! Use the get_issue_messages capability with the Issue ID. Your agent will respond with the complete metadata for the conversation thread, including sender details and timestamps in seconds.
How do I find my Pylon API Token?
Log in to your Pylon dashboard, navigate to Settings > API (or app.getpylon.com/settings/api), and you will find or generate your unique secret token there.
One connection away
Give your agent a direct line to Pylon.
Connect Pylon once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available