How to Use the BR Business Days Calculator MCP in Cursor
Generate code with accurate Brazilian SLA logic in Cursor using real, deterministic business day calculations.
Works with every AI agent you already use
…and any MCP-compatible client
Connect BR Business Days Calculator MCP to Cursor
Create your Vinkius account to connect BR Business Days Calculator 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.
Inject deterministic calendar math into Cursor
The `add_business_days` tool lets your agent calculate precise timelines in Brazil by adding or subtracting integers from a base date. It bypasses typical LLM math errors by using a hardcoded registry of Brazilian national holidays. While writing backend code in Cursor, your agent can call this tool to generate realistic seed data or verify database migration dates. You get working code grounded in actual Brazilian calendar rules instead of placeholder logic.
Validate transaction schedules directly in your editor
The `is_business_day` tool checks if a specific ISO date string is an active business day in Brazil. It instantly filters out Saturdays, Sundays, and national holidays. When you run tests or debug payment workflows inside Cursor, the editor queries this tool to verify date inputs. This prevents holiday-related processing errors before you commit your code.
Run the MCP Server inside your Cursor agent workflows
This MCP Server hooks directly into Cursor's agent mode, enabling the AI to invoke calendar tools while editing your files. The editor manages the connection using your local configuration file. Instead of hardcoding holiday arrays in your codebase, you let the editor fetch the correct date states dynamically. This keeps your local development environment clean and your code files lightweight.
Set up BR Business Days Calculator 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 BR Business Days Calculator 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 BR Business Days Calculator transactions." If the MCP tools are loaded correctly, Cursor will call the BR Business Days Calculator tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"br-business-days-calculator-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 date-fns. 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 BR Business Days Calculator MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the BR Business Days Calculator MCP today
We host it, we monitor it, we maintain it. You just paste one token.