How to Use the Bidsketch MCP in Windsurf
Generate and track Bidsketch proposals autonomously inside Windsurf with Cascade chaining your sales pipeline.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Bidsketch MCP to Windsurf
Create your Vinkius account to connect Bidsketch to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build client proposals with Windsurf Cascade
Cascade takes your prompt and runs with it. Instead of manual copying, your agent queries `list_templates` to find your standard pricing template, grabs the prospect info using `get_client`, and runs `create_proposal` without waiting for your permission. You watch the steps execute in real time. This MCP integration lets Cascade fetch the right boilerplate, calculate rates, and push a live draft to your dashboard in one single workflow.
Smart client onboarding directly inside your IDE
Managing contacts shouldn't require opening a browser tab. When a new lead emails you, Cascade reads the details, checks if they exist with `list_clients`, and spins up a new record using `create_client` if they are missing. Your workspace stays organized because the tools connect directly to your sales pipeline. This MCP Server handles the database handshake, letting Cascade update Bidsketch profiles while you focus on writing code.
Track fee structures and update pending deals
Pricing changes happen fast during negotiations. Cascade runs `list_fees` to analyze current proposal metrics, then modifies the pricing tables with `update_proposal` to match your client's budget constraints. Forget manual math errors. The agent pulls active proposal details through `get_proposal` over this MCP link, modifies the line items, and updates the final balance in seconds.
Set up Bidsketch 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 Bidsketch 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 Bidsketch payment history." If connected, Cascade will call the Bidsketch tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"bidsketch-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 Bidsketch. 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 Bidsketch MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Bidsketch MCP today
We host it, we monitor it, we maintain it. You just paste one token.