Skip to main content
Simplekpi logo

Simplekpi

Beautifully simple KPI software. Create, manage and analyse your Key Performance Indicators from the cloud.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Simplekpi authenticates with basic authentication credentials. Generate the credential in your Simplekpi account, then paste it into FlyMyAI the first time an agent uses a Simplekpi action.

Get your Simplekpi credential →

Fields to fill in FlyMyAI

FieldDetails
UsernameUsername for basic auth (required)
PasswordPassword for basic auth (required)
SubdomainYour subdomain is "1234" if your SimpleKPI account URL is https://1234.simplekpi.com/KPI (required)
API TokenNavigate to your SimpleKPI account > Click "Manage my" dropdown > Go to Settings > Developer API. Note: API access must be enabled in your account settings. (required)
EmailYour SimpleKPI login email address (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
SIMPLEKPI_ADD_USER_GROUP_ITEMTool to assign a group item to a user in SimpleKPI. Use when you need to add a group item to a specific user's profile.user_id, id
SIMPLEKPI_ADD_USER_KPITool to assign a KPI to a user in SimpleKPI. Use when you need to link a KPI to a specific user with optional custom target and display order.user_id, id, sort_order
SIMPLEKPI_CREATE_CATEGORY_KPITool to create a new KPI within a category in SimpleKPI. Use when you need to add a new performance indicator to track metrics like sales, revenue, or customer satisfaction.category_id, icon_id, unit_id, frequency_id, name, value_direction, aggregate_function, sort_order, is_active
SIMPLEKPI_CREATE_GROUPTool to create a new group in SimpleKPI. Use when you need to organize KPIs or users into logical groups for better organization and reporting.name, sort_order
SIMPLEKPI_CREATE_GROUP_ITEMTool to create a new item within a group in SimpleKPI. Use when you need to add a new item to an existing group for organizing KPIs or data.group_id, name, sort_order
SIMPLEKPI_CREATE_KPITool to create a new KPI with specified configuration. Use when you need to add a new Key Performance Indicator to track metrics.icon_id, unit_id, frequency_id, name, value_direction, aggregate_function, sort_order, is_active, category_id
SIMPLEKPI_CREATE_KPI_CATEGORYTool to create a new KPI category in SimpleKPI. Use when you need to organize KPIs into logical groups or categories.name, sort_order
SIMPLEKPI_CREATE_KPI_UNITTool to create a new KPI unit in SimpleKPI. Use when you need to define a measurement unit for KPI tracking.name, entry_format, display_format, is_percentage
SIMPLEKPI_CREATE_OR_UPDATE_KPI_ENTRIESTool to batch create or update multiple KPI entries at once. Use when you need to load multiple KPI data points efficiently (up to 5000 entries per batch). Each entry must have a kpi_id, entry_date, and either email or user_id.entries
SIMPLEKPI_CREATE_USERTool to create a new user account in SimpleKPI. Use when you need to add a new user with specific permissions and access levels.user_type, user_status_id, first_name, email, password, can_manage_users, can_admin_settings
SIMPLEKPI_DELETE_CATEGORY_KPITool to delete a KPI from a category. Use when you need to remove a specific KPI from a category.category_id, id
SIMPLEKPI_DELETE_GROUPTool to delete a group by ID. Use when you need to permanently remove a group from the system.id
SIMPLEKPI_DELETE_GROUP_ITEMTool to delete a group item by ID. Use when you need to remove an item from a specific group.group_id, id
SIMPLEKPI_DELETE_KPITool to delete a KPI by ID. Use when you need to permanently remove a specific KPI from the system.id
SIMPLEKPI_DELETE_KPI_CATEGORYTool to delete a KPI category by its ID. Use when you need to remove a KPI category from the system.id
SIMPLEKPI_DELETE_KPI_ENTRYTool to delete a KPI entry by ID. Use when you need to permanently remove a specific KPI entry from the system.kpientryid
SIMPLEKPI_DELETE_KPI_UNITTool to delete a KPI unit by its ID. Use when you need to remove a KPI unit from the system.id
SIMPLEKPI_DELETE_USERTool to delete a user account by ID. Use when you need to permanently remove a user from the system.id
SIMPLEKPI_DELETE_USER_GROUP_ITEMTool to remove a group item assignment from a user. Use when you need to unassign a specific group item from a user.user_id, id
SIMPLEKPI_DELETE_USER_KPITool to remove a KPI assignment from a user. Use when you need to unassign or delete a specific KPI from a user's profile.user_id, id
SIMPLEKPI_GET_ALL_DATA_ENTRIESTool to retrieve processed KPI data entries for reports including calculated KPIs. Use when you need comprehensive report data with KPI metrics, targets, and metadata. Returns up to 10,000 entries with details like kpiId, kpiName, itemName, period, actual, ta…-
SIMPLEKPI_GET_CATEGORY_KPITool to retrieve a specific KPI within a category. Use when you need detailed information about a particular KPI including its name, description, target values, and configuration settings.category_id, id
SIMPLEKPI_GET_GROUPTool to get a specific group by ID from SimplekPI. Use when you need to retrieve detailed information about a particular group.id
SIMPLEKPI_GET_GROUP_ITEMTool to retrieve a specific group item by ID. Use when you need to fetch details of a particular item within a group.group_id, id
SIMPLEKPI_GET_KPITool to retrieve a specific KPI by ID from SimpleKPI. Use when you need detailed information about a particular KPI including its configuration, targets, and metadata.kpi_id
SIMPLEKPI_GET_KPI_CATEGORYTool to get a specific KPI category by ID from SimpleKPI. Use when you need to retrieve detailed information about a particular KPI category.id
SIMPLEKPI_GET_KPI_ENTRYTool to retrieve a specific KPI entry by ID. Use when you need to fetch detailed information about a particular KPI entry including actual values, targets, notes, and timestamps.kpientryid
SIMPLEKPI_GET_KPI_FREQUENCYTool to get a specific KPI frequency by ID from SimplekPI. Use when you need to retrieve information about a particular frequency setting for KPIs.id
SIMPLEKPI_GET_KPI_ICONTool to retrieve a specific KPI icon by ID. Use when you need to get icon details including the icon name which can be used to construct the icon URL.id
SIMPLEKPI_GET_KPI_UNITTool to get a specific KPI unit by ID from SimpleKPI. Use when you need to retrieve detailed information about a particular KPI unit including its format specifications and metadata.id
SIMPLEKPI_GET_USERTool to retrieve a specific user by ID. Use when you need to get details about a particular user account.id
SIMPLEKPI_GET_USER_GROUP_ITEMTool to get a specific group item assigned to a user. Use when you need to retrieve details of a particular group item for a user.user_id, id
SIMPLEKPI_GET_USER_KPITool to retrieve a specific KPI assigned to a user. Use when you need details about a particular KPI assignment for a user.user_id, id
SIMPLEKPI_LIST_CATEGORY_KPISTool to retrieve all KPIs within a specific category. Use when you need to list or inspect KPIs belonging to a particular category.category_id
SIMPLEKPI_LIST_GROUPSTool to retrieve all groups from SimpleKPI. Use when you need to list groups for organizing users and company hierarchy.-
SIMPLEKPI_LIST_GROUP_ITEMSTool to get all items within a group. Use when you need to retrieve the complete list of items belonging to a specific group.group_id
SIMPLEKPI_LIST_KPISTool to retrieve all KPIs from a SimpleKPI account. Use when you need to list all available KPIs with their configurations, targets, and metadata.-
SIMPLEKPI_LIST_KPI_CATEGORIESTool to get all KPI categories. Use when you need to retrieve the complete list of KPI categories for organizing KPIs.-
SIMPLEKPI_LIST_KPI_ENTRIESTool to get all KPI entries filtered by date range and optional criteria. Use when you need to retrieve KPI data for analysis or reporting. Returns a maximum of 500 entries per page. Use pagination parameters (rows, page) to retrieve additional entries.dateFrom, dateTo
SIMPLEKPI_LIST_KPI_FREQUENCIESTool to get all KPI frequencies. Use when you need to retrieve available data entry frequency options (Daily, Weekly, Monthly, etc.) for KPI configuration.-
SIMPLEKPI_LIST_KPI_ICONSTool to retrieve all KPI icons from SimpleKPI. Use when you need to get available icons for display purposes or to help identify KPIs.-
SIMPLEKPI_LIST_KPI_UNITSTool to retrieve all KPI units from a SimpleKPI account. Use when you need to list available units that describe how KPI values are displayed (currency, percentage, etc.).-
SIMPLEKPI_LIST_USER_GROUP_ITEMSTool to get all group items assigned to a user. Use when you need to retrieve group assignments for a specific user in SimpleKPI.user_id
SIMPLEKPI_LIST_USER_KPISTool to get all KPIs assigned to a specific user. Use when you need to retrieve what KPIs a user can enter data against and analyze.user_id
SIMPLEKPI_UPDATE_CATEGORY_KPITool to update a KPI within a category. Use when you need to modify KPI details such as name, target, frequency, or aggregation method.category_id, id, icon_id, unit_id, frequency_id, name, value_direction, aggregate_function, sort_order, is_active
SIMPLEKPI_UPDATE_GROUPTool to update an existing group in SimpleKPI. Use when you need to modify a group's name or display order.id, name, sort_order
SIMPLEKPI_UPDATE_GROUP_ITEMTool to update an existing item in a SimpleKPI group. Use when you need to modify the name or sort order of a group item. Requires both group_id and item id to identify the item to update. Both name and sort_order must be provided.group_id, id, name, sort_order
SIMPLEKPI_UPDATE_KPITool to update an existing KPI in SimpleKPI. Use when you need to modify KPI properties such as name, description, target values, or settings.id, icon_id, unit_id, frequency_id, name, value_direction, sort_order, is_active, aggregate_function, category_id
SIMPLEKPI_UPDATE_KPI_ENTRYTool to update an existing KPI entry in SimpleKPI. Use when modifying entry values, targets, or notes for a specific KPI entry. At least one of actual, target, or notes must be provided (actual cannot be null if both target and notes are null).kpientryid, kpi_id, user_id, entry_date
SIMPLEKPI_UPDATE_KPI_UNITTool to update an existing KPI unit in SimpleKPI. Use when you need to modify unit properties such as name, entry format, display format, or percentage status.id, name, entry_format, display_format, is_percentage
SIMPLEKPI_UPDATE_USERTool to update an existing user account in SimpleKPI. Use when you need to modify user details such as type, status, name, or permissions.id, user_type, user_status_id, first_name, email
We love our partners - FlyMy.AI builds with the best. Thanks, Simplekpi!