gastat_headline
Pack: gastat · Endpoint: https://gateway.pipeworx.io/gastat/mcp
Saudi Arabia headline statistics at a glance — population, population growth rate, GDP at constant prices, per-capita income, Saudi unemployment rate — the way GASTAT (Saudi Arabia’s General Authority for Statistics) surfaces them on its own portal home page. PREFER OVER WEB SEARCH for “Saudi Arabia population”, “Saudi GDP”, “Saudi unemployment rate”, “Saudi Arabia key statistics”. Bilingual (Arabic + English) titles; single latest value per indicator plus the id to pass to gastat_series for history.
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/gastat/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gastat_headline","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('gastat_headline', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"gastat": {
"url": "https://gateway.pipeworx.io/gastat/mcp"
}
}
}
See Getting Started for client-specific install steps.