Placetel Connector for AI agents.
10 live capabilities
Manage your PBX users, devices, and call logs through conversational commands.
Waiting for input…
Why people use Placetel
Placetel for PBX Call Log Auditing
This Connector changes that. You just ask your AI agent to pull the logs for a specific time or user. It grabs the data from the API and puts it right in front of you. You get the answers you need in seconds without ever touching a browser.
What Vinkius changes
You get direct, conversational access to your PBX data without manual dashboard navigation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Troubleshooting a dropped call
An admin asks the agent to check list_calls and get_sip_user to see if a specific line is active or failing.
- Real-world use case 02
Inventory Audit
A manager wants a list of all hardware and asks the agent to run list_devices to see what is currently registered.
- Real-world use case 03
New Employee Onboarding
An IT lead asks the agent to check list_groups to ensure a new user has the right access levels.
Complete set · 10capabilities
The complete Placetel capability set.
These are the exact actions your AI can choose when you ask it to work with Placetel.
01—04
4 capabilities in this set.
Part of 10 available through Placetel.
- 01 Capability
List devices
List every device connected to your Placetel account. This helps with hardware inventory.
- 02 Capability
Get group
Get the specific details for a Placetel group. This is useful for checking group permissions.
- 03 Capability
Get sip user
Retrieve details for a specific SIP user. Use this to troubleshoot individual connection issues.
- 04 Capability
Get user
Get details for a specific user in your account. This helps verify individual profile settings.
05—07
3 capabilities in this set.
Part of 10 available through Placetel.
- 05 Capability
List call detail records
List all Call Detail Records (CDRs) for auditing. This is the primary way to see past call history.
- 06 Capability
List calls
List all active or recent calls happening now. Use this to monitor real-time traffic.
- 07 Capability
List groups
List every group within your Placetel system. This is great for reviewing your organizational structure.
08—10
3 capabilities in this set.
Part of 10 available through Placetel.
- 08 Capability
List numbers
List all Placetel numbers assigned to your account. Use this to verify your phone number inventory.
- 09 Capability
List sip users
List every SIP user currently in your system. This helps you see who has an active SIP profile.
- 10 Capability
List users
List every user in your Placetel account. Use this to get a full overview of your account users.
Set up in minutes
One URL. Then ask Placetel to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Placetel 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_6VW69WN8SvJGlu2ZD08rnbiVn5zoBSBRwtRnqWQf/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 Placetel, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Placetel for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6VW69WN8SvJGlu2ZD08rnbiVn5zoBSBRwtRnqWQf/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 Placetel URL.
- Step 03
Save and start
Save the connection and enable Placetel in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"placetel": {
"url": "https://edge.vinkius.com/vk_preview_6VW69WN8SvJGlu2ZD08rnbiVn5zoBSBRwtRnqWQf/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 Placetel
Open Agent mode in chat and ask: "Using Placetel, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"placetel": {
"url": "https://edge.vinkius.com/vk_preview_6VW69WN8SvJGlu2ZD08rnbiVn5zoBSBRwtRnqWQf/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 Placetel
Ask Copilot: "Using Placetel, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"placetel": {
"url": "https://edge.vinkius.com/vk_preview_6VW69WN8SvJGlu2ZD08rnbiVn5zoBSBRwtRnqWQf/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 Placetel
Open Cascade and ask: "Using Placetel, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"placetel": {
"url": "https://edge.vinkius.com/vk_preview_6VW69WN8SvJGlu2ZD08rnbiVn5zoBSBRwtRnqWQf/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 Placetel
Ask Cline: "Using Placetel, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add placetel --transport http "https://edge.vinkius.com/vk_preview_6VW69WN8SvJGlu2ZD08rnbiVn5zoBSBRwtRnqWQf/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 Placetel
Ask Claude: "Using Placetel, show me...". 10 tools are ready
Where the request belongs
Work Placetel can move forward.
This is for the IT admin who's tired of manual PBX auditing or the support lead who needs to check call statuses without asking the tech team.
IT Manager
Audits call logs and manages device provisioning during office moves.
VoIP Engineer
Troubleshoots SIP user connections and routing plans on the fly.
Customer Support Lead
Checks call history and user groups to resolve customer issues.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGoTo Connect
Manage your cloud phone system. view call records, send SMS, and manage voicemails via AI.
Telnyx
Manage your Telnyx communications. audit phone numbers, messages, and calls via AI.
Aircall
Cloud business phone system. manage calls, contacts, and team availability via AI.
Plivo
Manage your Plivo communications. send SMS and audit calls via AI.
Freshcaller
Manage your cloud phone system, track calls, and oversee agents via AI agents with Freshcaller.
Dialpad
Equip your AI agent to send office SMS, manage team contacts, and monitor call logs via the Dialpad API.
Bring your own AI
Change the model, client or framework. Keep Placetel 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 Placetel.
The practical details behind the request, access and result.
Can the Placetel MCP help me manage my office phone system?
Yes, it lets you interact with your PBX data via an AI agent. You can query users, check devices, and pull logs without manually navigating the web interface.
How do I use Placetel MCP to check call history?
You can ask your agent to pull call detail records for specific timeframes or users. It retrieves the data from the API and presents it to you in a conversational format.
Does Placetel MCP let me see which devices are online?
Yes, it can list all your registered devices and their current status. This is helpful for quickly seeing which hardware is active in your office.
Can I use the Placetel MCP to see my phone numbers?
Yes, your agent can retrieve a full list of numbers assigned to your account. This helps you keep track of your telephony inventory in one place.
Is Placetel MCP good for auditing SIP users?
It is great for that. You can list all SIP users or get details for specific ones to check permissions, groups, and other configuration settings.
What kind of information does the Placetel MCP provide?
It provides access to users, groups, SIP users, devices, phone numbers, and call logs. It connects your AI agent directly to your Placetel account data.
Where do I find my API Token?
Your API Token can be found in your Placetel web portal under Integrations > Web API.
What access does this Connector need?
It requires the REST API Token, giving access to users, calls, numbers, and devices.
Can I initiate phone calls using this server?
Currently, this integration supports retrieving Placetel data like CDRs and configurations. Call initiation via CTI will be added in a future update.
What access does this MCP need?
It requires the REST API Token, giving access to users, calls, numbers, and devices.
One connection away
Give your agent a direct line to Placetel.
Connect Placetel once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available