How to Use the Bsale MCP in Cursor
Code Bsale integrations and manage Chilean tax documents inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Bsale MCP to Cursor
Create your Vinkius account to connect Bsale to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build tax workflows in Cursor using live Bsale data
The `list_document_types` tool gives your Cursor agent the exact Bsale document type IDs needed to build automated billing scripts. Get real Chilean SII tax schema data injected straight into your active Cursor editor tab instead of reading outdated Bsale PDF API guides. Cursor uses `get_document` to inspect real Chilean folio numbers and Bsale tax breakdowns. This MCP integration lets you write unit tests in Cursor against actual production-grade JSON payloads from your Bsale account.
Manage product catalogs and SKUs inside your editor
The `create_product` tool lets your Cursor agent add new items to your Bsale store during development or database migrations. Script bulk catalog updates inside Cursor and let the Bsale MCP Server execute the API calls safely. Your Cursor agent calls `list_products` and `list_variants` to map out your Bsale inventory hierarchy. It makes writing Bsale stock sync scripts inside Cursor much faster because you have the real live catalog structure running in your terminal.
Programmatic Client Onboarding
The `create_client` tool inserts Chilean client profiles directly into your Bsale system from your Cursor coding terminal. This setup lets you test Cursor signup flows with real Bsale RUT and business activity (giro) data. Run the `list_clients` tool inside Cursor to pull paginated lists of your Bsale buyers to verify your local database sync scripts are working. It's annoying to switch from Cursor to a browser just to verify if your code successfully registered a Bsale customer.
Set up Bsale MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Bsale MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Bsale transactions." If the MCP tools are loaded correctly, Cursor will call the Bsale tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"bsale-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 Bsale. 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 Bsale MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Bsale MCP today
We host it, we monitor it, we maintain it. You just paste one token.