Coming Soon - The Dcycle MCP Server is in private beta.
Interested in AI integration? Contact us for early access.
Overview
Organization tools allow you to list, search, and explore the organizational structure in Dcycle. These are typically the first tools you’ll use to establish context before querying emissions data.get_organization_summary
Get detailed information about a specific organization.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | string | Yes | The organization UUID |
Example Query
Response
Use Cases
- Get organization details before running emissions queries
- Verify you have the correct organization context
- Check subscription plan and API access
list_organizations
List all organizations accessible to your API key.Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | 1 | Page number for pagination |
size | integer | No | 50 | Items per page (max 100) |
Example Query
Response
Use Cases
- Discover which organizations you have access to
- Get organization IDs for subsequent queries
- Understand your organizational portfolio
search_organizations
Search organizations by various criteria.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | No | Search query for organization name |
country | string | No | Filter by country code (ES, FR, DE, etc.) |
sector | string | No | Filter by sector |
status | string | No | Filter by status (active, inactive) |
page | integer | No | Page number |
size | integer | No | Items per page |
Example Queries
Response
Use Cases
- Find organizations in a specific country
- Filter by sector for analysis
- Narrow down to active organizations only
get_organization_tree
View the hierarchical structure of organizations (parent-child relationships).Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization_id | string | Yes | - | Organization UUID |
from_root | boolean | No | false | If true, show tree from root parent |
Example Queries
Response
Use Cases
- Understand corporate structure for consolidated reporting
- Identify subsidiaries under a holding company
- Plan multi-organization emissions analysis

