Thoughtly Connector for AI agents.
11 live capabilities
Connect your text agent to your voice AI platform to trigger outbound calls and manage CRM leads.
Waiting for input…
Why people use Thoughtly
Thoughtly for Automating Voice AI Outbound Calls
With this Connector, that friction disappears. Your agent handles the handoff. It sees the lead, updates the CRM, and triggers the call in one motion. You get a finished task instead of a list of steps to complete.
What Vinkius changes
That your text agent becomes a functional dispatcher for your voice AI fleet.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Lead Qualification
A new lead signs up.
- Real-world use case 02
Support Audit
A customer complains about a missed appointment.
- Real-world use case 03
Fleet Management
An ops manager wants to see which voice agents are active.
Complete set · 11capabilities
The complete Thoughtly capability set.
These are the exact actions your AI can choose when you ask it to work with Thoughtly.
01—04
4 capabilities in this set.
Part of 11 available through Thoughtly.
- 01 Capability
Delete contact
Removes a specific contact from your Thoughtly CRM directory. Use this to clean up old or incorrect lead data.
- 02 Capability
Get interview
Fetches the specific configuration and details of a Thoughtly voice agent. This helps you verify which persona is active.
- 03 Capability
List contacts
Shows all the contacts currently saved in your Thoughtly CRM. This is great for finding specific leads by name.
- 04 Capability
List interviews
Lists every voice agent persona available in your Thoughtly account. Use this to see your full fleet of agents.
05—08
4 capabilities in this set.
Part of 11 available through Thoughtly.
- 05 Capability
Create contact
Adds a new person to your CRM with their name, email, and phone number. This helps keep your records organized.
- 06 Capability
Get call history
Pulls the transcript and metadata for a specific past phone call. This lets you review what your agents said.
- 07 Capability
Get contact
Retrieves all details for a single contact in your CRM. Use this to quickly check a lead's current information.
- 08 Capability
List calls
Provides a full list of your past phone call logs. You can use this to see a high-level overview of all interactions.
09—11
3 capabilities in this set.
Part of 11 available through Thoughtly.
- 09 Capability
Trigger call
Starts an outbound phone call using one of your voice agents. This is the core action for initiating a conversation.
- 10 Capability
Update contact
Modifies the information for an existing contact in your CRM. Use this to keep lead details accurate as they change.
- 11 Capability
Get user
Retrieves the profile details for a specific Thoughtly user. This provides context on who is managing the account.
Set up in minutes
One URL. Then ask Thoughtly to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Thoughtly 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_P3VU8Etb0h8913d5xzCpJAznDRX17llb3S4ZnFUb/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 Thoughtly, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Thoughtly for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_P3VU8Etb0h8913d5xzCpJAznDRX17llb3S4ZnFUb/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 Thoughtly URL.
- Step 03
Save and start
Save the connection and enable Thoughtly in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"thoughtly": {
"url": "https://edge.vinkius.com/vk_preview_P3VU8Etb0h8913d5xzCpJAznDRX17llb3S4ZnFUb/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 Thoughtly
Open Agent mode in chat and ask: "Using Thoughtly, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"thoughtly": {
"url": "https://edge.vinkius.com/vk_preview_P3VU8Etb0h8913d5xzCpJAznDRX17llb3S4ZnFUb/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 Thoughtly
Ask Copilot: "Using Thoughtly, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"thoughtly": {
"url": "https://edge.vinkius.com/vk_preview_P3VU8Etb0h8913d5xzCpJAznDRX17llb3S4ZnFUb/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 Thoughtly
Open Cascade and ask: "Using Thoughtly, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"thoughtly": {
"url": "https://edge.vinkius.com/vk_preview_P3VU8Etb0h8913d5xzCpJAznDRX17llb3S4ZnFUb/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 Thoughtly
Ask Cline: "Using Thoughtly, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add thoughtly --transport http "https://edge.vinkius.com/vk_preview_P3VU8Etb0h8913d5xzCpJAznDRX17llb3S4ZnFUb/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 Thoughtly
Ask Claude: "Using Thoughtly, show me...". 11 tools are ready
Where the request belongs
Work Thoughtly can move forward.
This is for the growth teams and operations leads who are tired of manually syncing lead data between a CRM and a voice dialer. It's for the people who need to move at the speed of a phone call without the manual overhead.
Sales Development Rep
Triggers outbound qualification calls for new leads the second they hit the CRM.
Customer Support Lead
Quickly pulls transcripts of past AI interactions to solve complex customer issues.
Operations Manager
Orchestrates complex multi-channel workflows where text and voice need to stay in sync.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBland AI
Deploy AI phone agents that handle inbound and outbound calls with natural conversation for sales and customer support.
AI Receptionist
Let AI answer your business calls, book appointments, and handle customer inquiries around the clock without missing a beat.
Retell AI
Build human-like AI voice agents that handle phone calls, answer questions, and complete tasks through natural spoken conversation.
Goodcall
Answer business phone calls with an AI receptionist that schedules appointments, takes messages, and never puts callers on hold.
Vapi
Command Voice AI assistants directly from your chat. Make outbound phone calls, update personas, and retrieve full transcripts via Vapi.
Bring your own AI
Change the model, client or framework. Keep Thoughtly 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 Thoughtly.
The practical details behind the request, access and result.
Can Thoughtly MCP make phone calls for me?
Yes, it allows your AI agent to trigger outbound calls directly to contacts in your Thoughtly account.
Does Thoughtly MCP work with Claude or Cursor?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf.
Can I use Thoughtly MCP to update my CRM data?
Yes, it can create, update, and delete contacts in your Thoughtly CRM using natural language commands.
How do I get call transcripts using Thoughtly MCP?
Your agent can pull the full text and metadata of any past call history instantly for you to review.
Is there a limit on how many calls I can trigger?
The Connector handles the connection, but call limits are determined by your specific Thoughtly platform subscription.
Can Thoughtly MCP manage different voice personas?
Yes, it can list all your available voice agents so your agent can pick the right persona for each specific task.
Can my text AI agent command a voice agent to call a specific person?
Yes! Use the trigger_call capability by providing the Interview ID (Voice Agent) and the Contact ID. The voice AI will immediately execute the outbound call.
Is it possible to read the transcript of what the Voice AI discussed during a call?
Absolutely. By calling the get_call_history capability with a specific Call ID, your agent can extract the entire conversational transcript and analyze the outcome without leaving the interface.
Do I need to manually register contacts in the Thoughtly dashboard before calling them?
No. The integration provides the create_contact capability, allowing your AI to dynamically add new leads to the CRM and immediately initiate a phone call in one fluid workflow.
One connection away
Give your agent a direct line to Thoughtly.
Connect Thoughtly once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available