TextYess Connector for AI agents.
12 live capabilities
Manage WhatsApp marketing and conversational commerce sales.
Waiting for input…
Why people use TextYess
TextYess for WhatsApp Marketing Analytics
With this Connector, you just ask your agent. It pulls the data from get_campaign_analytics and get_campaign_conversions instantly. You get the answers you need without ever leaving your chat interface.
What Vinkius changes
You get a direct bridge between your WhatsApp sales data and your AI agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking Campaign ROI
A marketing lead asks the agent for the revenue of the 'Black Friday' WhatsApp blast to see if it hit the target goal.
- Real-world use case 02
AI Agent Quality Audit
A shop owner reviews the last 5 AI conversations to make sure the agent isn't hallucinating prices or shipping dates.
- Real-world use case 03
Inventory Sync Verification
A manager asks the agent to list all products to see if the new summer line synced correctly from their Shopify store.
Complete set · 12capabilities
The complete TextYess capability set.
These are the exact actions your AI can choose when you ask it to work with TextYess.
01—04
4 capabilities in this set.
Part of 12 available through TextYess.
- 01 Capability
List products
See all the products currently synced from your store. Quickly check your catalog's current state.
- 02 Capability
List configured webhooks
Check which webhooks are active for your product and order sync. This ensures your data flow is uninterrupted.
- 03 Capability
Get campaign conversions
See exactly which orders came from a specific marketing campaign. This helps you calculate real ROI.
- 04 Capability
Get campaigns delivery status
Check if your WhatsApp broadcasts actually reached your audience. Use this to troubleshoot delivery issues.
05—08
4 capabilities in this set.
Part of 12 available through TextYess.
- 05 Capability
Get campaign analytics
Pull detailed performance metrics like opens and clicks for a campaign. It gives you a clear view of engagement.
- 06 Capability
Get organization details
Get high-level information about your organization's account. Use this for general account oversight.
- 07 Capability
Get product details
Pull specific details for a single product in your catalog. It's useful for checking individual item specs.
- 08 Capability
List ai conversations
View the latest interactions between customers and your AI agent. This is the primary capability for quality auditing.
09—12
4 capabilities in this set.
Part of 12 available through TextYess.
- 09 Capability
Get current user
Retrieve the profile details for the currently authenticated user. This provides context for your session.
- 10 Capability
List marketing campaigns
See a full list of all your WhatsApp marketing campaigns. Use this to browse your historical marketing work.
- 11 Capability
List connected integrations
See which e-commerce platforms are currently linked to your account. Verify your Shopify or other store connections.
- 12 Capability
List all orders
View every order processed through your conversational commerce channels. Use this to track daily sales volume.
Set up in minutes
One URL. Then ask TextYess to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use TextYess 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_o5kbFC1NPS4H43CYSan7raK0jN3HEpShFYreS53n/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 TextYess, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable TextYess for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_o5kbFC1NPS4H43CYSan7raK0jN3HEpShFYreS53n/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 TextYess URL.
- Step 03
Save and start
Save the connection and enable TextYess in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"textyess": {
"url": "https://edge.vinkius.com/vk_preview_o5kbFC1NPS4H43CYSan7raK0jN3HEpShFYreS53n/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 TextYess
Open Agent mode in chat and ask: "Using TextYess, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"textyess": {
"url": "https://edge.vinkius.com/vk_preview_o5kbFC1NPS4H43CYSan7raK0jN3HEpShFYreS53n/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 TextYess
Ask Copilot: "Using TextYess, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"textyess": {
"url": "https://edge.vinkius.com/vk_preview_o5kbFC1NPS4H43CYSan7raK0jN3HEpShFYreS53n/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 TextYess
Open Cascade and ask: "Using TextYess, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"textyess": {
"url": "https://edge.vinkius.com/vk_preview_o5kbFC1NPS4H43CYSan7raK0jN3HEpShFYreS53n/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 TextYess
Ask Cline: "Using TextYess, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add textyess --transport http "https://edge.vinkius.com/vk_preview_o5kbFC1NPS4H43CYSan7raK0jN3HEpShFYreS53n/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 TextYess
Ask Claude: "Using TextYess, show me...". 12 tools are ready
Where the request belongs
Work TextYess can move forward.
This is for e-commerce owners and marketing leads who are drowning in WhatsApp messages and need a way to see the actual ROI of their conversational commerce without manual spreadsheets.
E-commerce Manager
Checks stock levels and campaign revenue during peak sales hours.
Marketing Coordinator
Verifies broadcast delivery statuses and conversion rates for weekly reports.
Shop Owner
Monitors AI agent interactions to ensure customers are getting accurate answers.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSaysimple
Automate omnichannel messaging via Saysimple. manage chats, send WhatsApp/SMS, and use templates with AI.
DoubleTick
Scale your WhatsApp sales with bulk messaging, chatbot automation, and team inbox features built for growing businesses.
Trengo
Manage customer conversations across WhatsApp, email, chat, and social from one shared inbox your whole team can use.
Texter
Send automated text messages and run SMS drip campaigns that engage leads and customers with timely follow-ups.
Clickatell
Deliver transactional and marketing messages over SMS, WhatsApp, and chat channels with global reach and high deliverability.
Blip
Build intelligent chatbots for WhatsApp, Messenger, and web that engage customers with conversational commerce flows.
Bring your own AI
Change the model, client or framework. Keep TextYess 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 TextYess.
The practical details behind the request, access and result.
Can I use TextYess MCP to see my Shopify orders?
Yes, this Connector allows your agent to list orders processed through your conversational commerce channels, including those synced from your store.
How does TextYess MCP help with WhatsApp marketing?
It lets you pull analytics for your WhatsApp broadcasts directly into your AI client, so you can check opens, clicks, and revenue in one place.
Can my agent check if my webhooks are working?
Yes, you can ask your agent to list your active webhooks to ensure your product and order data is flowing correctly between platforms.
Does TextYess MCP show me AI agent transcripts?
Yes, you can pull the latest interactions between customers and your AI shopping agent to monitor quality and performance.
Can I use TextYess MCP to check my inventory?
Yes, you can use it to list all synced products, making it easy to verify that your inventory is up to date across your catalog.
Can I see how much revenue a specific WhatsApp campaign generated?
Yes! Use the get_campaign_analytics capability and provide the Campaign ID. Your agent will retrieve detailed performance metrics including total revenue and number of orders.
How do I check the stock level for a product in my TextYess catalog?
Run the get_product_details query with your Product ID. The agent will retrieve the complete metadata, including current stock status synced from your e-commerce platform.
Is it possible to monitor recent interactions between customers and the AI agent?
Absolutely. Use the list_ai_conversations query. The agent will retrieve a log of recent interactions, allowing you to monitor the quality and flow of your conversational sales.
One connection away
Give your agent a direct line to TextYess.
Connect TextYess once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available