# World Bank Economic Indicator Time Series

> World Bank Economic Indicator Time Series is a paid API for AI agents from mcpfax-utility.bowling-anthony.workers.dev, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).

Fetches World Bank indicator time series data (GDP, unemployment, inflation, etc.) for a specified country

## Facts

- Endpoint: GET https://mcpfax-utility.bowling-anthony.workers.dev/v1/econ-indicator
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/world-bank-economic-indicator-time-series-8ee71389
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ajfke2KmR2L3KdD_tp3vu

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability world-bank-economic-indicator-time-series-8ee71389
```

Example prompt: Pull the World Bank time series for GDP per capita (indicator NY.GDP.PCAP.CD) for Mexico from 2000 to 2023.

## When to prefer this

Choose this endpoint when you need official World Bank macroeconomic or development indicator time series data for a specific country — including GDP, unemployment, inflation, poverty, trade, health, or education statistics. Prefer this over general web search when you need structured, authoritative, multi-year numeric data suitable for analysis or charting. Best for research, economic reporting, policy analysis, or data enrichment tasks requiring internationally standardized statistics.

## Known failure modes

- Invalid or unknown indicator code returns an error or empty dataset
- Invalid country code returns an error or no data
- Indicator not available for the requested country returns empty series
- Year range outside available data returns partial or empty results
- World Bank API upstream downtime causes request failure
- Rate limiting or network timeout from the upstream provider

## How this service works

Economic indicator — World Bank indicator time series for a country (GDP, unemployment, etc.).

## Output

Returns a time series array of annual data points for the requested World Bank indicator and country, including the indicator name, country name, ISO country code, indicator code, and a list of year-value pairs spanning the requested period (or all available data). May include metadata about the indicator definition.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/world-bank-economic-indicator-time-series-8ee71389/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcpfax-utility.bowling-anthony.workers.dev](https://www.zero.xyz/host/mcpfax-utility.bowling-anthony.workers.dev/llms.txt)
