The Mangrove MCP server enables you to query your MRV data using natural language through AI assistants like Claude and Cursor. Instead of manually exporting data and building custom queries, you can ask questions conversationally and receive structured insights from your production, accounting, and inventory data.Documentation Index
Fetch the complete documentation index at: https://docs.mangrovesystems.com/llms.txt
Use this file to discover all available pages before exploring further.
What is MCP?
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and APIs. The Mangrove MCP server implements this protocol, providing a bridge between your Mangrove account and MCP-enabled tools.MCP connections are read-only and respect your existing Mangrove API permissions. All queries are authenticated using your Mangrove API key.
Use Cases
The MCP integration is particularly useful for:- Ad-hoc reporting: Query specific metrics without building custom dashboards
- Data validation: Quickly audit data completeness and identify gaps
- Trend analysis: Ask questions about patterns across time periods or locations
- Cross-referencing: Correlate data across events, batches, and locations
Available Data
The MCP server provides access to all Mangrove API endpoints. You can query:Production Data
Projects, locations, feedstocks, event types, events, data points, and evidence files
Accounting & Reporting
Batches, ledger transactions, reports, models, and model runs
Inventory Management
Orders, issuances, retirements, and transfers
Account Administration
Account settings, user roles, and custom fields
Setup
Prerequisites
To connect to the Mangrove MCP server, you’ll need:- Mangrove API Key: Generate a read-only API key as an Account Admin in API Settings
- MCP Auth Token: Available in your MCP Settings
- MCP Server URL:
https://mcp.gomangrove.com/mcp
Claude Desktop Setup
Locate your Claude Desktop configuration
The configuration file location varies by operating system:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add the Mangrove MCP server
Add the following configuration to your Replace the placeholders:
claude_desktop_config.json:YOUR_MCP_SERVER_URL: Provided by your Implementation EngineerYOUR_AUTH_TOKEN: Provided by your Implementation EngineerYOUR_MANGROVE_API_KEY: Your API key from Mangrove API Settings
Cursor IDE Setup
Add a new MCP server
Click “Add Server” and enter the following configuration:Replace the placeholders with your credentials as described in the Claude Desktop setup.