How to Use the Apideck MCP in Windsurf
Get Cascade to read CRM contacts and manage integrations across Salesforce or HubSpot without writing connection boilerplate.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Apideck MCP to Windsurf
Create your Vinkius account to connect Apideck 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.
Let Windsurf manage your CRM contacts directly
Cascade needs clean data to plan its next move. When you ask it to update your sales pipeline, it uses the `list_crm_contacts` tool to pull records directly from HubSpot or Salesforce into your IDE. This MCP Server wrapper lets the editor fetch customer records instantly. Instead of you copying JSON payloads from a browser, the agent reads the unified CRM schema and outputs clean code directly into your workspace.
Build integrations using the Apideck proxy
Cascade chains actions to test external APIs. By invoking `execute_proxy` via this MCP Server, your workspace agent runs live API requests against dozens of platforms without you needing to write custom integration code for each one. You don't have to look up different authentication headers for every service. The agent handles the requests through the unified proxy tool, letting you focus on writing the core logic of your application.
Control Vault connections inside your workspace
Managing user integrations gets messy. Cascade uses `list_vault_connections` and `create_vault_session` to check who is connected and spin up new auth flows without leaving the editor. When a user's connection breaks, the agent detects the failure, calls `delete_vault_connection` to clean up, and initiates a fresh session. You get a self-healing integration pipeline managed entirely by your IDE.
Set up Apideck 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 Apideck 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 Apideck payment history." If connected, Cascade will call the Apideck tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"apideck-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 Apideck. 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 Apideck MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Apideck MCP today
We host it, we monitor it, we maintain it. You just paste one token.