How to Use the Calendarific MCP in Cursor
Inject live global holiday data into your codebase using Cursor to build accurate scheduling logic.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Calendarific MCP to Cursor
Create your Vinkius account to connect Calendarific 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.
Hardcode Real Dates via MCP Server
Triggering `list_holidays` lets Cursor pull actual public observances into your scheduling functions while you write them. You'll stop faking bank holidays in your test data. The AI agent fetches the exact dates for any country and year, inserting them directly into your arrays or database seed files. Regional logic gets complicated fast. Calling `list_holidays_by_location` isolates dates down to the state or province level. Your editor writes the conditional logic to handle shipping delays in specific territories based on real-world closures, not guesses.
Build Type-Specific Logic
Executing `list_holidays_by_type` separates national bank closures from optional religious observances. Cursor uses this distinction to write precise validation rules for your booking system. You get code that actually knows the difference between a federal holiday and a local festival. Connection issues block development. The `get_account_info` tool lets your AI client check the MCP integration status right inside the IDE. If your auth token expires, the agent tells you immediately instead of generating broken code.
Map ISO Codes and Languages
Running `list_supported_countries` pulls the exact ISO codes required for accurate API routing. Cursor uses these codes to populate your dropdown menus or validation schemas automatically. You skip the manual copy-pasting from external documentation. Localization requires accurate language support. The `list_supported_languages` tool tells your editor exactly which dialects the holiday data supports. The AI drafts your translation mappings using verified, available language codes.
Set up Calendarific 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 Calendarific 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 Calendarific transactions." If the MCP tools are loaded correctly, Cursor will call the Calendarific tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"calendarific-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 Calendarific. 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 Calendarific MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Calendarific MCP today
We host it, we monitor it, we maintain it. You just paste one token.