indicator
Pack: macro-snapshot · Endpoint: https://gateway.pipeworx.io/macro-snapshot/mcp
Read recent history for a single FRED (Federal Reserve economic data) series — drill into anything in the macro_snapshot or any other FRED series id. Common ids: UNRATE (unemployment), DFF (Fed funds), DGS10/DGS2/DGS3MO (Treasury yields), CPIAUCSL (CPI index), CPILFESL (core CPI index), PAYEMS (nonfarm payrolls), VIXCLS (VIX), SP500, MORTGAGE30US (30y mortgage rate), WALCL (Fed balance sheet), DTWEXBGS (broad USD index), T10Y2Y/T10Y3M (curve spreads). Returns observations most-recent-first plus the latest value.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
series_id | string | yes | Any FRED series id, e.g. “UNRATE”, “DGS10”, “MORTGAGE30US”, “WALCL”. |
limit | number | no | How many recent observations to return (default 12, max 60). |
Example call
curl -X POST https://gateway.pipeworx.io/macro-snapshot/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"indicator","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"macro-snapshot": {
"url": "https://gateway.pipeworx.io/macro-snapshot/mcp"
}
}
}
See Getting Started for client-specific install steps.