Coming Soon - The Dcycle MCP Server is in private beta.
Contact us for early access.
Overview
Once available, the Dcycle MCP Server will integrate seamlessly with Claude Desktop and Claude Code, allowing you to query your sustainability data using natural language.Prerequisites
- Dcycle API Key - Get it from Settings > API
- Claude Desktop or Claude Code
Installation
The Dcycle MCP Server will be available as a simple package install:Configuration
Claude Desktop
Add to your Claude Desktop configuration:- macOS
- Windows
Edit
~/Library/Application Support/Claude/claude_desktop_config.json:Claude Code
Add to~/.claude/settings.json:
Verify the Connection
Ask Claude a simple question to verify the connection:Example Queries
Once connected, try these queries to explore your data:Organization Overview
Emissions by Scope
Year-over-Year Comparison
Facility Analysis
Fleet Overview
Data Health Check
Tips for Better Results
Be specific about time periods
Be specific about time periods
Instead of “our emissions”, ask “our 2024 emissions” or “Q3 2024 emissions”.
Specify the organization
Specify the organization
If you have access to multiple organizations, specify which one: “emissions for Acme Corp”.
Ask follow-up questions
Ask follow-up questions
Claude maintains context. After getting emissions by scope, ask “break down Scope 3 by category”.
Request specific formats
Request specific formats
Ask for tables, comparisons, or summaries: “show this as a table” or “summarize the key findings”.
Troubleshooting
”MCP server not found”
- Ensure you have Python 3.10+ installed
- Verify
uvxis available (install withpip install uv) - Check the configuration file syntax is valid JSON
”Authentication failed”
- Verify your API key is correct and hasn’t expired
- Ensure the
DCYCLE_API_KEYenvironment variable is set in the config - Generate a new API key if needed at app.dcycle.io/settings/api
”Organization not found”
- Your API key may not have access to that organization
- Try “list my organizations” to see which ones you can access

