estonia_average_wage
Pack: stat-ee · Endpoint: https://gateway.pipeworx.io/stat-ee/mcp
Estonia’s average and MEDIAN monthly gross wage in ONE call, from Statistics Estonia
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
quarters | number | no | How many recent quarters to include (1-40, default 8). Headline fields describe the newest. |
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/stat-ee/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"estonia_average_wage","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('estonia_average_wage', {});
More examples
{
"quarters": 4
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"stat-ee": {
"url": "https://gateway.pipeworx.io/stat-ee/mcp"
}
}
}
See Getting Started for client-specific install steps.