dhis2-system-info

Retrieve DHIS2 system information from the system/info REST API endpoint.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/BLSQ/mcp_servers --skill dhis2-system-info
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dhis2-system-info
Source: https://github.com/BLSQ/mcp_servers/tree/main/.claude/skills/dhis2-system-info
Command: npx skills add https://github.com/BLSQ/mcp_servers --skill dhis2-system-info

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Administrators and developers often need a quick, reliable view of a DHIS2 instance's health, including software version, database status, and server configuration, to troubleshoot issues or plan upgrades.

Core Features & Use Cases

  • Retrieve DHIS2 version and build information, including revision and build time.
  • Retrieve database type, user, URL, and spatial support, as well as server calendar and date format.
  • Inspect server configuration and capabilities such as context path and system ID; verify compatibility with features.
  • Generate a concise system report for diagnostic or upgrade planning scenarios.

Quick Start

Use the DHIS2 client against a configured instance to fetch system/info and related data, then review fields such as version, serverDate, and databaseInfo.

Frequently Asked Questions about dhis2-system-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check DHIS2 version and database details for an instance?▼

You can check DHIS2 version and database details by querying the system/info endpoint through the REST API to retrieve version, revision, database type, and spatial support.

What DHIS2 server configuration information can I retrieve via the REST API?▼

The DHIS2 REST API retrieves server configuration information including context path, system ID, calendar, date format, and server capabilities for compatibility verification.

How do I get a quick diagnostic report for a DHIS2 deployment?▼

To get a DHIS2 diagnostic report, fetch system info to review software version, build time, database status, and server configuration for troubleshooting or upgrade planning.

Can I use the DHIS2 API to verify database spatial support?▼

Yes, the DHIS2 API system/info endpoint returns database details including database type, user, URL, and spatial support status for compatibility checks.

Does retrieving DHIS2 system info require any specific dependencies?▼

Retrieving DHIS2 system info requires no specific dependencies, only a configured DHIS2 client to fetch and parse system/info endpoint data from the target instance.

What is the best way to plan a DHIS2 upgrade using system information?▼

The best way to plan a DHIS2 upgrade is to retrieve system info including version, build revision, server date, and database details to assess compatibility and readiness.