Getting Started with Informatica MCP Servers > Shared MCP servers > IPU Management server
  

IPU Management server

Enables AI agents to export IPU usage data grouped by organization, project, asset, or job in IDMC, and to track corresponding export jobs.
This MCP server gives AI agents programmatic control over IPU usage data exports in IDMC. Agents can start export jobs for IPU usage data grouped by organization, project, asset, or job for a given date range and track each job to completion. It converts requests to manually report on IPU usage into an automated workflow that agents manage, and includes the ipu-metering-export-download skill that agents can use to download the CSV files.

Key capabilities

This MCP server offers the following key capabilities:

Use cases

Use this MCP server to address the following use cases:

Tools

The following table describes the tools available on this MCP server:
Tool
Description
request_metering_summary_export
Starts an asynchronous job to export IPU usage data grouped by organization for a date range up to 180 days. Returns a tracking job ID.
request_project_metering_export
Starts an asynchronous job to export IPU usage data grouped by project path within each organization for a date range up to 30 days. Returns a tracking job ID.
request_asset_metering_export
Starts an asynchronous job to export IPU usage data grouped by asset and optionally filtered by meter ID, for a date range up to 30 days. Returns a tracking job ID.
request_job_metering_export
Starts an asynchronous job to export IPU usage data grouped by job and optionally filtered by meter ID, for a date range up to 180 days. Returns a tracking job ID.
get_metering_export_job_status
Checks the status of an export job for IPU usage data by job ID. Reports progress each time, and reports job details when the job is complete.
Note:
In AI Agent Engineering, the MCP server tools are called "actions."

Skills

Download the IPU Management skill file to use with this MCP server.