# WHO Athena API MCP for AI Agents AI Agent Connect

> WHO Athena API lets your agent pull global health statistics directly from the World Health Organization's official database. It handles everything from retrieving specific health indicator codes to auditing regional trends over time. It's the fastest way to get verified, high-resolution medical data into your research workflow without manual portal navigation.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2G1uNXuOO1jgILFYwSkj025I7pnKPsN3rHeHzKJA/ai-agent-connect
- **Tags:** public-health, global-health-indicators, data-research, medical-statistics, policy-auditing, health-trends

## Description

The WHO Athena API lets you pull global health statistics directly from the World Health Organization's official database. You're trying to track a disease outbreak or write a policy paper on life expectancy, but you're stuck copy-pasting numbers from different government sites and PDFs. This connection changes that by turning global health indicators into a direct data feed for your agent. Instead of hunting for spreadsheets, you just ask your agent for the latest child mortality rates in a specific region or want to see how health trends shifted over a decade. It handles the heavy lifting of querying complex indicator codes and filtering by dimensions like country or year. Because it's an open service, you don't have to deal with keys or complex authentication. It's a solid addition to the Vinkius catalog for anyone who needs to move from searching for data to analyzing data instantly. Your agent becomes a real-time health analyst, pulling verified stats so you can focus on making sense of them. You can skip the manual work of navigating complex health portals and instead get straight to the core information you need for your reports. This means your research stays accurate and your workflow stays fast. You can check infectious disease rates or general population health and get the official word without the extra clicks.

## Tools

### check_api_status
Check if the WHO GHO Athena service is currently online. This ensures your research workflow won't be interrupted by unexpected downtime.

### get_health_indicator_data
Pull specific data for a unique WHO health indicator code. This is how you get the actual numbers for your research.

### list_health_dimensions
See all available dimensions like country and year. Use this to understand how you can filter and organize your data.

### list_health_indicators
Get a full list of every health indicator in the WHO database. It helps you find the right codes for your specific project.

## Prompt Examples

**Prompt:** 
```
What was the child mortality rate in Brazil between 2015 and 2020?
```

**Response:** 
```
I've retrieved the historical data for child mortality in Brazil. Here is the trend from 2015 to 2020:

| Year | Mortality Rate (per 1000 live births) |
| :--- | :--- |
| 2015 | 14.2 |
| 2016 | 13.8 |
| 2017 | 13.5 |
| 2018 | 13.1 |
| 2019 | 12.9 |
| 2020 | 12.7 |

The data shows a consistent downward trend in child mortality during this period.
```

**Prompt:** 
```
List some indicators related to infectious diseases.
```

**Response:** 
```
I've scanned the WHO database for infectious disease indicators. Here are a few common ones:

*   **HIV/AIDS Incidence** (Code: WHOSIS_000002)
*   **Tuberculosis Prevalence** (Code: WHOSIS_000005)
*   **Malaria Mortality Rate** (Code: WHOSIS_000009)

Would you like me to pull the latest data for any of these specific codes?
```

**Prompt:** 
```
Give me the life expectancy for France in 2022.
```

**Response:** 
```
I've pulled the official data for France. 

**Life Expectancy at Birth (2022):** 82.5 years

This figure is based on the latest official reports from the WHO Athena API. I can also provide the breakdown for neighboring countries if that helps your research.
```

## Capabilities

### Pull specific health indicator data
Get the exact numbers for any WHO health indicator code instantly.

### Audit historical health trends
See how health stats change over years with longitudinal data.

### Browse observation dimensions
Filter results by country, year, or other available factors.

### List all available health indicators
See the full catalog of what's trackable in the WHO database.

### Check API operational status
Make sure the data feed is live before you start your research.

## Use Cases

### Trend Analysis
An epidemiologist asks for child mortality trends in Southeast Asia over 10 years to see if a new initiative worked using get_health_indicator_data.

### Policy Drafting
A policy maker pulls life expectancy data for a specific region to justify a new healthcare budget using list_health_dimensions.

### Journalism
A reporter needs to quickly verify the current infectious disease rates in a specific country for a breaking news story.

### Data Archiving
A researcher lists all available indicators to build a comprehensive database of global health metadata using list_health_indicators.

## Benefits

- Stop manual searching by using list_health_indicators to find every available data point instantly.
- Get verified data with get_health_indicator_data to ensure your reports use official WHO numbers.
- Track changes over time using historical trend audits to see how health metrics evolve.
- Filter results by country or year with list_health_dimensions to keep your research organized.
- Save time on setup since this Connector doesn't require any API keys to function.

## How It Works

The bottom line is you get instant access to official global health statistics through a natural conversation.

1. Subscribe to the WHO Athena API on the Vinkius Marketplace.
2. Connect your AI client to the Connector without needing an API key.
3. Ask your agent to pull specific health data or list indicators.

## Frequently Asked Questions

**Can WHO Athena API help with epidemiology research?**
Yes, it provides direct access to official global health indicators, making it easier to audit trends and verify data for research papers.

**Does WHO Athena API require a paid subscription?**
No, the WHO GHO API is a free and open service, so you don't need to worry about extra costs for your data.

**Can I use WHO Athena API to find data for specific countries?**
Yes, you can browse available dimensions to see which countries are included and then ask your agent to pull data for them.

**How does WHO Athena API help policy makers?**
It allows you to quickly pull verified health statistics to support your policy decisions and justify regional health initiatives.

**Can I get historical data with WHO Athena API?**
Yes, the Connector lets you audit historical health statistics to understand how health trends have changed over time.

**Is the data from WHO Athena API reliable?**
Yes, it pulls directly from the World Health Organization's official Athena API, ensuring your agent uses verified global health data.

**Is an API Key required for WHO Athena API?**
No. The WHO Global Health Observatory API is a free and open service. This server works out of the box without any static credentials required.

**What format is the data returned in?**
The API returns detailed health indicator data including numeric values, spatial dimensions (countries), and time dimensions (years).

**Can I filter by indicator code?**
Yes. Use the `get_health_indicator_data` tool and provide the WHO indicator code (e.g., 'WHOSIS_000001' for life expectancy).