How to Use the COR MCP in Cursor
Write code that pulls real-time COR agency data and project margins directly into Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect COR MCP to Cursor
Create your Vinkius account to connect COR 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 live agency data into your code
The `list_cor_projects` tool pulls actual project data directly into your Cursor editor while you write internal tools. You don't have to work with fake API mocks or outdated stubs. Your agent queries the live endpoint and writes code against real-world payloads. If you are building a custom agency dashboard, this MCP Server lets you test your components with live numbers. You see exactly how your UI handles real budget data before you commit a single line of code.
Build margin trackers with COR MCP Server
The `list_cor_time_entries` tool gives your Cursor agent direct access to the hours your team logs. You can write custom scripts that calculate real-time profitability per developer. The agent writes the logic while pulling actual numbers to verify the math. Combining this with `get_cor_project` lets you build custom alerts inside your dev environment. You will know the second a project budget starts redlining.
Manage your development queue inside Cursor
The `list_cor_tasks` tool lets you filter agency tickets by project ID directly from the Cursor terminal. You don't need to leave your code editor to check what features you are supposed to build next. The agent pulls your active tasks and displays them in your sidebar. You can then use `get_cor_task` to dig into the technical requirements of a specific ticket. It keeps you focused on writing code instead of hunting for details in a project management web app.
Set up COR 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 COR 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 COR transactions." If the MCP tools are loaded correctly, Cursor will call the COR tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"cor-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 COR. 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 COR MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the COR MCP today
We host it, we monitor it, we maintain it. You just paste one token.