How to Use the Enverus Energy Intelligence MCP in Cursor
Inject raw rig counts and well production telemetry straight into your code with Cursor. Build energy data models faster.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Enverus Energy Intelligence MCP to Cursor
Create your Vinkius account to connect Enverus Energy Intelligence 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.
Build models with live well telemetry
Writing integration code for energy data usually means mocking up fake JSON responses. Cursor changes that entirely. In Agent mode, your editor calls `get_well_production_telemetry` and writes your parsing logic based on the actual historical production data returning from the API. You stop guessing about schema structures. When you need a quick baseline for a new Python script, the AI runs `quick_energy_asset_audit` to grab high-level well counts. It then writes the exact data classes you need to handle the real response.
Query basins via Enverus Energy Intelligence MCP
Regional analysis requires accurate fleet tracking. If you are building a dashboard for Permian activity, Cursor can pull the exact active fleet using `list_active_drilling_rigs`. It injects the live array of rigs right into your workspace. You can drill down further without leaving the editor. Instruct your agent to run `list_basin_specific_activity` followed by `get_rig_technical_details`. You get the geological context and the specific hardware specs needed to write accurate filtering logic.
Automate permit and M&A tracking
Tracking acreage changes means watching the paperwork. Your AI client can execute `list_drilling_permits` to pull the latest filings directly into your data pipeline code. It writes the exact database insertion scripts based on the live permit fields. The same applies to corporate transactions. Cursor triggers `list_energy_m_and_a_deals` and `get_energy_market_intelligence_summary` to fetch recent acquisitions. You build automated reporting scripts using actual deal parameters, not theoretical examples.
Set up Enverus Energy Intelligence 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 Enverus Energy Intelligence 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 Enverus Energy Intelligence transactions." If the MCP tools are loaded correctly, Cursor will call the Enverus Energy Intelligence tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"enverus-energy-intelligence-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 Enverus Energy Intelligence. 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 Enverus Energy Intelligence MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Enverus Energy Intelligence MCP today
We host it, we monitor it, we maintain it. You just paste one token.