How to Use the Arcadia Utility Cloud MCP in Cursor
Inject live Arcadia utility data directly into your code. Let Cursor's agent write functions using real meter readings and statements.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Arcadia Utility Cloud MCP to Cursor
Create your Vinkius account to connect Arcadia Utility Cloud 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.
Code with Live Utility Data
Stop mocking API responses for your utility app. With this MCP server, Cursor's agent can call `get_meter_data` and feed real consumption data directly into your editor. You're building with actual data from day one. Your agent can also pull account and billing information. Use `list_accounts` to get a list of all user accounts, then `list_statements` to fetch their bills. It can format this data as JSON, a Python dict, or any other structure you need for your code.
Build Utility Management Scripts
Writing a script to analyze utility bills? Tell your agent to get the data for you. It can use `list_statements` and then loop through the results, calling `get_statement` for each one to get the metadata. The agent doesn't just give you the data; it writes the code to process it. You get a working Python script or TypeScript function that's already wired up to the Arcadia Utility Cloud API.
An MCP Server for Your Cursor Agent
This isn't just about fetching data. It's about giving your agent context. Now, when you're working on a feature related to energy use, the agent already knows how to talk to Arcadia Utility Cloud. You can even have it check the connection status with `get_account_check` as part of a health check script. It's one less thing for you to manually wire up. Just point your agent at the problem.
Set up Arcadia Utility Cloud 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 Arcadia Utility Cloud 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 Arcadia Utility Cloud transactions." If the MCP tools are loaded correctly, Cursor will call the Arcadia Utility Cloud tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"arcadia-utility-cloud-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 Arcadia. 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 Arcadia Utility Cloud MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Arcadia Utility Cloud MCP today
We host it, we monitor it, we maintain it. You just paste one token.