Skip to main content

Organization Tools

Explore your organization — data summaries, corporate group hierarchy, and entity connections. These tools are the starting point for understanding what data is available before diving into specific categories.

get_organization_metrics

Get a summary of what data exists — counts of facilities, vehicles, employees, purchases, and more. Parameters:
Purchase and business travel counts reflect only active records. list_purchases and list_business_travels totals will be higher because they include all statuses (active, error, deleted) by default. To match these counts, filter those tools with status=active.
Example response:
Key response fields:

get_organization_tree

Get the parent-child hierarchy tree. Useful for corporate groups with subsidiaries. Parameters: Example response:

get_organization_canvas

Get a canvas view of all organizations in the group with their sectors, countries, and connections. Parameters: Example response:
Key response fields:

Remote-Mode Tools

These tools are only available when connecting to the remote MCP server (https://mcp.dcycle.io), not in local mode.

list_my_organizations

List all organizations the authenticated user has access to. Use this to discover available organizations, then call set_default_organization to pick one.

set_default_organization

Set the default organization for the session. After calling this, all tools use this organization automatically without needing organization_id each time. Example prompts:

Workflow

  1. Get overviewget_organization_metrics to see what data exists and plan limits
  2. Explore hierarchyget_organization_tree for parent-child structure (add include_facilities=true for site details)
  3. View connectionsget_organization_canvas for the full group map with sectors and countries
  4. Dive into data — Use specific tools: list_facilities, list_vehicles, list_purchases, etc.

Facilities

Sites and locations within the organization

Members

Users and roles in the organization

Emissions

GHG emissions data for the organization

API Reference

REST API endpoints for organizations

CLI

Manage organizations from the command line