How to Use the TextP2P MCP in Windsurf
TextP2P Automation with Windsurf: Build multi-step campaigns using your agent's cascade logic.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TextP2P MCP to Windsurf
Create your Vinkius account to connect TextP2P to Windsurf — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Automate full campaign sequences.
Set a goal, and let Cascade figure out the rest. You can write an autonomous sequence that first calls `list_textp2p_lists` to check available contacts, then uses `get_textp2p_balance` to confirm funds, and finally sends messages using `send_textp2p_sms()` or `send_textp2p_mms()`. Cascade handles the chaining. It reads the output of one tool—say, a list ID—and feeds it directly into the next tool call without you needing to prompt for each step.
Manage contacts and messaging formats.
Need to check who's on your list or add someone new? The agent can handle that. It uses `add_textp2p_contact` to get a fresh number, then checks all available lists with `list_textp2p_lists`. You can even write a flow that sends an MMS and follows up with an RVM call using `send_textp2p_rvm()`. This lets you mix media types effortlessly. The agent determines the best path—SMS, rich media, or voicemail—to meet your campaign goal.
Handle message delivery and balance checks.
Before you blast out thousands of messages, always check the budget. You just call `get_textp2p_balance` to see how much credit you've got left. If it's low, you know to pause the campaign. Furthermore, if your plan involves complex sending rules, like ensuring every contact gets a message and tracking those calls, Windsurf handles that state management automatically for the MCP Server.
Set up TextP2P MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the TextP2P MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my TextP2P payment history." If connected, Cascade will call the TextP2P tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"textp2p-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by TextP2P. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about TextP2P MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TextP2P MCP today
We host it, we monitor it, we maintain it. You just paste one token.