How to Use the Sensible MCP in Windsurf
Throw your messy PDFs at Windsurf and watch Cascade extract clean JSON without you writing a single line of custom parsing code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Sensible MCP to Windsurf
Create your Vinkius account to connect Sensible to Windsurf — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Multi-step document classification with Windsurf Cascade
The `classify_sync` tool sniffs out the exact layout of your incoming files instantly. Cascade uses this classification to figure out which parser configuration to run next, handling the whole check in one autonomous pass. When a document fails immediate sorting, Windsurf fires off `classify_async` in the background. Cascade watches the job, updates your workspace, and keeps things moving while you focus on actual coding.
Automated parser configuration and publishing
The `create_configuration` tool sets up new document schemas directly from your Windsurf editor. Cascade uses this MCP Server to write the schema layout, run tests against your sample files, and update the definition without you leaving your active file. Once your schema matches the target layouts, Cascade calls `publish_configuration` to push the changes live. It manages the entire lifecycle, including cleanup tasks with `delete_configuration` if you need to discard draft layouts during testing.
Turning raw document extractions into clean spreadsheets
The `generate_csv` tool compiles raw JSON output from past extractions into organized spreadsheets. When you ask Cascade to build a summary of recent uploads, it queries the backend, pulls the JSON, and writes a physical CSV file to your workspace. For more complex data structures, Cascade invokes `generate_excel` to build multi-sheet workbooks. It chains this with `list_extractions` to pull historical data, ensuring your spreadsheets contain exactly the records you asked for.
Set up Sensible 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 Sensible 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 Sensible payment history." If connected, Cascade will call the Sensible tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"sensible-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 Sensible. 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 Sensible MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Sensible MCP today
We host it, we monitor it, we maintain it. You just paste one token.