How to Use the Cloverly MCP in Cursor
Build carbon-offsetting checkout flows inside Cursor with real-time Cloverly API context.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cloverly MCP to Cursor
Create your Vinkius account to connect Cloverly 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.
Generate accurate carbon estimates during development
The `create_estimate` tool calculates the carbon impact of any transaction directly within your active editor. Cursor uses this tool to test API payloads against actual shipping distances and weights, giving you real response structures instead of static mocks. Your editor calls `get_estimate` to verify payload shapes and handle API errors during the coding phase. This lets you write solid error-handling code using real-world API behaviors.
Implement purchase flows using the Cursor MCP Server
The `create_purchase` tool processes live carbon offset transactions directly from your development environment. In Cursor's Agent mode, this MCP Server can trigger test purchases, verify the returned ledger data, and write the corresponding database schema on the fly. By querying `get_purchase`, the AI agent checks the structure of transaction receipts. This speeds up the creation of custom checkout pages because the editor works with real, live JSON objects.
Query verified offset projects inside your code
The `list_projects` tool retrieves active carbon offset projects from Cloverly's database. Your editor reads these project details to build dynamic dropdowns and selection menus directly in your front-end code. Using `get_project` allows the agent to fetch specific project certifications and geographic coordinates. You can instantly map these fields to your UI components without manual API documentation lookups.
Set up Cloverly 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 Cloverly 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 Cloverly transactions." If the MCP tools are loaded correctly, Cursor will call the Cloverly tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"cloverly-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 Cloverly. 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 Cloverly MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cloverly MCP today
We host it, we monitor it, we maintain it. You just paste one token.